Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

ACServer.vcproj 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ACServer"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".\Release"
  16. IntermediateDirectory=".\Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="2"
  24. InlineFunctionExpansion="1"
  25. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="4"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".\Release/ACServer.pch"
  32. AssemblerListingLocation=".\Release/"
  33. ObjectFile=".\Release/"
  34. ProgramDataBaseFileName=".\Release/"
  35. BrowseInformation="1"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  43. OutputFile=".\Release/ACServer.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. ProgramDatabaseFile=".\Release/ACServer.pdb"
  47. SubSystem="2"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"
  51. PreprocessorDefinitions="NDEBUG"
  52. MkTypLibCompatible="TRUE"
  53. SuppressStartupBanner="TRUE"
  54. TargetEnvironment="1"
  55. TypeLibraryName=".\Release/ACServer.tlb"
  56. HeaderFileName=""/>
  57. <Tool
  58. Name="VCPostBuildEventTool"/>
  59. <Tool
  60. Name="VCPreBuildEventTool"/>
  61. <Tool
  62. Name="VCPreLinkEventTool"/>
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="NDEBUG"
  66. Culture="1033"/>
  67. <Tool
  68. Name="VCWebServiceProxyGeneratorTool"/>
  69. <Tool
  70. Name="VCXMLDataGeneratorTool"/>
  71. <Tool
  72. Name="VCWebDeploymentTool"/>
  73. <Tool
  74. Name="VCManagedWrapperGeneratorTool"/>
  75. <Tool
  76. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  77. </Configuration>
  78. <Configuration
  79. Name="Debug|Win32"
  80. OutputDirectory=".\Debug"
  81. IntermediateDirectory=".\Debug"
  82. ConfigurationType="1"
  83. UseOfMFC="0"
  84. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  85. CharacterSet="2">
  86. <Tool
  87. Name="VCCLCompilerTool"
  88. Optimization="0"
  89. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  90. BasicRuntimeChecks="3"
  91. RuntimeLibrary="4"
  92. UsePrecompiledHeader="3"
  93. PrecompiledHeaderThrough="stdafx.h"
  94. PrecompiledHeaderFile=".\Debug/ACServer.pch"
  95. AssemblerListingLocation=".\Debug/"
  96. ObjectFile=".\Debug/"
  97. ProgramDataBaseFileName=".\Debug/"
  98. BrowseInformation="1"
  99. WarningLevel="3"
  100. SuppressStartupBanner="TRUE"
  101. DebugInformationFormat="4"/>
  102. <Tool
  103. Name="VCCustomBuildTool"/>
  104. <Tool
  105. Name="VCLinkerTool"
  106. AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
  107. OutputFile=".\Debug/ACServer.exe"
  108. LinkIncremental="1"
  109. SuppressStartupBanner="TRUE"
  110. GenerateDebugInformation="TRUE"
  111. ProgramDatabaseFile=".\Debug/ACServer.pdb"
  112. SubSystem="2"
  113. TargetMachine="1"/>
  114. <Tool
  115. Name="VCMIDLTool"
  116. PreprocessorDefinitions="_DEBUG"
  117. MkTypLibCompatible="TRUE"
  118. SuppressStartupBanner="TRUE"
  119. TargetEnvironment="1"
  120. TypeLibraryName=".\Debug/ACServer.tlb"
  121. HeaderFileName=""/>
  122. <Tool
  123. Name="VCPostBuildEventTool"/>
  124. <Tool
  125. Name="VCPreBuildEventTool"/>
  126. <Tool
  127. Name="VCPreLinkEventTool"/>
  128. <Tool
  129. Name="VCResourceCompilerTool"
  130. PreprocessorDefinitions="_DEBUG"
  131. Culture="1033"/>
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"/>
  134. <Tool
  135. Name="VCXMLDataGeneratorTool"/>
  136. <Tool
  137. Name="VCWebDeploymentTool"/>
  138. <Tool
  139. Name="VCManagedWrapperGeneratorTool"/>
  140. <Tool
  141. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  142. </Configuration>
  143. </Configurations>
  144. <References>
  145. </References>
  146. <Files>
  147. <Filter
  148. Name="Source Files"
  149. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  150. <File
  151. RelativePath="ACServer.cpp">
  152. <FileConfiguration
  153. Name="Release|Win32">
  154. <Tool
  155. Name="VCCLCompilerTool"
  156. Optimization="2"
  157. PreprocessorDefinitions=""
  158. BrowseInformation="1"/>
  159. </FileConfiguration>
  160. <FileConfiguration
  161. Name="Debug|Win32">
  162. <Tool
  163. Name="VCCLCompilerTool"
  164. Optimization="0"
  165. PreprocessorDefinitions=""
  166. BasicRuntimeChecks="3"
  167. BrowseInformation="1"/>
  168. </FileConfiguration>
  169. </File>
  170. <File
  171. RelativePath="GameParsing.cpp">
  172. <FileConfiguration
  173. Name="Release|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. Optimization="2"
  177. PreprocessorDefinitions=""
  178. BrowseInformation="1"/>
  179. </FileConfiguration>
  180. <FileConfiguration
  181. Name="Debug|Win32">
  182. <Tool
  183. Name="VCCLCompilerTool"
  184. Optimization="0"
  185. PreprocessorDefinitions=""
  186. BasicRuntimeChecks="3"
  187. BrowseInformation="1"/>
  188. </FileConfiguration>
  189. </File>
  190. <File
  191. RelativePath="HighLevelFuncs.cpp">
  192. <FileConfiguration
  193. Name="Release|Win32">
  194. <Tool
  195. Name="VCCLCompilerTool"
  196. Optimization="2"
  197. PreprocessorDefinitions=""
  198. BrowseInformation="1"/>
  199. </FileConfiguration>
  200. <FileConfiguration
  201. Name="Debug|Win32">
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. Optimization="0"
  205. PreprocessorDefinitions=""
  206. BasicRuntimeChecks="3"
  207. BrowseInformation="1"/>
  208. </FileConfiguration>
  209. </File>
  210. <File
  211. RelativePath="Network.cpp">
  212. <FileConfiguration
  213. Name="Release|Win32">
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. Optimization="2"
  217. PreprocessorDefinitions=""
  218. BrowseInformation="1"/>
  219. </FileConfiguration>
  220. <FileConfiguration
  221. Name="Debug|Win32">
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. Optimization="0"
  225. PreprocessorDefinitions=""
  226. BasicRuntimeChecks="3"
  227. BrowseInformation="1"/>
  228. </FileConfiguration>
  229. </File>
  230. <File
  231. RelativePath="StdAfx.cpp">
  232. <FileConfiguration
  233. Name="Release|Win32">
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. Optimization="2"
  237. PreprocessorDefinitions=""
  238. UsePrecompiledHeader="1"
  239. BrowseInformation="1"/>
  240. </FileConfiguration>
  241. <FileConfiguration
  242. Name="Debug|Win32">
  243. <Tool
  244. Name="VCCLCompilerTool"
  245. Optimization="0"
  246. PreprocessorDefinitions=""
  247. BasicRuntimeChecks="3"
  248. UsePrecompiledHeader="1"
  249. BrowseInformation="1"/>
  250. </FileConfiguration>
  251. </File>
  252. <File
  253. RelativePath="WorldItems.cpp">
  254. <FileConfiguration
  255. Name="Release|Win32">
  256. <Tool
  257. Name="VCCLCompilerTool"
  258. Optimization="2"
  259. PreprocessorDefinitions=""
  260. BrowseInformation="1"/>
  261. </FileConfiguration>
  262. <FileConfiguration
  263. Name="Debug|Win32">
  264. <Tool
  265. Name="VCCLCompilerTool"
  266. Optimization="0"
  267. PreprocessorDefinitions=""
  268. BasicRuntimeChecks="3"
  269. BrowseInformation="1"/>
  270. </FileConfiguration>
  271. </File>
  272. </Filter>
  273. <Filter
  274. Name="Header Files"
  275. Filter="h;hpp;hxx;hm;inl">
  276. <File
  277. RelativePath="ACServer.h">
  278. </File>
  279. <File
  280. RelativePath="FixedPackets.h">
  281. </File>
  282. <File
  283. RelativePath="GameParsing.h">
  284. </File>
  285. <File
  286. RelativePath="HighLevelFuncs.h">
  287. </File>
  288. <File
  289. RelativePath="Network.h">
  290. </File>
  291. <File
  292. RelativePath="StdAfx.h">
  293. </File>
  294. <File
  295. RelativePath="WorldItems.h">
  296. </File>
  297. </Filter>
  298. <Filter
  299. Name="Resource Files"
  300. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  301. <File
  302. RelativePath="ACServer.ico">
  303. </File>
  304. <File
  305. RelativePath="ACServer.rc">
  306. </File>
  307. <File
  308. RelativePath="ico00001.ico">
  309. </File>
  310. <File
  311. RelativePath="icon1.ico">
  312. </File>
  313. <File
  314. RelativePath="resource.h">
  315. </File>
  316. <File
  317. RelativePath="small.ico">
  318. </File>
  319. </Filter>
  320. </Files>
  321. <Globals>
  322. </Globals>
  323. </VisualStudioProject>