SkinUI.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SkinUI"
  6. ProjectGUID="{BAD27C39-1F9B-47D4-A867-C2F082E948E9}"
  7. RootNamespace="SkinUI"
  8. Keyword="MFCDLLProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="../Bin"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_AFXEXT;SKINUI_DLL"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="2052"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. OutputFile="../Bin/SkinUI_d.dll"
  70. LinkIncremental="2"
  71. ModuleDefinitionFile=".\SkinUI_d.def"
  72. GenerateDebugInformation="true"
  73. SubSystem="2"
  74. ImportLibrary="../Lib/SkinUI_d.lib"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="../Bin"
  102. IntermediateDirectory="$(ConfigurationName)"
  103. ConfigurationType="2"
  104. UseOfMFC="2"
  105. CharacterSet="2"
  106. WholeProgramOptimization="1"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. PreprocessorDefinitions="NDEBUG"
  123. MkTypLibCompatible="false"
  124. />
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. Optimization="2"
  128. EnableIntrinsicFunctions="true"
  129. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_AFXEXT;SKINUI_DLL"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. OutputFile="../Bin/SkinUI.dll"
  151. LinkIncremental="1"
  152. IgnoreDefaultLibraryNames="libcmt.lib"
  153. ModuleDefinitionFile=".\SkinUI.def"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. ImportLibrary="../Lib/SkinUI.lib"
  159. TargetMachine="1"
  160. />
  161. <Tool
  162. Name="VCALinkTool"
  163. />
  164. <Tool
  165. Name="VCManifestTool"
  166. />
  167. <Tool
  168. Name="VCXDCMakeTool"
  169. />
  170. <Tool
  171. Name="VCBscMakeTool"
  172. />
  173. <Tool
  174. Name="VCFxCopTool"
  175. />
  176. <Tool
  177. Name="VCAppVerifierTool"
  178. />
  179. <Tool
  180. Name="VCPostBuildEventTool"
  181. />
  182. </Configuration>
  183. <Configuration
  184. Name="Debug_Unicode|Win32"
  185. OutputDirectory="../Bin"
  186. IntermediateDirectory="$(ConfigurationName)"
  187. ConfigurationType="2"
  188. UseOfMFC="2"
  189. CharacterSet="1"
  190. >
  191. <Tool
  192. Name="VCPreBuildEventTool"
  193. />
  194. <Tool
  195. Name="VCCustomBuildTool"
  196. />
  197. <Tool
  198. Name="VCXMLDataGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCWebServiceProxyGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCMIDLTool"
  205. PreprocessorDefinitions="_DEBUG"
  206. MkTypLibCompatible="false"
  207. />
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. Optimization="0"
  211. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_AFXEXT;SKINUI_DLL"
  212. MinimalRebuild="true"
  213. BasicRuntimeChecks="3"
  214. RuntimeLibrary="3"
  215. UsePrecompiledHeader="2"
  216. WarningLevel="3"
  217. DebugInformationFormat="4"
  218. />
  219. <Tool
  220. Name="VCManagedResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCResourceCompilerTool"
  224. PreprocessorDefinitions="_DEBUG"
  225. Culture="2052"
  226. AdditionalIncludeDirectories="$(IntDir)"
  227. />
  228. <Tool
  229. Name="VCPreLinkEventTool"
  230. />
  231. <Tool
  232. Name="VCLinkerTool"
  233. OutputFile="../Bin/SkinUI_ud.dll"
  234. LinkIncremental="2"
  235. ModuleDefinitionFile=".\SkinUI_ud.def"
  236. GenerateDebugInformation="true"
  237. SubSystem="2"
  238. ImportLibrary="../Lib/SkinUI_ud.lib"
  239. TargetMachine="1"
  240. />
  241. <Tool
  242. Name="VCALinkTool"
  243. />
  244. <Tool
  245. Name="VCManifestTool"
  246. />
  247. <Tool
  248. Name="VCXDCMakeTool"
  249. />
  250. <Tool
  251. Name="VCBscMakeTool"
  252. />
  253. <Tool
  254. Name="VCFxCopTool"
  255. />
  256. <Tool
  257. Name="VCAppVerifierTool"
  258. />
  259. <Tool
  260. Name="VCPostBuildEventTool"
  261. />
  262. </Configuration>
  263. <Configuration
  264. Name="Release_Unicode|Win32"
  265. OutputDirectory="../Bin"
  266. IntermediateDirectory="$(ConfigurationName)"
  267. ConfigurationType="2"
  268. UseOfMFC="2"
  269. CharacterSet="1"
  270. WholeProgramOptimization="1"
  271. >
  272. <Tool
  273. Name="VCPreBuildEventTool"
  274. />
  275. <Tool
  276. Name="VCCustomBuildTool"
  277. />
  278. <Tool
  279. Name="VCXMLDataGeneratorTool"
  280. />
  281. <Tool
  282. Name="VCWebServiceProxyGeneratorTool"
  283. />
  284. <Tool
  285. Name="VCMIDLTool"
  286. PreprocessorDefinitions="NDEBUG"
  287. MkTypLibCompatible="false"
  288. />
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. Optimization="2"
  292. EnableIntrinsicFunctions="true"
  293. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_AFXEXT;SKINUI_DLL"
  294. RuntimeLibrary="2"
  295. EnableFunctionLevelLinking="true"
  296. UsePrecompiledHeader="2"
  297. WarningLevel="3"
  298. DebugInformationFormat="3"
  299. />
  300. <Tool
  301. Name="VCManagedResourceCompilerTool"
  302. />
  303. <Tool
  304. Name="VCResourceCompilerTool"
  305. PreprocessorDefinitions="NDEBUG"
  306. Culture="2052"
  307. AdditionalIncludeDirectories="$(IntDir)"
  308. />
  309. <Tool
  310. Name="VCPreLinkEventTool"
  311. />
  312. <Tool
  313. Name="VCLinkerTool"
  314. OutputFile="../Bin/SkinUI_u.dll"
  315. LinkIncremental="1"
  316. IgnoreDefaultLibraryNames="libcmt.lib"
  317. ModuleDefinitionFile=".\SkinUI_u.def"
  318. GenerateDebugInformation="true"
  319. SubSystem="2"
  320. OptimizeReferences="2"
  321. EnableCOMDATFolding="2"
  322. ImportLibrary="../Lib/SkinUI_u.lib"
  323. TargetMachine="1"
  324. />
  325. <Tool
  326. Name="VCALinkTool"
  327. />
  328. <Tool
  329. Name="VCManifestTool"
  330. />
  331. <Tool
  332. Name="VCXDCMakeTool"
  333. />
  334. <Tool
  335. Name="VCBscMakeTool"
  336. />
  337. <Tool
  338. Name="VCFxCopTool"
  339. />
  340. <Tool
  341. Name="VCAppVerifierTool"
  342. />
  343. <Tool
  344. Name="VCPostBuildEventTool"
  345. />
  346. </Configuration>
  347. </Configurations>
  348. <References>
  349. </References>
  350. <Files>
  351. <Filter
  352. Name="源文件"
  353. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  354. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  355. >
  356. <File
  357. RelativePath=".\BuildDialog.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\dllmain.cpp"
  362. >
  363. <FileConfiguration
  364. Name="Debug|Win32"
  365. >
  366. <Tool
  367. Name="VCCLCompilerTool"
  368. UsePrecompiledHeader="2"
  369. CompileAsManaged="0"
  370. />
  371. </FileConfiguration>
  372. <FileConfiguration
  373. Name="Release|Win32"
  374. >
  375. <Tool
  376. Name="VCCLCompilerTool"
  377. UsePrecompiledHeader="2"
  378. CompileAsManaged="0"
  379. />
  380. </FileConfiguration>
  381. <FileConfiguration
  382. Name="Debug_Unicode|Win32"
  383. >
  384. <Tool
  385. Name="VCCLCompilerTool"
  386. UsePrecompiledHeader="2"
  387. CompileAsManaged="0"
  388. />
  389. </FileConfiguration>
  390. <FileConfiguration
  391. Name="Release_Unicode|Win32"
  392. >
  393. <Tool
  394. Name="VCCLCompilerTool"
  395. UsePrecompiledHeader="2"
  396. CompileAsManaged="0"
  397. />
  398. </FileConfiguration>
  399. </File>
  400. <File
  401. RelativePath=".\SkinUI.cpp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\SkinUI.def"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\stdafx.cpp"
  410. >
  411. <FileConfiguration
  412. Name="Debug|Win32"
  413. >
  414. <Tool
  415. Name="VCCLCompilerTool"
  416. UsePrecompiledHeader="1"
  417. />
  418. </FileConfiguration>
  419. <FileConfiguration
  420. Name="Release|Win32"
  421. >
  422. <Tool
  423. Name="VCCLCompilerTool"
  424. UsePrecompiledHeader="1"
  425. />
  426. </FileConfiguration>
  427. <FileConfiguration
  428. Name="Debug_Unicode|Win32"
  429. >
  430. <Tool
  431. Name="VCCLCompilerTool"
  432. UsePrecompiledHeader="1"
  433. />
  434. </FileConfiguration>
  435. <FileConfiguration
  436. Name="Release_Unicode|Win32"
  437. >
  438. <Tool
  439. Name="VCCLCompilerTool"
  440. UsePrecompiledHeader="1"
  441. />
  442. </FileConfiguration>
  443. </File>
  444. </Filter>
  445. <Filter
  446. Name="头文件"
  447. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  448. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  449. >
  450. <File
  451. RelativePath=".\BuildDialog.h"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\Resource.h"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\SkinUI.h"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\stdafx.h"
  464. >
  465. </File>
  466. </Filter>
  467. <Filter
  468. Name="资源文件"
  469. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  470. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  471. >
  472. <File
  473. RelativePath=".\res\HAND_CUR.cur"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".\SkinUI.rc"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".\res\SkinUI.rc2"
  482. >
  483. </File>
  484. </Filter>
  485. <Filter
  486. Name="渲染层"
  487. >
  488. <File
  489. RelativePath=".\GifImage.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\GifImage.h"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\ImageEx.cpp"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".\ImageEx.h"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".\RenderManager.cpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".\RenderManager.h"
  510. >
  511. </File>
  512. </Filter>
  513. <Filter
  514. Name="控件层"
  515. >
  516. <File
  517. RelativePath=".\FlashControl.cpp"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".\FlashControl.h"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".\SkinButton.cpp"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".\SkinButton.h"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".\SkinComboBox.cpp"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".\SkinComboBox.h"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".\SkinDialog.cpp"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".\SkinDialog.h"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".\SkinEdit.cpp"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".\SkinEdit.h"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".\SkinListBox.cpp"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".\SkinListBox.h"
  562. >
  563. </File>
  564. <File
  565. RelativePath=".\SkinListCtrl.cpp"
  566. >
  567. </File>
  568. <File
  569. RelativePath=".\SkinListCtrl.h"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".\SkinMenu.cpp"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".\SkinMenu.h"
  578. >
  579. </File>
  580. <File
  581. RelativePath=".\SkinProgressCtrl.cpp"
  582. >
  583. </File>
  584. <File
  585. RelativePath=".\SkinProgressCtrl.h"
  586. >
  587. </File>
  588. <File
  589. RelativePath=".\SkinRichEdit.cpp"
  590. >
  591. </File>
  592. <File
  593. RelativePath=".\SkinRichEdit.h"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".\SkinSliderCtrl.cpp"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".\SkinSliderCtrl.h"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".\SkinTabCtrl.cpp"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".\SkinTabCtrl.h"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".\SkinToolBar.cpp"
  614. >
  615. </File>
  616. <File
  617. RelativePath=".\SkinToolBar.h"
  618. >
  619. </File>
  620. <File
  621. RelativePath=".\SkinTreeCtrl.cpp"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".\SkinTreeCtrl.h"
  626. >
  627. </File>
  628. </Filter>
  629. <Filter
  630. Name="辅助层"
  631. >
  632. <File
  633. RelativePath=".\Function.cpp"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".\Function.h"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".\ISkinControl.cpp"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".\ISkinControl.h"
  646. >
  647. </File>
  648. <File
  649. RelativePath=".\Macro.h"
  650. >
  651. </File>
  652. <File
  653. RelativePath=".\MemoryDC.cpp"
  654. >
  655. </File>
  656. <File
  657. RelativePath=".\MemoryDC.h"
  658. >
  659. </File>
  660. <File
  661. RelativePath=".\XmlManager.cpp"
  662. >
  663. </File>
  664. <File
  665. RelativePath=".\XmlManager.h"
  666. >
  667. </File>
  668. </Filter>
  669. <File
  670. RelativePath=".\ReadMe.txt"
  671. >
  672. </File>
  673. </Files>
  674. <Globals>
  675. <Global
  676. Name="RESOURCE_FILE"
  677. Value="SkinUI.rc"
  678. />
  679. </Globals>
  680. </VisualStudioProject>