TestCase.vcproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="TestCase"
  6. ProjectGUID="{3A15CDB9-7B7B-4034-950F-036A367BAED2}"
  7. RootNamespace="TestCase"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="196613"
  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="..\..\..\..\输出文件\RenderingsTestCase\Debug"
  22. IntermediateDirectory="..\..\..\..\输出文件\RenderingsTestCase\Debug"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).exe"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  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="..\..\..\..\输出文件\RenderingsTestCase\Release"
  101. IntermediateDirectory="..\..\..\..\输出文件\RenderingsTestCase\Release"
  102. ConfigurationType="1"
  103. UseOfMFC="2"
  104. CharacterSet="2"
  105. WholeProgramOptimization="1"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. PreprocessorDefinitions="NDEBUG"
  122. MkTypLibCompatible="false"
  123. ValidateParameters="true"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="2"
  132. EnableFunctionLevelLinking="true"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. DebugInformationFormat="3"
  136. />
  137. <Tool
  138. Name="VCManagedResourceCompilerTool"
  139. />
  140. <Tool
  141. Name="VCResourceCompilerTool"
  142. PreprocessorDefinitions="NDEBUG"
  143. Culture="2052"
  144. AdditionalIncludeDirectories="$(IntDir)"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. OutputFile="..\..\..\..\lyfzClassicSoft\其他程序\$(ProjectName).exe"
  152. LinkIncremental="1"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  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="源文件"
  187. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath=".\stdafx.cpp"
  192. >
  193. <FileConfiguration
  194. Name="Debug|Win32"
  195. >
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. UsePrecompiledHeader="1"
  199. />
  200. </FileConfiguration>
  201. <FileConfiguration
  202. Name="Release|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. UsePrecompiledHeader="1"
  207. />
  208. </FileConfiguration>
  209. </File>
  210. <File
  211. RelativePath=".\TestCase.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\TestCaseDlg.cpp"
  216. >
  217. </File>
  218. </Filter>
  219. <Filter
  220. Name="头文件"
  221. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  222. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  223. >
  224. <File
  225. RelativePath=".\Resource.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\stdafx.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\targetver.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".\TestCase.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".\TestCaseDlg.h"
  242. >
  243. </File>
  244. </Filter>
  245. <Filter
  246. Name="资源文件"
  247. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  248. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  249. >
  250. <File
  251. RelativePath=".\res\TestCase.ico"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\TestCase.rc"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\res\TestCase.rc2"
  260. >
  261. </File>
  262. </Filter>
  263. <File
  264. RelativePath=".\ReadMe.txt"
  265. >
  266. </File>
  267. </Files>
  268. <Globals>
  269. </Globals>
  270. </VisualStudioProject>