AutopatcherClientGFx3.0_vc9.vcproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="AutopatcherClientGFx3"
  6. ProjectGUID="{5BCE2D70-53B4-42F9-ABFE-1BC26E59C4FD}"
  7. RootNamespace="AutopatcherClientGFx3"
  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. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/GFx3;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;&quot;$(GFXSDK)\Src\GRenderer&quot;;&quot;$(GFXSDK)\Src\GKernel&quot;;&quot;$(GFXSDK)\Src\GFxXML&quot;;&quot;$(GFXSDK)\Include&quot;"
  47. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="1"
  51. UsePrecompiledHeader="0"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib libgfx.lib libjpeg.lib zlib.lib imm32.lib winmm.lib libgrenderer_d3d9.lib d3dx9.lib d3d9.lib"
  68. OutputFile="$(OutDir)/AutopatcherClientGFx3.exe"
  69. LinkIncremental="2"
  70. AdditionalLibraryDirectories="&quot;$(DXSDK_DIR)\Lib\x86&quot;;&quot;$(GFXSDK)\3rdParty\expat-2.0.1\lib&quot;;&quot;$(GFXSDK)\Lib\$(PlatformName)\Msvc80\Debug\&quot;;&quot;$(GFXSDK)\3rdParty\zlib-1.2.3\Lib\$(PlatformName)\Msvc80\Debug&quot;;&quot;$(GFXSDK)\3rdParty\jpeg-6b\Lib\$(PlatformName)\Msvc80\Debug&quot;"
  71. IgnoreDefaultLibraryNames=""
  72. GenerateDebugInformation="true"
  73. ProgramDatabaseFile="$(OutDir)/AutopatcherClientGFx3.pdb"
  74. SubSystem="2"
  75. RandomizedBaseAddress="1"
  76. DataExecutionPrevention="0"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Release|Win32"
  103. OutputDirectory="$(ConfigurationName)"
  104. IntermediateDirectory="$(ConfigurationName)"
  105. ConfigurationType="1"
  106. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  107. CharacterSet="2"
  108. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. />
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. />
  116. <Tool
  117. Name="VCXMLDataGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCMIDLTool"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/GFx3;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;;&quot;$(GFXSDK)\Src\GRenderer&quot;;&quot;$(GFXSDK)\Src\GKernel&quot;;&quot;$(GFXSDK)\Src\GFxXML&quot;;&quot;$(GFXSDK)\Include&quot;"
  128. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
  129. RuntimeLibrary="0"
  130. UsePrecompiledHeader="0"
  131. WarningLevel="3"
  132. Detect64BitPortabilityProblems="true"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib libgfx.lib libjpeg.lib zlib.lib imm32.lib winmm.lib libgrenderer_d3d9.lib d3dx9.lib d3d9.lib"
  147. OutputFile="$(OutDir)/AutopatcherClientGFx3.exe"
  148. LinkIncremental="1"
  149. AdditionalLibraryDirectories="&quot;$(DXSDK_DIR)\Lib\x86&quot;;&quot;$(GFXSDK)\3rdParty\expat-2.0.1\lib&quot;;&quot;$(GFXSDK)\Lib\$(PlatformName)\Msvc80\Release\&quot;;&quot;$(GFXSDK)\3rdParty\zlib-1.2.3\Lib\$(PlatformName)\Msvc80\Release&quot;;&quot;$(GFXSDK)\3rdParty\jpeg-6b\Lib\$(PlatformName)\Msvc80\Release&quot;"
  150. IgnoreDefaultLibraryNames=""
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. RandomizedBaseAddress="1"
  156. DataExecutionPrevention="0"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Client Files"
  187. >
  188. <File
  189. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\Source\AutopatcherPatchContext.h"
  206. >
  207. </File>
  208. </Filter>
  209. <Filter
  210. Name="Main"
  211. >
  212. <File
  213. RelativePath=".\AutopatcherClientGFx3Impl.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\AutopatcherClientGFx3Impl.h"
  218. >
  219. </File>
  220. </Filter>
  221. <Filter
  222. Name="BZip2"
  223. >
  224. <File
  225. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\blocksort.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzip2.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib_private.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\compress.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\crctable.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\decompress.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\huffman.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\randtable.c"
  262. >
  263. </File>
  264. </Filter>
  265. <Filter
  266. Name="BZip2Wrapper"
  267. >
  268. <File
  269. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.h"
  274. >
  275. </File>
  276. </Filter>
  277. <Filter
  278. Name="GFx3"
  279. >
  280. <File
  281. RelativePath="..\..\DependentExtensions\GFx3\FxGameDelegate.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\DependentExtensions\GFx3\FxGameDelegate.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\GFxPlayerTinyD3D9.cpp"
  290. >
  291. </File>
  292. </Filter>
  293. <File
  294. RelativePath=".\readme.txt"
  295. >
  296. </File>
  297. </Files>
  298. <Globals>
  299. </Globals>
  300. </VisualStudioProject>
粤ICP备19079148号