DuiLib.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DuiLib"
  6. ProjectGUID="{E106ACD7-4E53-4AEE-942B-D0DD426DB34E}"
  7. RootNamespace="DuiLib"
  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=".\Build\Release"
  21. IntermediateDirectory=".\Build\Release"
  22. ConfigurationType="2"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="0"
  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/DuiLib.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="1"
  52. InlineFunctionExpansion="1"
  53. AdditionalIncludeDirectories=""
  54. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS"
  55. StringPooling="true"
  56. EnableFunctionLevelLinking="true"
  57. UsePrecompiledHeader="2"
  58. PrecompiledHeaderFile=".\Build\Release/DuiLib.pch"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="NDEBUG"
  68. Culture="1030"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. OutputFile="../bin/DuiLib.dll"
  76. LinkIncremental="1"
  77. SuppressStartupBanner="true"
  78. AdditionalLibraryDirectories=".\lib"
  79. GenerateManifest="false"
  80. DelayLoadDLLs=""
  81. BaseAddress="0x11000000"
  82. ImportLibrary="../Lib/DuiLib.lib"
  83. TargetMachine="1"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. EmbedManifest="false"
  91. />
  92. <Tool
  93. Name="VCXDCMakeTool"
  94. />
  95. <Tool
  96. Name="VCBscMakeTool"
  97. SuppressStartupBanner="true"
  98. OutputFile=".\Release/DuiLib.bsc"
  99. />
  100. <Tool
  101. Name="VCFxCopTool"
  102. />
  103. <Tool
  104. Name="VCAppVerifierTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="Debug|Win32"
  112. OutputDirectory=".\Build\Debug"
  113. IntermediateDirectory=".\Build\Debug"
  114. ConfigurationType="2"
  115. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  116. UseOfMFC="0"
  117. ATLMinimizesCRunTimeLibraryUsage="false"
  118. CharacterSet="2"
  119. >
  120. <Tool
  121. Name="VCPreBuildEventTool"
  122. />
  123. <Tool
  124. Name="VCCustomBuildTool"
  125. />
  126. <Tool
  127. Name="VCXMLDataGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCWebServiceProxyGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCMIDLTool"
  134. PreprocessorDefinitions="_DEBUG"
  135. MkTypLibCompatible="true"
  136. SuppressStartupBanner="true"
  137. TargetEnvironment="1"
  138. TypeLibraryName=".\Debug/DuiLib.tlb"
  139. HeaderFileName=""
  140. />
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. Optimization="0"
  144. AdditionalIncludeDirectories=""
  145. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS"
  146. MinimalRebuild="true"
  147. BasicRuntimeChecks="3"
  148. RuntimeLibrary="1"
  149. UsePrecompiledHeader="2"
  150. PrecompiledHeaderThrough="stdafx.h"
  151. PrecompiledHeaderFile=".\Build\Debug/DuiLib.pch"
  152. WarningLevel="3"
  153. SuppressStartupBanner="true"
  154. Detect64BitPortabilityProblems="false"
  155. DebugInformationFormat="3"
  156. />
  157. <Tool
  158. Name="VCManagedResourceCompilerTool"
  159. />
  160. <Tool
  161. Name="VCResourceCompilerTool"
  162. PreprocessorDefinitions="_DEBUG"
  163. Culture="1033"
  164. />
  165. <Tool
  166. Name="VCPreLinkEventTool"
  167. />
  168. <Tool
  169. Name="VCLinkerTool"
  170. OutputFile="../bin/DuiLib_d.dll"
  171. LinkIncremental="1"
  172. SuppressStartupBanner="true"
  173. AdditionalLibraryDirectories=".\lib"
  174. GenerateManifest="false"
  175. DelayLoadDLLs=""
  176. GenerateDebugInformation="true"
  177. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  178. BaseAddress="0x11000000"
  179. ImportLibrary="../lib/DuiLib_d.lib"
  180. TargetMachine="1"
  181. />
  182. <Tool
  183. Name="VCALinkTool"
  184. />
  185. <Tool
  186. Name="VCManifestTool"
  187. EmbedManifest="false"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. SuppressStartupBanner="true"
  195. OutputFile=".\Debug/DuiLib.bsc"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. <Configuration
  208. Name="UnicodeDebug|Win32"
  209. OutputDirectory=".\Build\Debug_u"
  210. IntermediateDirectory=".\Build\Debug_u"
  211. ConfigurationType="2"
  212. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  213. UseOfMFC="0"
  214. ATLMinimizesCRunTimeLibraryUsage="false"
  215. CharacterSet="1"
  216. >
  217. <Tool
  218. Name="VCPreBuildEventTool"
  219. />
  220. <Tool
  221. Name="VCCustomBuildTool"
  222. />
  223. <Tool
  224. Name="VCXMLDataGeneratorTool"
  225. />
  226. <Tool
  227. Name="VCWebServiceProxyGeneratorTool"
  228. />
  229. <Tool
  230. Name="VCMIDLTool"
  231. PreprocessorDefinitions="_DEBUG"
  232. MkTypLibCompatible="true"
  233. SuppressStartupBanner="true"
  234. TargetEnvironment="1"
  235. TypeLibraryName=".\Debug/DuiLib.tlb"
  236. HeaderFileName=""
  237. />
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. Optimization="0"
  241. AdditionalIncludeDirectories=""
  242. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;UILIB_EXPORTS"
  243. MinimalRebuild="true"
  244. BasicRuntimeChecks="3"
  245. RuntimeLibrary="1"
  246. UsePrecompiledHeader="2"
  247. PrecompiledHeaderThrough="stdafx.h"
  248. PrecompiledHeaderFile=".\Build\Debug_u/DuiLib.pch"
  249. WarningLevel="3"
  250. SuppressStartupBanner="true"
  251. DebugInformationFormat="3"
  252. />
  253. <Tool
  254. Name="VCManagedResourceCompilerTool"
  255. />
  256. <Tool
  257. Name="VCResourceCompilerTool"
  258. PreprocessorDefinitions="_DEBUG"
  259. Culture="1033"
  260. />
  261. <Tool
  262. Name="VCPreLinkEventTool"
  263. />
  264. <Tool
  265. Name="VCLinkerTool"
  266. OutputFile="../bin/DuiLib_ud.dll"
  267. LinkIncremental="1"
  268. SuppressStartupBanner="true"
  269. AdditionalLibraryDirectories=""
  270. GenerateManifest="false"
  271. DelayLoadDLLs=""
  272. GenerateDebugInformation="true"
  273. ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
  274. BaseAddress="0x11000000"
  275. ImportLibrary="../Lib/DuiLib_ud.lib"
  276. TargetMachine="1"
  277. />
  278. <Tool
  279. Name="VCALinkTool"
  280. />
  281. <Tool
  282. Name="VCManifestTool"
  283. EmbedManifest="false"
  284. />
  285. <Tool
  286. Name="VCXDCMakeTool"
  287. />
  288. <Tool
  289. Name="VCBscMakeTool"
  290. SuppressStartupBanner="true"
  291. OutputFile=".\Debug/DuiLib.bsc"
  292. />
  293. <Tool
  294. Name="VCFxCopTool"
  295. />
  296. <Tool
  297. Name="VCAppVerifierTool"
  298. />
  299. <Tool
  300. Name="VCPostBuildEventTool"
  301. />
  302. </Configuration>
  303. <Configuration
  304. Name="UnicodeRelease|Win32"
  305. OutputDirectory=".\Build\Release_u"
  306. IntermediateDirectory=".\Build\Release_u"
  307. ConfigurationType="2"
  308. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  309. UseOfMFC="0"
  310. ATLMinimizesCRunTimeLibraryUsage="false"
  311. CharacterSet="1"
  312. >
  313. <Tool
  314. Name="VCPreBuildEventTool"
  315. />
  316. <Tool
  317. Name="VCCustomBuildTool"
  318. />
  319. <Tool
  320. Name="VCXMLDataGeneratorTool"
  321. />
  322. <Tool
  323. Name="VCWebServiceProxyGeneratorTool"
  324. />
  325. <Tool
  326. Name="VCMIDLTool"
  327. PreprocessorDefinitions="NDEBUG"
  328. MkTypLibCompatible="true"
  329. SuppressStartupBanner="true"
  330. TargetEnvironment="1"
  331. TypeLibraryName=".\Release/DuiLib.tlb"
  332. HeaderFileName=""
  333. />
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. Optimization="1"
  337. InlineFunctionExpansion="1"
  338. AdditionalIncludeDirectories=""
  339. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UILIB_EXPORTS"
  340. StringPooling="true"
  341. EnableFunctionLevelLinking="true"
  342. UsePrecompiledHeader="2"
  343. PrecompiledHeaderFile=".\Build\Release_u/DuiLib.pch"
  344. WarningLevel="3"
  345. SuppressStartupBanner="true"
  346. />
  347. <Tool
  348. Name="VCManagedResourceCompilerTool"
  349. />
  350. <Tool
  351. Name="VCResourceCompilerTool"
  352. PreprocessorDefinitions="NDEBUG"
  353. Culture="1030"
  354. />
  355. <Tool
  356. Name="VCPreLinkEventTool"
  357. />
  358. <Tool
  359. Name="VCLinkerTool"
  360. OutputFile="../bin/DuiLib_u.dll"
  361. LinkIncremental="1"
  362. SuppressStartupBanner="true"
  363. AdditionalLibraryDirectories=""
  364. GenerateManifest="false"
  365. DelayLoadDLLs=""
  366. BaseAddress="0x11000000"
  367. ImportLibrary="../Lib/DuiLib_u.lib"
  368. TargetMachine="1"
  369. />
  370. <Tool
  371. Name="VCALinkTool"
  372. />
  373. <Tool
  374. Name="VCManifestTool"
  375. EmbedManifest="false"
  376. />
  377. <Tool
  378. Name="VCXDCMakeTool"
  379. />
  380. <Tool
  381. Name="VCBscMakeTool"
  382. SuppressStartupBanner="true"
  383. OutputFile=".\Release/DuiLib.bsc"
  384. />
  385. <Tool
  386. Name="VCFxCopTool"
  387. />
  388. <Tool
  389. Name="VCAppVerifierTool"
  390. />
  391. <Tool
  392. Name="VCPostBuildEventTool"
  393. />
  394. </Configuration>
  395. </Configurations>
  396. <References>
  397. </References>
  398. <Files>
  399. <Filter
  400. Name="Source Files"
  401. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  402. >
  403. <File
  404. RelativePath=".\StdAfx.cpp"
  405. >
  406. <FileConfiguration
  407. Name="Release|Win32"
  408. >
  409. <Tool
  410. Name="VCCLCompilerTool"
  411. UsePrecompiledHeader="1"
  412. PrecompiledHeaderFile=".\Build\Release/DuiLib.pch"
  413. />
  414. </FileConfiguration>
  415. <FileConfiguration
  416. Name="Debug|Win32"
  417. >
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. UsePrecompiledHeader="1"
  421. PrecompiledHeaderFile=".\Build\Debug/DuiLib.pch"
  422. />
  423. </FileConfiguration>
  424. <FileConfiguration
  425. Name="UnicodeDebug|Win32"
  426. >
  427. <Tool
  428. Name="VCCLCompilerTool"
  429. UsePrecompiledHeader="1"
  430. />
  431. </FileConfiguration>
  432. <FileConfiguration
  433. Name="UnicodeRelease|Win32"
  434. >
  435. <Tool
  436. Name="VCCLCompilerTool"
  437. UsePrecompiledHeader="1"
  438. />
  439. </FileConfiguration>
  440. </File>
  441. <File
  442. RelativePath=".\UIlib.cpp"
  443. >
  444. </File>
  445. <Filter
  446. Name="Utils"
  447. >
  448. <File
  449. RelativePath=".\Utils\stb_image.c"
  450. >
  451. <FileConfiguration
  452. Name="Release|Win32"
  453. >
  454. <Tool
  455. Name="VCCLCompilerTool"
  456. UsePrecompiledHeader="0"
  457. />
  458. </FileConfiguration>
  459. <FileConfiguration
  460. Name="Debug|Win32"
  461. >
  462. <Tool
  463. Name="VCCLCompilerTool"
  464. UsePrecompiledHeader="0"
  465. />
  466. </FileConfiguration>
  467. <FileConfiguration
  468. Name="UnicodeDebug|Win32"
  469. >
  470. <Tool
  471. Name="VCCLCompilerTool"
  472. UsePrecompiledHeader="0"
  473. />
  474. </FileConfiguration>
  475. <FileConfiguration
  476. Name="UnicodeRelease|Win32"
  477. >
  478. <Tool
  479. Name="VCCLCompilerTool"
  480. UsePrecompiledHeader="0"
  481. />
  482. </FileConfiguration>
  483. </File>
  484. <File
  485. RelativePath=".\Utils\UIDelegate.cpp"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".\Utils\Utils.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".\Utils\WinImplBase.cpp"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".\Utils\XUnzip.cpp"
  498. >
  499. <FileConfiguration
  500. Name="Release|Win32"
  501. >
  502. <Tool
  503. Name="VCCLCompilerTool"
  504. UsePrecompiledHeader="0"
  505. />
  506. </FileConfiguration>
  507. <FileConfiguration
  508. Name="Debug|Win32"
  509. >
  510. <Tool
  511. Name="VCCLCompilerTool"
  512. UsePrecompiledHeader="0"
  513. />
  514. </FileConfiguration>
  515. <FileConfiguration
  516. Name="UnicodeDebug|Win32"
  517. >
  518. <Tool
  519. Name="VCCLCompilerTool"
  520. UsePrecompiledHeader="0"
  521. />
  522. </FileConfiguration>
  523. <FileConfiguration
  524. Name="UnicodeRelease|Win32"
  525. >
  526. <Tool
  527. Name="VCCLCompilerTool"
  528. UsePrecompiledHeader="0"
  529. />
  530. </FileConfiguration>
  531. </File>
  532. </Filter>
  533. <Filter
  534. Name="Core"
  535. >
  536. <File
  537. RelativePath=".\Core\UIBase.cpp"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".\Core\UIContainer.cpp"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".\Core\UIControl.cpp"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".\Core\UIDlgBuilder.cpp"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".\Core\UIManager.cpp"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".\Core\UIMarkup.cpp"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".\Core\UIRender.cpp"
  562. >
  563. </File>
  564. </Filter>
  565. <Filter
  566. Name="Layout"
  567. >
  568. <File
  569. RelativePath=".\Layout\UIChildLayout.cpp"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".\Layout\UIHorizontalLayout.cpp"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".\Layout\UITabLayout.cpp"
  578. >
  579. </File>
  580. <File
  581. RelativePath=".\Layout\UITileLayout.cpp"
  582. >
  583. </File>
  584. <File
  585. RelativePath=".\Layout\UIVerticalLayout.cpp"
  586. >
  587. </File>
  588. </Filter>
  589. <Filter
  590. Name="Control"
  591. >
  592. <File
  593. RelativePath=".\Control\UIActiveX.cpp"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".\Control\UIButton.cpp"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".\Control\UICheckBox.cpp"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".\Control\UICombo.cpp"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".\Control\UIDateTime.cpp"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".\Control\UIEdit.cpp"
  614. >
  615. </File>
  616. <File
  617. RelativePath=".\Control\UIGifAnim.cpp"
  618. >
  619. </File>
  620. <File
  621. RelativePath=".\Control\UILabel.cpp"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".\Control\UIList.cpp"
  626. >
  627. </File>
  628. <File
  629. RelativePath=".\Control\UIOption.cpp"
  630. >
  631. </File>
  632. <File
  633. RelativePath=".\Control\UIProgress.cpp"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".\Control\UIRichEdit.cpp"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".\Control\UIScrollBar.cpp"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".\Control\UISlider.cpp"
  646. >
  647. </File>
  648. <File
  649. RelativePath=".\Control\UIText.cpp"
  650. >
  651. </File>
  652. <File
  653. RelativePath=".\Control\UITreeView.cpp"
  654. >
  655. </File>
  656. <File
  657. RelativePath=".\Control\UIWebBrowser.cpp"
  658. >
  659. </File>
  660. </Filter>
  661. </Filter>
  662. <Filter
  663. Name="Header Files"
  664. Filter="h;hpp;hxx;hm;inl"
  665. >
  666. <File
  667. RelativePath=".\StdAfx.h"
  668. >
  669. </File>
  670. <File
  671. RelativePath=".\UIlib.h"
  672. >
  673. </File>
  674. <Filter
  675. Name="Utils"
  676. >
  677. <File
  678. RelativePath=".\Utils\downloadmgr.h"
  679. >
  680. </File>
  681. <File
  682. RelativePath=".\Utils\FlashEventHandler.h"
  683. >
  684. </File>
  685. <File
  686. RelativePath=".\Utils\stb_image.h"
  687. >
  688. </File>
  689. <File
  690. RelativePath=".\Utils\UIDelegate.h"
  691. >
  692. </File>
  693. <File
  694. RelativePath=".\Utils\Utils.h"
  695. >
  696. </File>
  697. <File
  698. RelativePath=".\Utils\WebBrowserEventHandler.h"
  699. >
  700. </File>
  701. <File
  702. RelativePath=".\Utils\WinImplBase.h"
  703. >
  704. </File>
  705. </Filter>
  706. <Filter
  707. Name="Core"
  708. >
  709. <File
  710. RelativePath=".\Core\UIBase.h"
  711. >
  712. </File>
  713. <File
  714. RelativePath=".\Core\UIContainer.h"
  715. >
  716. </File>
  717. <File
  718. RelativePath=".\Core\UIControl.h"
  719. >
  720. </File>
  721. <File
  722. RelativePath=".\Core\UIDefine.h"
  723. >
  724. </File>
  725. <File
  726. RelativePath=".\Core\UIDlgBuilder.h"
  727. >
  728. </File>
  729. <File
  730. RelativePath=".\Core\UIManager.h"
  731. >
  732. </File>
  733. <File
  734. RelativePath=".\Core\UIMarkup.h"
  735. >
  736. </File>
  737. <File
  738. RelativePath=".\Core\UIRender.h"
  739. >
  740. </File>
  741. </Filter>
  742. <Filter
  743. Name="Layout"
  744. >
  745. <File
  746. RelativePath=".\Layout\UIChildLayout.h"
  747. >
  748. </File>
  749. <File
  750. RelativePath=".\Layout\UIHorizontalLayout.h"
  751. >
  752. </File>
  753. <File
  754. RelativePath=".\Layout\UITabLayout.h"
  755. >
  756. </File>
  757. <File
  758. RelativePath=".\Layout\UITileLayout.h"
  759. >
  760. </File>
  761. <File
  762. RelativePath=".\Layout\UIVerticalLayout.h"
  763. >
  764. </File>
  765. </Filter>
  766. <Filter
  767. Name="Control"
  768. >
  769. <File
  770. RelativePath=".\Control\UIActiveX.h"
  771. >
  772. </File>
  773. <File
  774. RelativePath=".\Control\UIButton.h"
  775. >
  776. </File>
  777. <File
  778. RelativePath=".\Control\UICheckBox.h"
  779. >
  780. </File>
  781. <File
  782. RelativePath=".\Control\UICombo.h"
  783. >
  784. </File>
  785. <File
  786. RelativePath=".\Control\UIDateTime.h"
  787. >
  788. </File>
  789. <File
  790. RelativePath=".\Control\UIEdit.h"
  791. >
  792. </File>
  793. <File
  794. RelativePath=".\Control\UIGifAnim.h"
  795. >
  796. </File>
  797. <File
  798. RelativePath=".\Control\UILabel.h"
  799. >
  800. </File>
  801. <File
  802. RelativePath=".\Control\UIList.h"
  803. >
  804. </File>
  805. <File
  806. RelativePath=".\Control\UIOption.h"
  807. >
  808. </File>
  809. <File
  810. RelativePath=".\Control\UIProgress.h"
  811. >
  812. </File>
  813. <File
  814. RelativePath=".\Control\UIRichEdit.h"
  815. >
  816. </File>
  817. <File
  818. RelativePath=".\Control\UIScrollBar.h"
  819. >
  820. </File>
  821. <File
  822. RelativePath=".\Control\UISlider.h"
  823. >
  824. </File>
  825. <File
  826. RelativePath=".\Control\UIText.h"
  827. >
  828. </File>
  829. <File
  830. RelativePath=".\Control\UITreeView.h"
  831. >
  832. </File>
  833. <File
  834. RelativePath=".\Control\UIWebBrowser.h"
  835. >
  836. </File>
  837. </Filter>
  838. </Filter>
  839. <Filter
  840. Name="Resource Files"
  841. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  842. >
  843. </Filter>
  844. </Files>
  845. <Globals>
  846. </Globals>
  847. </VisualStudioProject>