ComprehensivePCGame_vc9.vcproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ComprehensivePCGame"
  6. ProjectGUID="{71B2CBB9-6C2D-4823-88F3-1AE926BDD726}"
  7. RootNamespace="ComprehensivePCGame"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="./../../Source;&quot;$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410&quot;;&quot;$(SolutionDir)DependentExtensions\jansson-2.4\src&quot;"
  46. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;STATICLIB"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib IPHlpApi.Lib"
  67. OutputFile="$(OutDir)/ComprehensivePCGame.exe"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. ProgramDatabaseFile="$(OutDir)/ComprehensivePCGame.pdb"
  71. SubSystem="1"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. />
  97. </Configuration>
  98. <Configuration
  99. Name="Release|Win32"
  100. OutputDirectory="$(ConfigurationName)"
  101. IntermediateDirectory="$(ConfigurationName)"
  102. ConfigurationType="1"
  103. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  104. CharacterSet="2"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="./../../Source;&quot;$(SolutionDir)DependentExtensions\miniupnpc-1.6.20120410&quot;;&quot;$(SolutionDir)DependentExtensions\jansson-2.4\src&quot;"
  124. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;STATICLIB"
  125. RuntimeLibrary="0"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib IPHlpApi.Lib"
  143. OutputFile="$(OutDir)/ComprehensivePCGame.exe"
  144. LinkIncremental="1"
  145. GenerateDebugInformation="true"
  146. SubSystem="1"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. RandomizedBaseAddress="1"
  150. DataExecutionPrevention="0"
  151. TargetMachine="1"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCManifestTool"
  158. />
  159. <Tool
  160. Name="VCXDCMakeTool"
  161. />
  162. <Tool
  163. Name="VCBscMakeTool"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCAppVerifierTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <Filter
  180. Name="Source Files"
  181. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  182. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  183. >
  184. <File
  185. RelativePath=".\ComprehensivePCGame.cpp"
  186. >
  187. </File>
  188. </Filter>
  189. <Filter
  190. Name="Header Files"
  191. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  192. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  193. >
  194. </Filter>
  195. <Filter
  196. Name="miniupnpc-1.6.20120410"
  197. >
  198. <File
  199. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\bsdqueue.h"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\codelength.h"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\connecthostport.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\connecthostport.h"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\declspec.h"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\igd_desc_parse.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\igd_desc_parse.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minisoap.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minissdpc.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniupnpc.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniupnpc.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniupnpcstrings.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniupnpctypes.h"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniwget.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\miniwget.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minixml.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\minixml.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\portlistingparse.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\portlistingparse.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\receivedata.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\receivedata.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpcommands.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpcommands.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnperrors.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnperrors.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpreplyparse.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\DependentExtensions\miniupnpc-1.6.20120410\upnpreplyparse.h"
  304. >
  305. </File>
  306. </Filter>
  307. <Filter
  308. Name="jansson"
  309. >
  310. <File
  311. RelativePath="..\..\DependentExtensions\jansson-2.4\src\dump.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\DependentExtensions\jansson-2.4\src\error.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\DependentExtensions\jansson-2.4\src\hashtable.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\DependentExtensions\jansson-2.4\src\hashtable.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\DependentExtensions\jansson-2.4\src\jansson.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\DependentExtensions\jansson-2.4\src\jansson_config.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\..\DependentExtensions\jansson-2.4\src\jansson_private.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\..\DependentExtensions\jansson-2.4\src\load.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\..\DependentExtensions\jansson-2.4\src\memory.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\..\DependentExtensions\jansson-2.4\src\pack_unpack.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\..\DependentExtensions\jansson-2.4\src\strbuffer.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\..\DependentExtensions\jansson-2.4\src\strbuffer.h"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\..\DependentExtensions\jansson-2.4\src\strconv.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\DependentExtensions\jansson-2.4\src\utf.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\DependentExtensions\jansson-2.4\src\utf.h"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\DependentExtensions\jansson-2.4\src\value.c"
  372. >
  373. </File>
  374. </Filter>
  375. <File
  376. RelativePath=".\readme.txt"
  377. >
  378. </File>
  379. </Files>
  380. <Globals>
  381. </Globals>
  382. </VisualStudioProject>
粤ICP备19079148号