GandyDraw.vcproj
上传用户:do_tie
上传日期:2007-11-03
资源大小:1095k
文件大小:8k
源码类别:

GDI/图象编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="GandyDraw"
  6. ProjectGUID="{DA36C6F5-09D3-4754-9D96-87F23F233713}"
  7. RootNamespace="GandyDraw"
  8. Keyword="MFCProj"
  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="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. UseOfMFC="1"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="false"
  42. ValidateParameters="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="1"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  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="VCWebDeploymentTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. UseOfMFC="1"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. ValidateParameters="false"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  130. MinimalRebuild="false"
  131. RuntimeLibrary="0"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. Detect64BitPortabilityProblems="true"
  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. LinkIncremental="1"
  152. GenerateDebugInformation="true"
  153. SubSystem="2"
  154. OptimizeReferences="2"
  155. EnableCOMDATFolding="2"
  156. TargetMachine="1"
  157. />
  158. <Tool
  159. Name="VCALinkTool"
  160. />
  161. <Tool
  162. Name="VCManifestTool"
  163. />
  164. <Tool
  165. Name="VCXDCMakeTool"
  166. />
  167. <Tool
  168. Name="VCBscMakeTool"
  169. />
  170. <Tool
  171. Name="VCFxCopTool"
  172. />
  173. <Tool
  174. Name="VCAppVerifierTool"
  175. />
  176. <Tool
  177. Name="VCWebDeploymentTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. </Configurations>
  184. <References>
  185. </References>
  186. <Files>
  187. <Filter
  188. Name="源文件"
  189. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  190. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  191. >
  192. <File
  193. RelativePath=".ChangeBmp.cpp"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".DrawSetDlg.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".DukeDlg.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".GandyDraw.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".GandyDrawDoc.cpp"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".GandyDrawView.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".InputStr.cpp"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".MainFrm.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".SetWidthDlg.cpp"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".stdafx.cpp"
  230. >
  231. <FileConfiguration
  232. Name="Debug|Win32"
  233. >
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. UsePrecompiledHeader="1"
  237. />
  238. </FileConfiguration>
  239. <FileConfiguration
  240. Name="Release|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. UsePrecompiledHeader="1"
  245. />
  246. </FileConfiguration>
  247. </File>
  248. </Filter>
  249. <Filter
  250. Name="头文件"
  251. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  252. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  253. >
  254. <File
  255. RelativePath=".ChangeBmp.h"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".DrawSetDlg.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".DukeDlg.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".GandyDraw.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".GandyDrawDoc.h"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".GandyDrawView.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".InputStr.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".MainFrm.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".Resource.h"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".SetWidthDlg.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".stdafx.h"
  296. >
  297. </File>
  298. </Filter>
  299. <Filter
  300. Name="资源文件"
  301. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  302. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  303. >
  304. <File
  305. RelativePath=".rescursor1.cur"
  306. >
  307. </File>
  308. <File
  309. RelativePath=".rescursor2.cur"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".rescursor3.cur"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".rescursor4.cur"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".rescursor5.cur"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".rescursor6.cur"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".rescursor7.cur"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".rese.bmp"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".resGandyDraw.ico"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".GandyDraw.rc"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".resGandyDraw.rc2"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".resGandyDrawDoc.ico"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".resicon1.ico"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".resmm.BMP"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".resdukeT1.BMP"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".resdukeT10.BMP"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".resdukeT2.BMP"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".resdukeT3.BMP"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".resdukeT4.BMP"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".resdukeT5.BMP"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".resdukeT6.BMP"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".resdukeT7.BMP"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".resdukeT8.BMP"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".resdukeT9.BMP"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".resToolbar.bmp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".restoolbar1.bmp"
  406. >
  407. </File>
  408. </Filter>
  409. <File
  410. RelativePath=".ReadMe.txt"
  411. >
  412. </File>
  413. </Files>
  414. <Globals>
  415. <Global
  416. Name="RESOURCE_FILE"
  417. Value="GandyDraw.rc"
  418. />
  419. </Globals>
  420. </VisualStudioProject>