dialog.9.vcproj 11 KB

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