WalkLtDemo.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="WalkLtDemo"
  6. SccProjectName=""
  7. SccLocalPath=""
  8. Keyword="MFCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory=".\Debug"
  17. IntermediateDirectory=".\Debug"
  18. ConfigurationType="1"
  19. UseOfMFC="2"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. AdditionalIncludeDirectories="../include"
  26. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".\Debug/WalkLtDemo.pch"
  32. AssemblerListingLocation=".\Debug/"
  33. ObjectFile=".\Debug/"
  34. ProgramDataBaseFileName=".\Debug/"
  35. SuppressStartupBanner="TRUE"
  36. DebugInformationFormat="4"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile="../Bin/WalkLtDemo.exe"
  43. LinkIncremental="1"
  44. SuppressStartupBanner="TRUE"
  45. AdditionalLibraryDirectories="../Lib"
  46. GenerateDebugInformation="TRUE"
  47. ProgramDatabaseFile=".\Debug/WalkLtDemo.pdb"
  48. SubSystem="2"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. PreprocessorDefinitions="_DEBUG"
  53. MkTypLibCompatible="TRUE"
  54. SuppressStartupBanner="TRUE"
  55. TargetEnvironment="1"
  56. TypeLibraryName=".\Debug/WalkLtDemo.tlb"
  57. HeaderFileName=""/>
  58. <Tool
  59. Name="VCPostBuildEventTool"/>
  60. <Tool
  61. Name="VCPreBuildEventTool"/>
  62. <Tool
  63. Name="VCPreLinkEventTool"/>
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="2052"/>
  68. <Tool
  69. Name="VCWebServiceProxyGeneratorTool"/>
  70. <Tool
  71. Name="VCXMLDataGeneratorTool"/>
  72. <Tool
  73. Name="VCWebDeploymentTool"/>
  74. <Tool
  75. Name="VCManagedWrapperGeneratorTool"/>
  76. <Tool
  77. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory=".\Release"
  82. IntermediateDirectory=".\Release"
  83. ConfigurationType="1"
  84. UseOfMFC="2"
  85. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  86. CharacterSet="2">
  87. <Tool
  88. Name="VCCLCompilerTool"
  89. Optimization="2"
  90. InlineFunctionExpansion="1"
  91. AdditionalIncludeDirectories="../include"
  92. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  93. StringPooling="TRUE"
  94. RuntimeLibrary="2"
  95. EnableFunctionLevelLinking="TRUE"
  96. UsePrecompiledHeader="3"
  97. PrecompiledHeaderThrough="stdafx.h"
  98. PrecompiledHeaderFile=".\Release/WalkLtDemo.pch"
  99. AssemblerListingLocation=".\Release/"
  100. ObjectFile=".\Release/"
  101. ProgramDataBaseFileName=".\Release/"
  102. WarningLevel="3"
  103. SuppressStartupBanner="TRUE"
  104. CompileAs="0"/>
  105. <Tool
  106. Name="VCCustomBuildTool"/>
  107. <Tool
  108. Name="VCLinkerTool"
  109. OutputFile="../Bin/WalkLtDemo.exe"
  110. LinkIncremental="1"
  111. SuppressStartupBanner="TRUE"
  112. AdditionalLibraryDirectories="../Lib"
  113. ProgramDatabaseFile=".\Release/WalkLtDemo.pdb"
  114. SubSystem="2"
  115. TargetMachine="1"/>
  116. <Tool
  117. Name="VCMIDLTool"
  118. PreprocessorDefinitions="NDEBUG"
  119. MkTypLibCompatible="TRUE"
  120. SuppressStartupBanner="TRUE"
  121. TargetEnvironment="1"
  122. TypeLibraryName=".\Release/WalkLtDemo.tlb"
  123. HeaderFileName=""/>
  124. <Tool
  125. Name="VCPostBuildEventTool"/>
  126. <Tool
  127. Name="VCPreBuildEventTool"/>
  128. <Tool
  129. Name="VCPreLinkEventTool"/>
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. PreprocessorDefinitions="NDEBUG"
  133. Culture="2052"/>
  134. <Tool
  135. Name="VCWebServiceProxyGeneratorTool"/>
  136. <Tool
  137. Name="VCXMLDataGeneratorTool"/>
  138. <Tool
  139. Name="VCWebDeploymentTool"/>
  140. <Tool
  141. Name="VCManagedWrapperGeneratorTool"/>
  142. <Tool
  143. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  144. </Configuration>
  145. </Configurations>
  146. <References>
  147. </References>
  148. <Files>
  149. <Filter
  150. Name="Source Files"
  151. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  152. <File
  153. RelativePath="GdiplusDemoDlg.cpp">
  154. <FileConfiguration
  155. Name="Debug|Win32">
  156. <Tool
  157. Name="VCCLCompilerTool"
  158. Optimization="0"
  159. AdditionalIncludeDirectories=""
  160. PreprocessorDefinitions=""
  161. BasicRuntimeChecks="3"/>
  162. </FileConfiguration>
  163. <FileConfiguration
  164. Name="Release|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. Optimization="2"
  168. AdditionalIncludeDirectories=""
  169. PreprocessorDefinitions=""/>
  170. </FileConfiguration>
  171. </File>
  172. <File
  173. RelativePath="MainFrm.cpp">
  174. <FileConfiguration
  175. Name="Debug|Win32">
  176. <Tool
  177. Name="VCCLCompilerTool"
  178. Optimization="0"
  179. AdditionalIncludeDirectories=""
  180. PreprocessorDefinitions=""
  181. BasicRuntimeChecks="3"/>
  182. </FileConfiguration>
  183. <FileConfiguration
  184. Name="Release|Win32">
  185. <Tool
  186. Name="VCCLCompilerTool"
  187. Optimization="2"
  188. AdditionalIncludeDirectories=""
  189. PreprocessorDefinitions=""/>
  190. </FileConfiguration>
  191. </File>
  192. <File
  193. RelativePath="MyCodeDlg.cpp">
  194. <FileConfiguration
  195. Name="Debug|Win32">
  196. <Tool
  197. Name="VCCLCompilerTool"
  198. Optimization="0"
  199. AdditionalIncludeDirectories=""
  200. PreprocessorDefinitions=""
  201. BasicRuntimeChecks="3"/>
  202. </FileConfiguration>
  203. <FileConfiguration
  204. Name="Release|Win32">
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. Optimization="2"
  208. AdditionalIncludeDirectories=""
  209. PreprocessorDefinitions=""/>
  210. </FileConfiguration>
  211. </File>
  212. <File
  213. RelativePath="StdAfx.cpp">
  214. <FileConfiguration
  215. Name="Debug|Win32">
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. Optimization="0"
  219. AdditionalIncludeDirectories=""
  220. PreprocessorDefinitions=""
  221. BasicRuntimeChecks="3"
  222. UsePrecompiledHeader="1"/>
  223. </FileConfiguration>
  224. <FileConfiguration
  225. Name="Release|Win32">
  226. <Tool
  227. Name="VCCLCompilerTool"
  228. Optimization="2"
  229. AdditionalIncludeDirectories=""
  230. PreprocessorDefinitions=""
  231. UsePrecompiledHeader="1"/>
  232. </FileConfiguration>
  233. </File>
  234. <File
  235. RelativePath="WalkLtDemo.cpp">
  236. <FileConfiguration
  237. Name="Debug|Win32">
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. Optimization="0"
  241. AdditionalIncludeDirectories=""
  242. PreprocessorDefinitions=""
  243. BasicRuntimeChecks="3"/>
  244. </FileConfiguration>
  245. <FileConfiguration
  246. Name="Release|Win32">
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. Optimization="2"
  250. AdditionalIncludeDirectories=""
  251. PreprocessorDefinitions=""/>
  252. </FileConfiguration>
  253. </File>
  254. <File
  255. RelativePath="WalkLtDemo.rc">
  256. </File>
  257. <File
  258. RelativePath="WalkLtDemoDoc.cpp">
  259. <FileConfiguration
  260. Name="Debug|Win32">
  261. <Tool
  262. Name="VCCLCompilerTool"
  263. Optimization="0"
  264. AdditionalIncludeDirectories=""
  265. PreprocessorDefinitions=""
  266. BasicRuntimeChecks="3"/>
  267. </FileConfiguration>
  268. <FileConfiguration
  269. Name="Release|Win32">
  270. <Tool
  271. Name="VCCLCompilerTool"
  272. Optimization="2"
  273. AdditionalIncludeDirectories=""
  274. PreprocessorDefinitions=""/>
  275. </FileConfiguration>
  276. </File>
  277. <File
  278. RelativePath="WalkLtDemoHelp.cpp">
  279. <FileConfiguration
  280. Name="Debug|Win32">
  281. <Tool
  282. Name="VCCLCompilerTool"
  283. Optimization="0"
  284. AdditionalIncludeDirectories=""
  285. PreprocessorDefinitions=""
  286. BasicRuntimeChecks="3"/>
  287. </FileConfiguration>
  288. <FileConfiguration
  289. Name="Release|Win32">
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. Optimization="2"
  293. AdditionalIncludeDirectories=""
  294. PreprocessorDefinitions=""/>
  295. </FileConfiguration>
  296. </File>
  297. <File
  298. RelativePath="WalkLtDemoView.cpp">
  299. <FileConfiguration
  300. Name="Debug|Win32">
  301. <Tool
  302. Name="VCCLCompilerTool"
  303. Optimization="0"
  304. AdditionalIncludeDirectories=""
  305. PreprocessorDefinitions=""
  306. BasicRuntimeChecks="3"/>
  307. </FileConfiguration>
  308. <FileConfiguration
  309. Name="Release|Win32">
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. Optimization="2"
  313. AdditionalIncludeDirectories=""
  314. PreprocessorDefinitions=""/>
  315. </FileConfiguration>
  316. </File>
  317. <File
  318. RelativePath="WalkLtDemoÉè¼ÆÊµÀý.cpp">
  319. <FileConfiguration
  320. Name="Debug|Win32">
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. Optimization="0"
  324. AdditionalIncludeDirectories=""
  325. PreprocessorDefinitions=""
  326. BasicRuntimeChecks="3"/>
  327. </FileConfiguration>
  328. <FileConfiguration
  329. Name="Release|Win32">
  330. <Tool
  331. Name="VCCLCompilerTool"
  332. Optimization="2"
  333. AdditionalIncludeDirectories=""
  334. PreprocessorDefinitions=""/>
  335. </FileConfiguration>
  336. </File>
  337. </Filter>
  338. <Filter
  339. Name="Header Files"
  340. Filter="h;hpp;hxx;hm;inl">
  341. <File
  342. RelativePath="GdiplusDemoDlg.h">
  343. </File>
  344. <File
  345. RelativePath="GdiplusDemoFuns.h">
  346. </File>
  347. <File
  348. RelativePath="MainFrm.h">
  349. </File>
  350. <File
  351. RelativePath="Resource.h">
  352. </File>
  353. <File
  354. RelativePath="StdAfx.h">
  355. </File>
  356. <File
  357. RelativePath="WalkLtDemo.h">
  358. </File>
  359. <File
  360. RelativePath="WalkLtDemoDoc.h">
  361. </File>
  362. <File
  363. RelativePath="WalkLtDemoHelp.h">
  364. </File>
  365. <File
  366. RelativePath="WalkLtDemoView.h">
  367. </File>
  368. <Filter
  369. Name="gdiplus"
  370. Filter="*.h">
  371. <File
  372. RelativePath="..\include\GdiPlus.h">
  373. </File>
  374. <File
  375. RelativePath="..\include\GdiPlusBase.h">
  376. </File>
  377. <File
  378. RelativePath="..\include\GdiPlusBitmap.h">
  379. </File>
  380. <File
  381. RelativePath="..\include\GdiPlusBrush.h">
  382. </File>
  383. <File
  384. RelativePath="..\include\GdiPlusCachedBitmap.h">
  385. </File>
  386. <File
  387. RelativePath="..\include\GdiPlusColor.h">
  388. </File>
  389. <File
  390. RelativePath="..\include\GdiPlusColorMatrix.h">
  391. </File>
  392. <File
  393. RelativePath="..\include\GdiPlusEnums.h">
  394. </File>
  395. <File
  396. RelativePath="..\include\GdiPlusFlat.h">
  397. </File>
  398. <File
  399. RelativePath="..\include\GdiPlusFont.h">
  400. </File>
  401. <File
  402. RelativePath="..\include\GdiPlusFontCollection.h">
  403. </File>
  404. <File
  405. RelativePath="..\include\GdiPlusFontFamily.h">
  406. </File>
  407. <File
  408. RelativePath="..\include\GdiPlusGpStubs.h">
  409. </File>
  410. <File
  411. RelativePath="..\include\GdiPlusGraphics.h">
  412. </File>
  413. <File
  414. RelativePath="..\include\GdiPlusHeaders.h">
  415. </File>
  416. <File
  417. RelativePath="..\include\GdiPlusimageAttributes.h">
  418. </File>
  419. <File
  420. RelativePath="..\include\GdiPlusImageCodec.h">
  421. </File>
  422. <File
  423. RelativePath="..\include\GdiPlusImaging.h">
  424. </File>
  425. <File
  426. RelativePath="..\include\GdiPlusInit.h">
  427. </File>
  428. <File
  429. RelativePath="..\include\GdiPlusLineCaps.h">
  430. </File>
  431. <File
  432. RelativePath="..\include\GdiPlusMatrix.h">
  433. </File>
  434. <File
  435. RelativePath="..\include\GdiPlusMem.h">
  436. </File>
  437. <File
  438. RelativePath="..\include\GdiPlusMetaFile.h">
  439. </File>
  440. <File
  441. RelativePath="..\include\GdiPlusMetaHeader.h">
  442. </File>
  443. <File
  444. RelativePath="..\include\GdiPlusPath.h">
  445. </File>
  446. <File
  447. RelativePath="..\include\GdiPlusPen.h">
  448. </File>
  449. <File
  450. RelativePath="..\include\GdiPlusPixelFormats.h">
  451. </File>
  452. <File
  453. RelativePath="..\include\GdiPlusRegion.h">
  454. </File>
  455. <File
  456. RelativePath="..\include\GdiPlusStringFormat.h">
  457. </File>
  458. <File
  459. RelativePath="..\include\GdiPlusTypes.h">
  460. </File>
  461. <File
  462. RelativePath="MyCodeDlg.h">
  463. </File>
  464. </Filter>
  465. </Filter>
  466. <Filter
  467. Name="Resource Files"
  468. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  469. <File
  470. RelativePath="res\Toolbar.bmp">
  471. </File>
  472. <File
  473. RelativePath="res\WalkLtDemo.ico">
  474. </File>
  475. <File
  476. RelativePath="res\WalkLtDemo.rc2">
  477. </File>
  478. <File
  479. RelativePath="res\WalkLtDemoDoc.ico">
  480. </File>
  481. </Filter>
  482. <File
  483. RelativePath="ReadMe.txt">
  484. </File>
  485. </Files>
  486. <Globals>
  487. </Globals>
  488. </VisualStudioProject>