AutopatcherClient_vc8.vcproj 6.3 KB

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