PatchTest_vc9.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="PatchTest_vc8"
  6. ProjectGUID="{12E6FC0D-0925-4E62-ABA0-393FE96D2E82}"
  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. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="./..;./../bzip2-1.0.6"
  44. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. Detect64BitPortabilityProblems="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. OutputFile="$(OutDir)/PatchTest.exe"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. ProgramDatabaseFile="$(OutDir)/PatchTest.pdb"
  68. SubSystem="1"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCWebDeploymentTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="$(ConfigurationName)"
  99. IntermediateDirectory="$(ConfigurationName)"
  100. ConfigurationType="1"
  101. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  102. CharacterSet="2"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. AdditionalIncludeDirectories="./..;./../bzip2-1.0.6"
  122. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE"
  123. RuntimeLibrary="0"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. Detect64BitPortabilityProblems="true"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. OutputFile="$(OutDir)/PatchTest.exe"
  141. LinkIncremental="1"
  142. GenerateDebugInformation="true"
  143. SubSystem="1"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCWebDeploymentTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="Source Files"
  179. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath="..\ApplyPatch.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\CreatePatch.cpp"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\main.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\MemoryCompressor.cpp"
  196. >
  197. </File>
  198. </Filter>
  199. <Filter
  200. Name="Header Files"
  201. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  202. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  203. >
  204. <File
  205. RelativePath="..\ApplyPatch.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\CreatePatch.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\MemoryCompressor.h"
  214. >
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="Resource Files"
  219. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  220. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  221. >
  222. </Filter>
  223. <Filter
  224. Name="BZIP"
  225. >
  226. <File
  227. RelativePath="..\bzip2-1.0.6\blocksort.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\bzip2-1.0.6\bzip2.c"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\bzip2-1.0.6\bzlib.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\bzip2-1.0.6\bzlib.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\bzip2-1.0.6\bzlib_private.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\bzip2-1.0.6\compress.c"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\bzip2-1.0.6\crctable.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\bzip2-1.0.6\decompress.c"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\bzip2-1.0.6\huffman.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\bzip2-1.0.6\randtable.c"
  264. >
  265. </File>
  266. </Filter>
  267. </Files>
  268. <Globals>
  269. </Globals>
  270. </VisualStudioProject>
粤ICP备19079148号