AutopatcherClient_vc9.vcproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="AutopatcherClient"
  6. ProjectGUID="{0D0A2B9B-1423-484A-8A40-9E67FD72BD4F}"
  7. Keyword="Win32Proj"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
  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;./../../DependentExtensions/Autopatcher;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;"
  46. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  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"
  67. OutputFile="$(OutDir)/AutopatcherClient.exe"
  68. LinkIncremental="2"
  69. IgnoreDefaultLibraryNames=""
  70. GenerateDebugInformation="true"
  71. ProgramDatabaseFile="$(OutDir)/AutopatcherClient.pdb"
  72. SubSystem="1"
  73. RandomizedBaseAddress="1"
  74. DataExecutionPrevention="0"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  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;&quot;./../../DependentExtensions/bzip2-1.0.6&quot;"
  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. RandomizedBaseAddress="1"
  153. DataExecutionPrevention="0"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Client Files"
  184. >
  185. <File
  186. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.cpp"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.cpp"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\..\Source\AutopatcherPatchContext.h"
  203. >
  204. </File>
  205. </Filter>
  206. <Filter
  207. Name="Main"
  208. >
  209. <File
  210. RelativePath=".\AutopatcherClientTest.cpp"
  211. >
  212. </File>
  213. </Filter>
  214. <Filter
  215. Name="BZip2"
  216. >
  217. <File
  218. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\blocksort.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib_private.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\compress.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\crctable.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\decompress.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\huffman.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\randtable.c"
  251. >
  252. </File>
  253. </Filter>
  254. <Filter
  255. Name="BZip2Wrapper"
  256. >
  257. <File
  258. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.h"
  263. >
  264. </File>
  265. </Filter>
  266. <File
  267. RelativePath=".\readme.txt"
  268. >
  269. </File>
  270. </Files>
  271. <Globals>
  272. </Globals>
  273. </VisualStudioProject>
粤ICP备19079148号