Test.vcproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Test"
  6. ProjectGUID="{60474FBB-1FC8-47C7-90A4-0911341D8707}"
  7. RootNamespace="Test"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="2"
  103. CharacterSet="2"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. GenerateDebugInformation="true"
  152. SubSystem="2"
  153. OptimizeReferences="2"
  154. EnableCOMDATFolding="2"
  155. TargetMachine="1"
  156. />
  157. <Tool
  158. Name="VCALinkTool"
  159. />
  160. <Tool
  161. Name="VCManifestTool"
  162. />
  163. <Tool
  164. Name="VCXDCMakeTool"
  165. />
  166. <Tool
  167. Name="VCBscMakeTool"
  168. />
  169. <Tool
  170. Name="VCFxCopTool"
  171. />
  172. <Tool
  173. Name="VCAppVerifierTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. <Configuration
  180. Name="UnicodeDebug|Win32"
  181. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  182. IntermediateDirectory="$(ConfigurationName)"
  183. ConfigurationType="1"
  184. UseOfMFC="2"
  185. CharacterSet="1"
  186. >
  187. <Tool
  188. Name="VCPreBuildEventTool"
  189. />
  190. <Tool
  191. Name="VCCustomBuildTool"
  192. />
  193. <Tool
  194. Name="VCXMLDataGeneratorTool"
  195. />
  196. <Tool
  197. Name="VCWebServiceProxyGeneratorTool"
  198. />
  199. <Tool
  200. Name="VCMIDLTool"
  201. PreprocessorDefinitions="_DEBUG"
  202. MkTypLibCompatible="false"
  203. ValidateParameters="true"
  204. />
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. Optimization="0"
  208. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  209. MinimalRebuild="true"
  210. BasicRuntimeChecks="3"
  211. RuntimeLibrary="3"
  212. UsePrecompiledHeader="2"
  213. WarningLevel="3"
  214. DebugInformationFormat="4"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. PreprocessorDefinitions="_DEBUG"
  222. Culture="2052"
  223. AdditionalIncludeDirectories="$(IntDir)"
  224. />
  225. <Tool
  226. Name="VCPreLinkEventTool"
  227. />
  228. <Tool
  229. Name="VCLinkerTool"
  230. LinkIncremental="2"
  231. GenerateDebugInformation="true"
  232. SubSystem="2"
  233. TargetMachine="1"
  234. />
  235. <Tool
  236. Name="VCALinkTool"
  237. />
  238. <Tool
  239. Name="VCManifestTool"
  240. />
  241. <Tool
  242. Name="VCXDCMakeTool"
  243. />
  244. <Tool
  245. Name="VCBscMakeTool"
  246. />
  247. <Tool
  248. Name="VCFxCopTool"
  249. />
  250. <Tool
  251. Name="VCAppVerifierTool"
  252. />
  253. <Tool
  254. Name="VCPostBuildEventTool"
  255. />
  256. </Configuration>
  257. <Configuration
  258. Name="UnicodeRelease|Win32"
  259. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  260. IntermediateDirectory="$(ConfigurationName)"
  261. ConfigurationType="1"
  262. UseOfMFC="2"
  263. CharacterSet="1"
  264. WholeProgramOptimization="1"
  265. >
  266. <Tool
  267. Name="VCPreBuildEventTool"
  268. />
  269. <Tool
  270. Name="VCCustomBuildTool"
  271. />
  272. <Tool
  273. Name="VCXMLDataGeneratorTool"
  274. />
  275. <Tool
  276. Name="VCWebServiceProxyGeneratorTool"
  277. />
  278. <Tool
  279. Name="VCMIDLTool"
  280. PreprocessorDefinitions="NDEBUG"
  281. MkTypLibCompatible="false"
  282. ValidateParameters="true"
  283. />
  284. <Tool
  285. Name="VCCLCompilerTool"
  286. Optimization="2"
  287. EnableIntrinsicFunctions="true"
  288. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  289. MinimalRebuild="false"
  290. RuntimeLibrary="2"
  291. EnableFunctionLevelLinking="true"
  292. UsePrecompiledHeader="2"
  293. WarningLevel="3"
  294. DebugInformationFormat="3"
  295. />
  296. <Tool
  297. Name="VCManagedResourceCompilerTool"
  298. />
  299. <Tool
  300. Name="VCResourceCompilerTool"
  301. PreprocessorDefinitions="NDEBUG"
  302. Culture="2052"
  303. AdditionalIncludeDirectories="$(IntDir)"
  304. />
  305. <Tool
  306. Name="VCPreLinkEventTool"
  307. />
  308. <Tool
  309. Name="VCLinkerTool"
  310. LinkIncremental="1"
  311. GenerateDebugInformation="true"
  312. SubSystem="2"
  313. OptimizeReferences="2"
  314. EnableCOMDATFolding="2"
  315. TargetMachine="1"
  316. />
  317. <Tool
  318. Name="VCALinkTool"
  319. />
  320. <Tool
  321. Name="VCManifestTool"
  322. />
  323. <Tool
  324. Name="VCXDCMakeTool"
  325. />
  326. <Tool
  327. Name="VCBscMakeTool"
  328. />
  329. <Tool
  330. Name="VCFxCopTool"
  331. />
  332. <Tool
  333. Name="VCAppVerifierTool"
  334. />
  335. <Tool
  336. Name="VCPostBuildEventTool"
  337. />
  338. </Configuration>
  339. </Configurations>
  340. <References>
  341. </References>
  342. <Files>
  343. <Filter
  344. Name="Ô´Îļþ"
  345. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  346. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  347. >
  348. <File
  349. RelativePath=".\stdafx.cpp"
  350. >
  351. <FileConfiguration
  352. Name="Debug|Win32"
  353. >
  354. <Tool
  355. Name="VCCLCompilerTool"
  356. UsePrecompiledHeader="1"
  357. />
  358. </FileConfiguration>
  359. <FileConfiguration
  360. Name="Release|Win32"
  361. >
  362. <Tool
  363. Name="VCCLCompilerTool"
  364. UsePrecompiledHeader="1"
  365. />
  366. </FileConfiguration>
  367. <FileConfiguration
  368. Name="UnicodeDebug|Win32"
  369. >
  370. <Tool
  371. Name="VCCLCompilerTool"
  372. UsePrecompiledHeader="1"
  373. />
  374. </FileConfiguration>
  375. <FileConfiguration
  376. Name="UnicodeRelease|Win32"
  377. >
  378. <Tool
  379. Name="VCCLCompilerTool"
  380. UsePrecompiledHeader="1"
  381. />
  382. </FileConfiguration>
  383. </File>
  384. <File
  385. RelativePath=".\Test.cpp"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".\TestDlg.cpp"
  390. >
  391. </File>
  392. </Filter>
  393. <Filter
  394. Name="Í·Îļþ"
  395. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  396. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  397. >
  398. <File
  399. RelativePath=".\Resource.h"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\stdafx.h"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\targetver.h"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\Test.h"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\TestDlg.h"
  416. >
  417. </File>
  418. </Filter>
  419. <Filter
  420. Name="×ÊÔ´Îļþ"
  421. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  422. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  423. >
  424. <File
  425. RelativePath=".\res\Test.ico"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\Test.rc"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\res\Test.rc2"
  434. >
  435. </File>
  436. </Filter>
  437. <File
  438. RelativePath=".\ReadMe.txt"
  439. >
  440. </File>
  441. </Files>
  442. <Globals>
  443. </Globals>
  444. </VisualStudioProject>