HDraw.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="HDraw"
  6. ProjectGUID="{9E4D219C-F99C-451C-8A5A-8E3ED7F5A566}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="131072"
  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/HDraw.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. UsePrecompiledHeader="2"
  57. PrecompiledHeaderThrough="stdafx.h"
  58. PrecompiledHeaderFile=".\Debug/HDraw.pch"
  59. AssemblerListingLocation=".\Debug/"
  60. ObjectFile=".\Debug/"
  61. ProgramDataBaseFileName=".\Debug/"
  62. BrowseInformation="1"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. DebugInformationFormat="4"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="_DEBUG"
  73. Culture="2052"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. OutputFile=".\Debug/HDraw.exe"
  81. LinkIncremental="2"
  82. SuppressStartupBanner="true"
  83. GenerateDebugInformation="true"
  84. ProgramDatabaseFile=".\Debug/HDraw.pdb"
  85. SubSystem="2"
  86. RandomizedBaseAddress="1"
  87. DataExecutionPrevention="0"
  88. TargetMachine="1"
  89. />
  90. <Tool
  91. Name="VCALinkTool"
  92. />
  93. <Tool
  94. Name="VCManifestTool"
  95. />
  96. <Tool
  97. Name="VCXDCMakeTool"
  98. />
  99. <Tool
  100. Name="VCBscMakeTool"
  101. SuppressStartupBanner="true"
  102. OutputFile=".\Debug/HDraw.bsc"
  103. />
  104. <Tool
  105. Name="VCFxCopTool"
  106. />
  107. <Tool
  108. Name="VCAppVerifierTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="Release|Win32"
  116. OutputDirectory=".\Release"
  117. IntermediateDirectory=".\Release"
  118. ConfigurationType="1"
  119. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  120. UseOfMFC="2"
  121. ATLMinimizesCRunTimeLibraryUsage="false"
  122. CharacterSet="2"
  123. >
  124. <Tool
  125. Name="VCPreBuildEventTool"
  126. />
  127. <Tool
  128. Name="VCCustomBuildTool"
  129. />
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCMIDLTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. MkTypLibCompatible="true"
  140. SuppressStartupBanner="true"
  141. TargetEnvironment="1"
  142. TypeLibraryName=".\Release/HDraw.tlb"
  143. HeaderFileName=""
  144. />
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="2"
  148. InlineFunctionExpansion="1"
  149. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  150. StringPooling="true"
  151. RuntimeLibrary="2"
  152. EnableFunctionLevelLinking="true"
  153. UsePrecompiledHeader="2"
  154. PrecompiledHeaderThrough="stdafx.h"
  155. PrecompiledHeaderFile=".\Release/HDraw.pch"
  156. AssemblerListingLocation=".\Release/"
  157. ObjectFile=".\Release/"
  158. ProgramDataBaseFileName=".\Release/"
  159. WarningLevel="3"
  160. SuppressStartupBanner="true"
  161. />
  162. <Tool
  163. Name="VCManagedResourceCompilerTool"
  164. />
  165. <Tool
  166. Name="VCResourceCompilerTool"
  167. PreprocessorDefinitions="NDEBUG"
  168. Culture="2052"
  169. />
  170. <Tool
  171. Name="VCPreLinkEventTool"
  172. />
  173. <Tool
  174. Name="VCLinkerTool"
  175. OutputFile=".\Release/HDraw.exe"
  176. LinkIncremental="1"
  177. SuppressStartupBanner="true"
  178. ProgramDatabaseFile=".\Release/HDraw.pdb"
  179. SubSystem="2"
  180. RandomizedBaseAddress="1"
  181. DataExecutionPrevention="0"
  182. TargetMachine="1"
  183. />
  184. <Tool
  185. Name="VCALinkTool"
  186. />
  187. <Tool
  188. Name="VCManifestTool"
  189. />
  190. <Tool
  191. Name="VCXDCMakeTool"
  192. />
  193. <Tool
  194. Name="VCBscMakeTool"
  195. SuppressStartupBanner="true"
  196. OutputFile=".\Release/HDraw.bsc"
  197. />
  198. <Tool
  199. Name="VCFxCopTool"
  200. />
  201. <Tool
  202. Name="VCAppVerifierTool"
  203. />
  204. <Tool
  205. Name="VCPostBuildEventTool"
  206. />
  207. </Configuration>
  208. </Configurations>
  209. <References>
  210. </References>
  211. <Files>
  212. <Filter
  213. Name="Source Files"
  214. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  215. >
  216. <File
  217. RelativePath="HColorBar.cpp"
  218. >
  219. <FileConfiguration
  220. Name="Debug|Win32"
  221. >
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. PreprocessorDefinitions=""
  225. />
  226. </FileConfiguration>
  227. <FileConfiguration
  228. Name="Release|Win32"
  229. >
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. PreprocessorDefinitions=""
  233. />
  234. </FileConfiguration>
  235. </File>
  236. <File
  237. RelativePath="HDraw.cpp"
  238. >
  239. <FileConfiguration
  240. Name="Debug|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. PreprocessorDefinitions=""
  245. />
  246. </FileConfiguration>
  247. <FileConfiguration
  248. Name="Release|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. PreprocessorDefinitions=""
  253. />
  254. </FileConfiguration>
  255. </File>
  256. <File
  257. RelativePath="HDraw.rc"
  258. >
  259. <FileConfiguration
  260. Name="Debug|Win32"
  261. >
  262. <Tool
  263. Name="VCResourceCompilerTool"
  264. PreprocessorDefinitions=""
  265. />
  266. </FileConfiguration>
  267. <FileConfiguration
  268. Name="Release|Win32"
  269. >
  270. <Tool
  271. Name="VCResourceCompilerTool"
  272. PreprocessorDefinitions=""
  273. />
  274. </FileConfiguration>
  275. </File>
  276. <File
  277. RelativePath="HDrawDoc.cpp"
  278. >
  279. <FileConfiguration
  280. Name="Debug|Win32"
  281. >
  282. <Tool
  283. Name="VCCLCompilerTool"
  284. PreprocessorDefinitions=""
  285. />
  286. </FileConfiguration>
  287. <FileConfiguration
  288. Name="Release|Win32"
  289. >
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. PreprocessorDefinitions=""
  293. />
  294. </FileConfiguration>
  295. </File>
  296. <File
  297. RelativePath="HDrawPView.cpp"
  298. >
  299. <FileConfiguration
  300. Name="Debug|Win32"
  301. >
  302. <Tool
  303. Name="VCCLCompilerTool"
  304. PreprocessorDefinitions=""
  305. />
  306. </FileConfiguration>
  307. <FileConfiguration
  308. Name="Release|Win32"
  309. >
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. PreprocessorDefinitions=""
  313. />
  314. </FileConfiguration>
  315. </File>
  316. <File
  317. RelativePath="HDrawView.cpp"
  318. >
  319. <FileConfiguration
  320. Name="Debug|Win32"
  321. >
  322. <Tool
  323. Name="VCCLCompilerTool"
  324. PreprocessorDefinitions=""
  325. />
  326. </FileConfiguration>
  327. <FileConfiguration
  328. Name="Release|Win32"
  329. >
  330. <Tool
  331. Name="VCCLCompilerTool"
  332. PreprocessorDefinitions=""
  333. />
  334. </FileConfiguration>
  335. </File>
  336. <File
  337. RelativePath="HStroke.cpp"
  338. >
  339. <FileConfiguration
  340. Name="Debug|Win32"
  341. >
  342. <Tool
  343. Name="VCCLCompilerTool"
  344. PreprocessorDefinitions=""
  345. />
  346. </FileConfiguration>
  347. <FileConfiguration
  348. Name="Release|Win32"
  349. >
  350. <Tool
  351. Name="VCCLCompilerTool"
  352. PreprocessorDefinitions=""
  353. />
  354. </FileConfiguration>
  355. </File>
  356. <File
  357. RelativePath="HStrokeEditDlg.cpp"
  358. >
  359. <FileConfiguration
  360. Name="Debug|Win32"
  361. >
  362. <Tool
  363. Name="VCCLCompilerTool"
  364. PreprocessorDefinitions=""
  365. />
  366. </FileConfiguration>
  367. <FileConfiguration
  368. Name="Release|Win32"
  369. >
  370. <Tool
  371. Name="VCCLCompilerTool"
  372. PreprocessorDefinitions=""
  373. />
  374. </FileConfiguration>
  375. </File>
  376. <File
  377. RelativePath="HStrokeTextDlg.cpp"
  378. >
  379. <FileConfiguration
  380. Name="Debug|Win32"
  381. >
  382. <Tool
  383. Name="VCCLCompilerTool"
  384. PreprocessorDefinitions=""
  385. />
  386. </FileConfiguration>
  387. <FileConfiguration
  388. Name="Release|Win32"
  389. >
  390. <Tool
  391. Name="VCCLCompilerTool"
  392. PreprocessorDefinitions=""
  393. />
  394. </FileConfiguration>
  395. </File>
  396. <File
  397. RelativePath="MainFrm.cpp"
  398. >
  399. <FileConfiguration
  400. Name="Debug|Win32"
  401. >
  402. <Tool
  403. Name="VCCLCompilerTool"
  404. PreprocessorDefinitions=""
  405. />
  406. </FileConfiguration>
  407. <FileConfiguration
  408. Name="Release|Win32"
  409. >
  410. <Tool
  411. Name="VCCLCompilerTool"
  412. PreprocessorDefinitions=""
  413. />
  414. </FileConfiguration>
  415. </File>
  416. <File
  417. RelativePath="StdAfx.cpp"
  418. >
  419. <FileConfiguration
  420. Name="Debug|Win32"
  421. >
  422. <Tool
  423. Name="VCCLCompilerTool"
  424. PreprocessorDefinitions=""
  425. UsePrecompiledHeader="1"
  426. />
  427. </FileConfiguration>
  428. <FileConfiguration
  429. Name="Release|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. PreprocessorDefinitions=""
  434. UsePrecompiledHeader="1"
  435. />
  436. </FileConfiguration>
  437. </File>
  438. </Filter>
  439. <Filter
  440. Name="Header Files"
  441. Filter="h;hpp;hxx;hm;inl"
  442. >
  443. <File
  444. RelativePath="HColorBar.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="HDraw.h"
  449. >
  450. </File>
  451. <File
  452. RelativePath="HDrawDoc.h"
  453. >
  454. </File>
  455. <File
  456. RelativePath="HDrawPView.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="HDrawView.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="HStroke.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="HStrokeEdit.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="HStrokeEditDlg.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath="HStrokeTextDlg.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="MainFrm.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath="Resource.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="StdAfx.h"
  489. >
  490. </File>
  491. </Filter>
  492. <Filter
  493. Name="Resource Files"
  494. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  495. >
  496. <File
  497. RelativePath="res\bmp00001.bmp"
  498. >
  499. </File>
  500. <File
  501. RelativePath="res\HDraw.ico"
  502. >
  503. </File>
  504. <File
  505. RelativePath="res\HDraw.rc2"
  506. >
  507. </File>
  508. <File
  509. RelativePath="res\HDrawDoc.ico"
  510. >
  511. </File>
  512. <File
  513. RelativePath="res\ico00001.ico"
  514. >
  515. </File>
  516. <File
  517. RelativePath="res\icon1.ico"
  518. >
  519. </File>
  520. <File
  521. RelativePath="res\icon2.ico"
  522. >
  523. </File>
  524. <File
  525. RelativePath="res\icon3.ico"
  526. >
  527. </File>
  528. <File
  529. RelativePath="res\icon4.ico"
  530. >
  531. </File>
  532. <File
  533. RelativePath="res\icon5.ico"
  534. >
  535. </File>
  536. <File
  537. RelativePath="res\icon6.ico"
  538. >
  539. </File>
  540. <File
  541. RelativePath="res\Toolbar.bmp"
  542. >
  543. </File>
  544. <File
  545. RelativePath="res\toolbar1.bmp"
  546. >
  547. </File>
  548. </Filter>
  549. <File
  550. RelativePath="HDraw.reg"
  551. >
  552. </File>
  553. <File
  554. RelativePath="ReadMe.txt"
  555. >
  556. </File>
  557. </Files>
  558. <Globals>
  559. <Global
  560. Name="RESOURCE_FILE"
  561. Value="HDraw.rc"
  562. />
  563. </Globals>
  564. </VisualStudioProject>