This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
SAMPP.sln
257 lines (257 loc) · 16.2 KB
/
SAMPP.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{EB9065C8-756C-48BC-BCB9-5519D9F1F75D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{14D55EBE-A874-4AEC-AA4E-8103DB779038}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{D6A5AA9A-F01F-4311-B6BF-8F5303505663}"
ProjectSection(SolutionItems) = preProject
Include\sampgdk.h = Include\sampgdk.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SAMP+", "SAMP+", "{FA765A89-5A88-426C-8B84-00246A11E8A7}"
ProjectSection(SolutionItems) = preProject
Include\SAMP+\CRPC.h = Include\SAMP+\CRPC.h
Include\SAMP+\Definitions.h = Include\SAMP+\Definitions.h
Include\SAMP+\Network.h = Include\SAMP+\Network.h
Include\SAMP+\Platform.h = Include\SAMP+\Platform.h
Include\SAMP+\Utility.h = Include\SAMP+\Utility.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "svr", "svr", "{291A96B6-14BD-4970-A703-B3CAF82758F1}"
ProjectSection(SolutionItems) = preProject
Include\SAMP+\svr\Callback.h = Include\SAMP+\svr\Callback.h
Include\SAMP+\svr\CClientSocketInfo.h = Include\SAMP+\svr\CClientSocketInfo.h
Include\SAMP+\svr\CPlayer.h = Include\SAMP+\svr\CPlayer.h
Include\SAMP+\svr\CRakServer.h = Include\SAMP+\svr\CRakServer.h
Include\SAMP+\svr\CRPCCallback.h = Include\SAMP+\svr\CRPCCallback.h
Include\SAMP+\svr\CServerConfig.h = Include\SAMP+\svr\CServerConfig.h
Include\SAMP+\svr\Network.h = Include\SAMP+\svr\Network.h
Include\SAMP+\svr\Plugin.h = Include\SAMP+\svr\Plugin.h
Include\SAMP+\svr\Server.h = Include\SAMP+\svr\Server.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RakNet", "RakNet", "{5C2B9711-4E07-408E-A1C4-096BF4535742}"
ProjectSection(SolutionItems) = preProject
Include\RakNet\_FindFirst.h = Include\RakNet\_FindFirst.h
Include\RakNet\AutopatcherPatchContext.h = Include\RakNet\AutopatcherPatchContext.h
Include\RakNet\AutopatcherRepositoryInterface.h = Include\RakNet\AutopatcherRepositoryInterface.h
Include\RakNet\Base64Encoder.h = Include\RakNet\Base64Encoder.h
Include\RakNet\BitStream.h = Include\RakNet\BitStream.h
Include\RakNet\CCRakNetSlidingWindow.h = Include\RakNet\CCRakNetSlidingWindow.h
Include\RakNet\CCRakNetUDT.h = Include\RakNet\CCRakNetUDT.h
Include\RakNet\CheckSum.h = Include\RakNet\CheckSum.h
Include\RakNet\CloudClient.h = Include\RakNet\CloudClient.h
Include\RakNet\CloudCommon.h = Include\RakNet\CloudCommon.h
Include\RakNet\CloudServer.h = Include\RakNet\CloudServer.h
Include\RakNet\CommandParserInterface.h = Include\RakNet\CommandParserInterface.h
Include\RakNet\ConnectionGraph2.h = Include\RakNet\ConnectionGraph2.h
Include\RakNet\ConsoleServer.h = Include\RakNet\ConsoleServer.h
Include\RakNet\DataCompressor.h = Include\RakNet\DataCompressor.h
Include\RakNet\DirectoryDeltaTransfer.h = Include\RakNet\DirectoryDeltaTransfer.h
Include\RakNet\DR_SHA1.h = Include\RakNet\DR_SHA1.h
Include\RakNet\DS_BinarySearchTree.h = Include\RakNet\DS_BinarySearchTree.h
Include\RakNet\DS_BPlusTree.h = Include\RakNet\DS_BPlusTree.h
Include\RakNet\DS_BytePool.h = Include\RakNet\DS_BytePool.h
Include\RakNet\DS_ByteQueue.h = Include\RakNet\DS_ByteQueue.h
Include\RakNet\DS_Hash.h = Include\RakNet\DS_Hash.h
Include\RakNet\DS_Heap.h = Include\RakNet\DS_Heap.h
Include\RakNet\DS_HuffmanEncodingTree.h = Include\RakNet\DS_HuffmanEncodingTree.h
Include\RakNet\DS_HuffmanEncodingTreeFactory.h = Include\RakNet\DS_HuffmanEncodingTreeFactory.h
Include\RakNet\DS_HuffmanEncodingTreeNode.h = Include\RakNet\DS_HuffmanEncodingTreeNode.h
Include\RakNet\DS_LinkedList.h = Include\RakNet\DS_LinkedList.h
Include\RakNet\DS_List.h = Include\RakNet\DS_List.h
Include\RakNet\DS_Map.h = Include\RakNet\DS_Map.h
Include\RakNet\DS_MemoryPool.h = Include\RakNet\DS_MemoryPool.h
Include\RakNet\DS_Multilist.h = Include\RakNet\DS_Multilist.h
Include\RakNet\DS_OrderedChannelHeap.h = Include\RakNet\DS_OrderedChannelHeap.h
Include\RakNet\DS_OrderedList.h = Include\RakNet\DS_OrderedList.h
Include\RakNet\DS_Queue.h = Include\RakNet\DS_Queue.h
Include\RakNet\DS_QueueLinkedList.h = Include\RakNet\DS_QueueLinkedList.h
Include\RakNet\DS_RangeList.h = Include\RakNet\DS_RangeList.h
Include\RakNet\DS_Table.h = Include\RakNet\DS_Table.h
Include\RakNet\DS_ThreadsafeAllocatingQueue.h = Include\RakNet\DS_ThreadsafeAllocatingQueue.h
Include\RakNet\DS_Tree.h = Include\RakNet\DS_Tree.h
Include\RakNet\DS_WeightedGraph.h = Include\RakNet\DS_WeightedGraph.h
Include\RakNet\DynDNS.h = Include\RakNet\DynDNS.h
Include\RakNet\EmailSender.h = Include\RakNet\EmailSender.h
Include\RakNet\EmptyHeader.h = Include\RakNet\EmptyHeader.h
Include\RakNet\EpochTimeToString.h = Include\RakNet\EpochTimeToString.h
Include\RakNet\Export.h = Include\RakNet\Export.h
Include\RakNet\FileList.h = Include\RakNet\FileList.h
Include\RakNet\FileListNodeContext.h = Include\RakNet\FileListNodeContext.h
Include\RakNet\FileListTransfer.h = Include\RakNet\FileListTransfer.h
Include\RakNet\FileListTransferCBInterface.h = Include\RakNet\FileListTransferCBInterface.h
Include\RakNet\FileOperations.h = Include\RakNet\FileOperations.h
Include\RakNet\FormatString.h = Include\RakNet\FormatString.h
Include\RakNet\FullyConnectedMesh2.h = Include\RakNet\FullyConnectedMesh2.h
Include\RakNet\Getche.h = Include\RakNet\Getche.h
Include\RakNet\Gets.h = Include\RakNet\Gets.h
Include\RakNet\GetTime.h = Include\RakNet\GetTime.h
Include\RakNet\gettimeofday.h = Include\RakNet\gettimeofday.h
Include\RakNet\GridSectorizer.h = Include\RakNet\GridSectorizer.h
Include\RakNet\HTTPConnection.h = Include\RakNet\HTTPConnection.h
Include\RakNet\HTTPConnection2.h = Include\RakNet\HTTPConnection2.h
Include\RakNet\IncrementalReadInterface.h = Include\RakNet\IncrementalReadInterface.h
Include\RakNet\InternalPacket.h = Include\RakNet\InternalPacket.h
Include\RakNet\Itoa.h = Include\RakNet\Itoa.h
Include\RakNet\Kbhit.h = Include\RakNet\Kbhit.h
Include\RakNet\LinuxStrings.h = Include\RakNet\LinuxStrings.h
Include\RakNet\LocklessTypes.h = Include\RakNet\LocklessTypes.h
Include\RakNet\LogCommandParser.h = Include\RakNet\LogCommandParser.h
Include\RakNet\MessageFilter.h = Include\RakNet\MessageFilter.h
Include\RakNet\MessageIdentifiers.h = Include\RakNet\MessageIdentifiers.h
Include\RakNet\MTUSize.h = Include\RakNet\MTUSize.h
Include\RakNet\NativeFeatureIncludes.h = Include\RakNet\NativeFeatureIncludes.h
Include\RakNet\NativeFeatureIncludesOverrides.h = Include\RakNet\NativeFeatureIncludesOverrides.h
Include\RakNet\NativeTypes.h = Include\RakNet\NativeTypes.h
Include\RakNet\NatPunchthroughClient.h = Include\RakNet\NatPunchthroughClient.h
Include\RakNet\NatPunchthroughServer.h = Include\RakNet\NatPunchthroughServer.h
Include\RakNet\NatTypeDetectionClient.h = Include\RakNet\NatTypeDetectionClient.h
Include\RakNet\NatTypeDetectionCommon.h = Include\RakNet\NatTypeDetectionCommon.h
Include\RakNet\NatTypeDetectionServer.h = Include\RakNet\NatTypeDetectionServer.h
Include\RakNet\NetworkIDManager.h = Include\RakNet\NetworkIDManager.h
Include\RakNet\NetworkIDObject.h = Include\RakNet\NetworkIDObject.h
Include\RakNet\PacketConsoleLogger.h = Include\RakNet\PacketConsoleLogger.h
Include\RakNet\PacketFileLogger.h = Include\RakNet\PacketFileLogger.h
Include\RakNet\PacketizedTCP.h = Include\RakNet\PacketizedTCP.h
Include\RakNet\PacketLogger.h = Include\RakNet\PacketLogger.h
Include\RakNet\PacketOutputWindowLogger.h = Include\RakNet\PacketOutputWindowLogger.h
Include\RakNet\PacketPool.h = Include\RakNet\PacketPool.h
Include\RakNet\PacketPriority.h = Include\RakNet\PacketPriority.h
Include\RakNet\PluginInterface2.h = Include\RakNet\PluginInterface2.h
Include\RakNet\PS3Includes.h = Include\RakNet\PS3Includes.h
Include\RakNet\PS4Includes.h = Include\RakNet\PS4Includes.h
Include\RakNet\Rackspace.h = Include\RakNet\Rackspace.h
Include\RakNet\RakAlloca.h = Include\RakNet\RakAlloca.h
Include\RakNet\RakAssert.h = Include\RakNet\RakAssert.h
Include\RakNet\RakMemoryOverride.h = Include\RakNet\RakMemoryOverride.h
Include\RakNet\RakNetCommandParser.h = Include\RakNet\RakNetCommandParser.h
Include\RakNet\RakNetDefines.h = Include\RakNet\RakNetDefines.h
Include\RakNet\RakNetDefinesOverrides.h = Include\RakNet\RakNetDefinesOverrides.h
Include\RakNet\RakNetSmartPtr.h = Include\RakNet\RakNetSmartPtr.h
Include\RakNet\RakNetSocket.h = Include\RakNet\RakNetSocket.h
Include\RakNet\RakNetSocket2.h = Include\RakNet\RakNetSocket2.h
Include\RakNet\RakNetStatistics.h = Include\RakNet\RakNetStatistics.h
Include\RakNet\RakNetTime.h = Include\RakNet\RakNetTime.h
Include\RakNet\RakNetTransport2.h = Include\RakNet\RakNetTransport2.h
Include\RakNet\RakNetTypes.h = Include\RakNet\RakNetTypes.h
Include\RakNet\RakNetVersion.h = Include\RakNet\RakNetVersion.h
Include\RakNet\RakPeer.h = Include\RakNet\RakPeer.h
Include\RakNet\RakPeerInterface.h = Include\RakNet\RakPeerInterface.h
Include\RakNet\RakSleep.h = Include\RakNet\RakSleep.h
Include\RakNet\RakString.h = Include\RakNet\RakString.h
Include\RakNet\RakThread.h = Include\RakNet\RakThread.h
Include\RakNet\RakWString.h = Include\RakNet\RakWString.h
Include\RakNet\Rand.h = Include\RakNet\Rand.h
Include\RakNet\RandSync.h = Include\RakNet\RandSync.h
Include\RakNet\ReadyEvent.h = Include\RakNet\ReadyEvent.h
Include\RakNet\RefCountedObj.h = Include\RakNet\RefCountedObj.h
Include\RakNet\RelayPlugin.h = Include\RakNet\RelayPlugin.h
Include\RakNet\ReliabilityLayer.h = Include\RakNet\ReliabilityLayer.h
Include\RakNet\ReplicaEnums.h = Include\RakNet\ReplicaEnums.h
Include\RakNet\ReplicaManager3.h = Include\RakNet\ReplicaManager3.h
Include\RakNet\Router2.h = Include\RakNet\Router2.h
Include\RakNet\RPC4Plugin.h = Include\RakNet\RPC4Plugin.h
Include\RakNet\SecureHandshake.h = Include\RakNet\SecureHandshake.h
Include\RakNet\SendToThread.h = Include\RakNet\SendToThread.h
Include\RakNet\SignaledEvent.h = Include\RakNet\SignaledEvent.h
Include\RakNet\SimpleMutex.h = Include\RakNet\SimpleMutex.h
Include\RakNet\SimpleTCPServer.h = Include\RakNet\SimpleTCPServer.h
Include\RakNet\SingleProducerConsumer.h = Include\RakNet\SingleProducerConsumer.h
Include\RakNet\SocketDefines.h = Include\RakNet\SocketDefines.h
Include\RakNet\SocketIncludes.h = Include\RakNet\SocketIncludes.h
Include\RakNet\SocketLayer.h = Include\RakNet\SocketLayer.h
Include\RakNet\StatisticsHistory.h = Include\RakNet\StatisticsHistory.h
Include\RakNet\StringCompressor.h = Include\RakNet\StringCompressor.h
Include\RakNet\StringTable.h = Include\RakNet\StringTable.h
Include\RakNet\SuperFastHash.h = Include\RakNet\SuperFastHash.h
Include\RakNet\TableSerializer.h = Include\RakNet\TableSerializer.h
Include\RakNet\TCPInterface.h = Include\RakNet\TCPInterface.h
Include\RakNet\TeamBalancer.h = Include\RakNet\TeamBalancer.h
Include\RakNet\TeamManager.h = Include\RakNet\TeamManager.h
Include\RakNet\TelnetTransport.h = Include\RakNet\TelnetTransport.h
Include\RakNet\ThreadPool.h = Include\RakNet\ThreadPool.h
Include\RakNet\ThreadsafePacketLogger.h = Include\RakNet\ThreadsafePacketLogger.h
Include\RakNet\TransportInterface.h = Include\RakNet\TransportInterface.h
Include\RakNet\TwoWayAuthentication.h = Include\RakNet\TwoWayAuthentication.h
Include\RakNet\UDPForwarder.h = Include\RakNet\UDPForwarder.h
Include\RakNet\UDPProxyClient.h = Include\RakNet\UDPProxyClient.h
Include\RakNet\UDPProxyCommon.h = Include\RakNet\UDPProxyCommon.h
Include\RakNet\UDPProxyCoordinator.h = Include\RakNet\UDPProxyCoordinator.h
Include\RakNet\UDPProxyServer.h = Include\RakNet\UDPProxyServer.h
Include\RakNet\VariableDeltaSerializer.h = Include\RakNet\VariableDeltaSerializer.h
Include\RakNet\VariableListDeltaTracker.h = Include\RakNet\VariableListDeltaTracker.h
Include\RakNet\VariadicSQLParser.h = Include\RakNet\VariadicSQLParser.h
Include\RakNet\VitaIncludes.h = Include\RakNet\VitaIncludes.h
Include\RakNet\WindowsIncludes.h = Include\RakNet\WindowsIncludes.h
Include\RakNet\WSAStartupSingleton.h = Include\RakNet\WSAStartupSingleton.h
Include\RakNet\XBox360Includes.h = Include\RakNet\XBox360Includes.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDK", "SDK", "{F2DFF224-AD27-4BE0-826D-D7042BF611C1}"
ProjectSection(SolutionItems) = preProject
Include\SDK\plugincommon.h = Include\SDK\plugincommon.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "amx", "amx", "{D5FE50E6-22E5-4227-8AC1-8E5B2FC1A18B}"
ProjectSection(SolutionItems) = preProject
Include\SDK\amx\amx.h = Include\SDK\amx\amx.h
Include\SDK\amx\sclinux.h = Include\SDK\amx\sclinux.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "client", "client", "{35FAAF5C-3877-4105-9143-FCA1ED7DEF3D}"
ProjectSection(SolutionItems) = preProject
Include\SAMP+\client\CCmdlineParams.h = Include\SAMP+\client\CCmdlineParams.h
Include\SAMP+\client\CGame.h = Include\SAMP+\client\CGame.h
Include\SAMP+\client\CGraphics.h = Include\SAMP+\client\CGraphics.h
Include\SAMP+\client\CHooks.h = Include\SAMP+\client\CHooks.h
Include\SAMP+\client\CHUD.h = Include\SAMP+\client\CHUD.h
Include\SAMP+\client\Client.h = Include\SAMP+\client\Client.h
Include\SAMP+\client\CLocalPlayer.h = Include\SAMP+\client\CLocalPlayer.h
Include\SAMP+\client\CLog.h = Include\SAMP+\client\CLog.h
Include\SAMP+\client\CMem.h = Include\SAMP+\client\CMem.h
Include\SAMP+\client\CPoint2D.h = Include\SAMP+\client\CPoint2D.h
Include\SAMP+\client\CRakClient.h = Include\SAMP+\client\CRakClient.h
Include\SAMP+\client\CRPCCallback.h = Include\SAMP+\client\CRPCCallback.h
Include\SAMP+\client\CSystem.h = Include\SAMP+\client\CSystem.h
Include\SAMP+\client\CVector.h = Include\SAMP+\client\CVector.h
Include\SAMP+\client\Network.h = Include\SAMP+\client\Network.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Proxy", "Proxy", "{EF8298D3-302E-40DE-82F6-F344AC61E79E}"
ProjectSection(SolutionItems) = preProject
Include\SAMP+\client\Proxy\CD3D9DeviceProxy.h = Include\SAMP+\client\Proxy\CD3D9DeviceProxy.h
Include\SAMP+\client\Proxy\CD3D9Proxy.h = Include\SAMP+\client\Proxy\CD3D9Proxy.h
Include\SAMP+\client\Proxy\CDInput8DeviceProxy.h = Include\SAMP+\client\Proxy\CDInput8DeviceProxy.h
Include\SAMP+\client\Proxy\CDInput8Proxy.h = Include\SAMP+\client\Proxy\CDInput8Proxy.h
Include\SAMP+\client\Proxy\CJmpProxy.h = Include\SAMP+\client\Proxy\CJmpProxy.h
Include\SAMP+\client\Proxy\CMessageProxy.h = Include\SAMP+\client\Proxy\CMessageProxy.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB9065C8-756C-48BC-BCB9-5519D9F1F75D}.Release|Win32.ActiveCfg = Release|Win32
{EB9065C8-756C-48BC-BCB9-5519D9F1F75D}.Release|Win32.Build.0 = Release|Win32
{14D55EBE-A874-4AEC-AA4E-8103DB779038}.Release|Win32.ActiveCfg = Release|Win32
{14D55EBE-A874-4AEC-AA4E-8103DB779038}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FA765A89-5A88-426C-8B84-00246A11E8A7} = {D6A5AA9A-F01F-4311-B6BF-8F5303505663}
{291A96B6-14BD-4970-A703-B3CAF82758F1} = {FA765A89-5A88-426C-8B84-00246A11E8A7}
{5C2B9711-4E07-408E-A1C4-096BF4535742} = {D6A5AA9A-F01F-4311-B6BF-8F5303505663}
{F2DFF224-AD27-4BE0-826D-D7042BF611C1} = {D6A5AA9A-F01F-4311-B6BF-8F5303505663}
{D5FE50E6-22E5-4227-8AC1-8E5B2FC1A18B} = {F2DFF224-AD27-4BE0-826D-D7042BF611C1}
{35FAAF5C-3877-4105-9143-FCA1ED7DEF3D} = {FA765A89-5A88-426C-8B84-00246A11E8A7}
{EF8298D3-302E-40DE-82F6-F344AC61E79E} = {35FAAF5C-3877-4105-9143-FCA1ED7DEF3D}
EndGlobalSection
EndGlobal