PropertySheet.vcproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="PropertySheet"
  6. ProjectGUID="{B30FF04B-E7F5-4B1E-A1A6-12D0A02D8E4D}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="0"
  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=".\Debug"
  21. IntermediateDirectory=".\Debug"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\Debug/PropertySheet.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. AdditionalIncludeDirectories=".\ResizableLib,..\XlistCtrl"
  53. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  54. MinimalRebuild="true"
  55. BasicRuntimeChecks="3"
  56. RuntimeLibrary="3"
  57. UsePrecompiledHeader="2"
  58. PrecompiledHeaderThrough="stdafx.h"
  59. PrecompiledHeaderFile=".\Debug/PropertySheet.pch"
  60. AssemblerListingLocation=".\Debug/"
  61. ObjectFile=".\Debug/"
  62. ProgramDataBaseFileName=".\Debug/"
  63. WarningLevel="4"
  64. SuppressStartupBanner="true"
  65. DebugInformationFormat="4"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="_DEBUG"
  73. Culture="1040"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. OutputFile="Debug\PropertySheetDDDA.exe"
  81. LinkIncremental="2"
  82. SuppressStartupBanner="true"
  83. AdditionalLibraryDirectories="..\bin"
  84. GenerateDebugInformation="true"
  85. ProgramDatabaseFile=".\Debug/PropertySheetDDDA.pdb"
  86. SubSystem="2"
  87. RandomizedBaseAddress="1"
  88. DataExecutionPrevention="0"
  89. TargetMachine="1"
  90. />
  91. <Tool
  92. Name="VCALinkTool"
  93. />
  94. <Tool
  95. Name="VCManifestTool"
  96. />
  97. <Tool
  98. Name="VCXDCMakeTool"
  99. />
  100. <Tool
  101. Name="VCBscMakeTool"
  102. SuppressStartupBanner="true"
  103. OutputFile=".\Debug/PropertySheet.bsc"
  104. />
  105. <Tool
  106. Name="VCFxCopTool"
  107. />
  108. <Tool
  109. Name="VCAppVerifierTool"
  110. />
  111. <Tool
  112. Name="VCPostBuildEventTool"
  113. Description="Copying file..."
  114. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).exe ..\bin 1&gt; nul&#x0D;&#x0A;"
  115. />
  116. </Configuration>
  117. <Configuration
  118. Name="Release|Win32"
  119. OutputDirectory=".\Release"
  120. IntermediateDirectory=".\Release"
  121. ConfigurationType="1"
  122. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  123. UseOfMFC="2"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. CharacterSet="2"
  126. >
  127. <Tool
  128. Name="VCPreBuildEventTool"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. MkTypLibCompatible="true"
  143. SuppressStartupBanner="true"
  144. TargetEnvironment="1"
  145. TypeLibraryName=".\Release/PropertySheet.tlb"
  146. HeaderFileName=""
  147. />
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. Optimization="2"
  151. InlineFunctionExpansion="1"
  152. AdditionalIncludeDirectories=".\ResizableLib,..\XlistCtrl"
  153. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  154. StringPooling="true"
  155. RuntimeLibrary="2"
  156. EnableFunctionLevelLinking="true"
  157. UsePrecompiledHeader="2"
  158. PrecompiledHeaderThrough="stdafx.h"
  159. PrecompiledHeaderFile=".\Release/PropertySheet.pch"
  160. AssemblerListingLocation=".\Release/"
  161. ObjectFile=".\Release/"
  162. ProgramDataBaseFileName=".\Release/"
  163. WarningLevel="4"
  164. SuppressStartupBanner="true"
  165. />
  166. <Tool
  167. Name="VCManagedResourceCompilerTool"
  168. />
  169. <Tool
  170. Name="VCResourceCompilerTool"
  171. PreprocessorDefinitions="NDEBUG"
  172. Culture="1040"
  173. />
  174. <Tool
  175. Name="VCPreLinkEventTool"
  176. />
  177. <Tool
  178. Name="VCLinkerTool"
  179. OutputFile="Release\PropertySheetDDRA.exe"
  180. LinkIncremental="1"
  181. SuppressStartupBanner="true"
  182. AdditionalLibraryDirectories="..\bin"
  183. ProgramDatabaseFile=".\Release/PropertySheetDDRA.pdb"
  184. SubSystem="2"
  185. OptimizeReferences="2"
  186. RandomizedBaseAddress="1"
  187. DataExecutionPrevention="0"
  188. TargetMachine="1"
  189. />
  190. <Tool
  191. Name="VCALinkTool"
  192. />
  193. <Tool
  194. Name="VCManifestTool"
  195. />
  196. <Tool
  197. Name="VCXDCMakeTool"
  198. />
  199. <Tool
  200. Name="VCBscMakeTool"
  201. SuppressStartupBanner="true"
  202. OutputFile=".\Release/PropertySheet.bsc"
  203. />
  204. <Tool
  205. Name="VCFxCopTool"
  206. />
  207. <Tool
  208. Name="VCAppVerifierTool"
  209. />
  210. <Tool
  211. Name="VCPostBuildEventTool"
  212. Description="Copying file..."
  213. CommandLine="mkdir ..\bin 2&gt; nul&#x0D;&#x0A;copy $(Outdir)\$(TargetName).exe ..\bin 1&gt; nul&#x0D;&#x0A;"
  214. />
  215. </Configuration>
  216. </Configurations>
  217. <References>
  218. </References>
  219. <Files>
  220. <Filter
  221. Name="Source Files"
  222. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  223. >
  224. <File
  225. RelativePath="About.cpp"
  226. >
  227. <FileConfiguration
  228. Name="Debug|Win32"
  229. >
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. AdditionalIncludeDirectories=""
  233. PreprocessorDefinitions=""
  234. />
  235. </FileConfiguration>
  236. <FileConfiguration
  237. Name="Release|Win32"
  238. >
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. AdditionalIncludeDirectories=""
  242. PreprocessorDefinitions=""
  243. />
  244. </FileConfiguration>
  245. </File>
  246. <File
  247. RelativePath="Dlg.cpp"
  248. >
  249. <FileConfiguration
  250. Name="Debug|Win32"
  251. >
  252. <Tool
  253. Name="VCCLCompilerTool"
  254. AdditionalIncludeDirectories=""
  255. PreprocessorDefinitions=""
  256. />
  257. </FileConfiguration>
  258. <FileConfiguration
  259. Name="Release|Win32"
  260. >
  261. <Tool
  262. Name="VCCLCompilerTool"
  263. AdditionalIncludeDirectories=""
  264. PreprocessorDefinitions=""
  265. />
  266. </FileConfiguration>
  267. </File>
  268. <File
  269. RelativePath="InitList.cpp"
  270. >
  271. <FileConfiguration
  272. Name="Debug|Win32"
  273. >
  274. <Tool
  275. Name="VCCLCompilerTool"
  276. AdditionalIncludeDirectories=""
  277. PreprocessorDefinitions=""
  278. />
  279. </FileConfiguration>
  280. <FileConfiguration
  281. Name="Release|Win32"
  282. >
  283. <Tool
  284. Name="VCCLCompilerTool"
  285. AdditionalIncludeDirectories=""
  286. PreprocessorDefinitions=""
  287. />
  288. </FileConfiguration>
  289. </File>
  290. <File
  291. RelativePath="MyPropertyPages.cpp"
  292. >
  293. <FileConfiguration
  294. Name="Debug|Win32"
  295. >
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. AdditionalIncludeDirectories=""
  299. PreprocessorDefinitions=""
  300. />
  301. </FileConfiguration>
  302. <FileConfiguration
  303. Name="Release|Win32"
  304. >
  305. <Tool
  306. Name="VCCLCompilerTool"
  307. AdditionalIncludeDirectories=""
  308. PreprocessorDefinitions=""
  309. />
  310. </FileConfiguration>
  311. </File>
  312. <File
  313. RelativePath="MyPropertySheet.cpp"
  314. >
  315. <FileConfiguration
  316. Name="Debug|Win32"
  317. >
  318. <Tool
  319. Name="VCCLCompilerTool"
  320. AdditionalIncludeDirectories=""
  321. PreprocessorDefinitions=""
  322. />
  323. </FileConfiguration>
  324. <FileConfiguration
  325. Name="Release|Win32"
  326. >
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. AdditionalIncludeDirectories=""
  330. PreprocessorDefinitions=""
  331. />
  332. </FileConfiguration>
  333. </File>
  334. <File
  335. RelativePath="PropertySheet.cpp"
  336. >
  337. <FileConfiguration
  338. Name="Debug|Win32"
  339. >
  340. <Tool
  341. Name="VCCLCompilerTool"
  342. AdditionalIncludeDirectories=""
  343. PreprocessorDefinitions=""
  344. />
  345. </FileConfiguration>
  346. <FileConfiguration
  347. Name="Release|Win32"
  348. >
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. AdditionalIncludeDirectories=""
  352. PreprocessorDefinitions=""
  353. />
  354. </FileConfiguration>
  355. </File>
  356. <File
  357. RelativePath="PropertySheet.rc"
  358. >
  359. <FileConfiguration
  360. Name="Debug|Win32"
  361. >
  362. <Tool
  363. Name="VCResourceCompilerTool"
  364. PreprocessorDefinitions=""
  365. />
  366. </FileConfiguration>
  367. <FileConfiguration
  368. Name="Release|Win32"
  369. >
  370. <Tool
  371. Name="VCResourceCompilerTool"
  372. PreprocessorDefinitions=""
  373. />
  374. </FileConfiguration>
  375. </File>
  376. <File
  377. RelativePath="StdAfx.cpp"
  378. >
  379. <FileConfiguration
  380. Name="Debug|Win32"
  381. >
  382. <Tool
  383. Name="VCCLCompilerTool"
  384. AdditionalIncludeDirectories=""
  385. PreprocessorDefinitions=""
  386. UsePrecompiledHeader="1"
  387. />
  388. </FileConfiguration>
  389. <FileConfiguration
  390. Name="Release|Win32"
  391. >
  392. <Tool
  393. Name="VCCLCompilerTool"
  394. AdditionalIncludeDirectories=""
  395. PreprocessorDefinitions=""
  396. UsePrecompiledHeader="1"
  397. />
  398. </FileConfiguration>
  399. </File>
  400. <File
  401. RelativePath="XHyperLink.cpp"
  402. >
  403. <FileConfiguration
  404. Name="Debug|Win32"
  405. >
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. AdditionalIncludeDirectories=""
  409. PreprocessorDefinitions=""
  410. />
  411. </FileConfiguration>
  412. <FileConfiguration
  413. Name="Release|Win32"
  414. >
  415. <Tool
  416. Name="VCCLCompilerTool"
  417. AdditionalIncludeDirectories=""
  418. PreprocessorDefinitions=""
  419. />
  420. </FileConfiguration>
  421. </File>
  422. </Filter>
  423. <Filter
  424. Name="Header Files"
  425. Filter="h;hpp;hxx;hm;inl"
  426. >
  427. <File
  428. RelativePath="About.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="Dlg.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="MyPropertyPages.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="MyPropertySheet.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath="PropertySheet.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="Resource.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="StdAfx.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="XHyperLink.h"
  457. >
  458. </File>
  459. </Filter>
  460. <Filter
  461. Name="Resource Files"
  462. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  463. >
  464. <File
  465. RelativePath="hans.ico"
  466. >
  467. </File>
  468. </Filter>
  469. </Files>
  470. <Globals>
  471. </Globals>
  472. </VisualStudioProject>