/src/compiler/vs2008/ftk/ftk/ftk.vcproj

http://ftk.googlecode.com/ · MSBuild · 1022 lines · 1022 code · 0 blank · 0 comment · 0 complexity · cbdfacffe5c0636a043b940bb1a36bb6 MD5 · raw file

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ftk"
  6. ProjectGUID="{462B7D28-7EF9-45B4-BF39-AB377FDD27DC}"
  7. RootNamespace="ftk"
  8. Keyword="Win32Proj"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\..\..\src&quot;;&quot;$(SolutionDir)\..\..\..\os\windows&quot;;&quot;$(SolutionDir)\..\..\..\backend\win32&quot;"
  45. PreprocessorDefinitions="_WINDLL;WIN32;WINDOWS;$(NOINHERIT)"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. RegisterOutput="false"
  65. AdditionalDependencies="Ws2_32.lib gdiplus.lib Imm32.lib"
  66. LinkIncremental="2"
  67. ModuleDefinitionFile="$(SolutionDir)\ftk.def"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. CommandLine="mkdir c:\ftk&#x0D;&#x0A;mkdir c:\ftk\bin&#x0D;&#x0A;mkdir c:\ftk\data&#x0D;&#x0A;mkdir c:\ftk\base&#x0D;&#x0A;mkdir c:\ftk\theme&#x0D;&#x0A;mkdir c:\ftk\testdata&#x0D;&#x0A;mkdir c:\ftk\theme\default&#x0D;&#x0A;copy $(OutDir)\ftk.dll c:\ftk\bin&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\..\testdata c:\ftk\testdata&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\..\data\gb2312.fnt c:\ftk\data&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\..\theme\default c:\ftk\theme\default&#x0D;&#x0A;"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="2"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. EnableIntrinsicFunctions="true"
  122. AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\..\..\src&quot;;&quot;$(SolutionDir)\..\..\..\os\windows&quot;;&quot;$(SolutionDir)\..\..\..\backend\win32&quot;"
  123. PreprocessorDefinitions="_WINDLL;$(NOINHERIT);WIN32;WINDOWS"
  124. RuntimeLibrary="2"
  125. EnableFunctionLevelLinking="true"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. AdditionalDependencies="Ws2_32.lib gdiplus.lib Imm32.lib"
  142. LinkIncremental="1"
  143. ModuleDefinitionFile="$(SolutionDir)\ftk.def"
  144. GenerateDebugInformation="true"
  145. SubSystem="2"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. CommandLine="mkdir c:\ftk&#x0D;&#x0A;copy $(SolutionDir)\Debug\ftk.dll c:\ftk&#x0D;&#x0A;"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. </References>
  176. <Files>
  177. <Filter
  178. Name="???"
  179. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  180. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  181. >
  182. <File
  183. RelativePath="..\..\..\..\canvas\default\fontdata.c"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\..\..\ftk.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\..\..\ftk_allocator.c"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\..\..\ftk_allocator_default.c"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\..\..\ftk_allocator_profile.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\..\..\ftk_animation.c"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\..\..\..\ftk_animation_alpha.c"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\..\..\..\ftk_animation_expand.c"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\..\..\..\ftk_animation_scale.c"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\..\..\..\ftk_animation_translate.c"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\..\ftk_animation_trigger_default.c"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\..\ftk_animation_trigger_silence.c"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\..\ftk_app_window.c"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\..\..\backend\win32\ftk_backend_win32.c"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\..\..\ftk_bitmap.c"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\..\canvas\default\ftk_bitmap_default.c"
  244. >
  245. </File>
  246. <File
  247. RelativePath="..\..\..\..\canvas\default\ftk_bitmap_factory.c"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\..\..\..\ftk_button.c"
  252. >
  253. </File>
  254. <File
  255. RelativePath="..\..\..\..\ftk_canvas.c"
  256. >
  257. </File>
  258. <File
  259. RelativePath="..\..\..\..\canvas\default\ftk_canvas_default.c"
  260. >
  261. </File>
  262. <File
  263. RelativePath="..\..\..\..\ftk_check_button.c"
  264. >
  265. </File>
  266. <File
  267. RelativePath="..\..\..\..\ftk_clipboard.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath="..\..\..\..\ftk_combo_box.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath="..\..\..\..\ftk_config.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\..\..\..\ftk_dialog.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\..\..\..\ftk_display.c"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\..\..\..\ftk_display_mem.c"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\..\..\..\ftk_display_rotate.c"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\..\..\..\backend\win32\ftk_display_win32.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\..\..\ftk_dlfcn.c"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\..\..\ftk_entry.c"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\..\..\ftk_expr.c"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\..\..\ftk_file_browser.c"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\..\..\ftk_file_system.c"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\..\..\ftk_file_system_posix.c"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\..\..\canvas\default\ftk_font.c"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\..\..\canvas\default\ftk_font_default.c"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\..\..\ftk_font_desc.c"
  332. >
  333. </File>
  334. <File
  335. RelativePath="..\..\..\..\canvas\default\ftk_font_manager.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="..\..\..\..\ftk_gesture.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="..\..\..\..\ftk_globals.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="..\..\..\..\ftk_group_box.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="..\..\..\..\ftk_icon_cache.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\..\..\..\ftk_icon_view.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\..\..\..\ftk_image.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\..\..\os\windows\ftk_image_win32_decoder.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath="..\..\..\..\ftk_input_method_chooser_default.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="..\..\..\..\ftk_input_method_manager.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="..\..\..\..\ftk_input_method_preeditor.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="..\..\..\..\ftk_input_method_preeditor_default.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="..\..\..\..\os\windows\ftk_input_method_win32.c"
  384. >
  385. </File>
  386. <File
  387. RelativePath="..\..\..\..\ftk_interpolator_acc_decelerate.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="..\..\..\..\ftk_interpolator_accelerate.c"
  392. >
  393. </File>
  394. <File
  395. RelativePath="..\..\..\..\ftk_interpolator_bounce.c"
  396. >
  397. </File>
  398. <File
  399. RelativePath="..\..\..\..\ftk_interpolator_decelerate.c"
  400. >
  401. </File>
  402. <File
  403. RelativePath="..\..\..\..\ftk_interpolator_linear.c"
  404. >
  405. </File>
  406. <File
  407. RelativePath="..\..\..\..\ftk_label.c"
  408. >
  409. </File>
  410. <File
  411. RelativePath="..\..\..\..\ftk_list_model_default.c"
  412. >
  413. </File>
  414. <File
  415. RelativePath="..\..\..\..\ftk_list_render_default.c"
  416. >
  417. </File>
  418. <File
  419. RelativePath="..\..\..\..\ftk_list_view.c"
  420. >
  421. </File>
  422. <File
  423. RelativePath="..\..\..\..\ftk_log.c"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\..\..\ftk_main_loop.c"
  428. >
  429. </File>
  430. <File
  431. RelativePath="..\..\..\..\ftk_main_loop_select.c"
  432. >
  433. </File>
  434. <File
  435. RelativePath="..\..\..\..\ftk_menu_item.c"
  436. >
  437. </File>
  438. <File
  439. RelativePath="..\..\..\..\ftk_menu_panel.c"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\..\..\ftk_message_box.c"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\..\..\os\windows\ftk_mmap_win32.c"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\..\..\ftk_painter.c"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\..\..\ftk_pairs.c"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\..\..\ftk_params.c"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\..\..\ftk_path.c"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\..\..\ftk_pipe_socket.c"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\..\..\ftk_popup_menu.c"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\..\..\ftk_progress_bar.c"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\..\..\ftk_scroll_bar.c"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\..\..\ftk_source_idle.c"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\..\..\ftk_source_primary.c"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\..\..\ftk_source_timer.c"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\..\..\backend\win32\ftk_source_win32.c"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\..\..\ftk_sources_manager.c"
  500. >
  501. </File>
  502. <File
  503. RelativePath="..\..\..\..\ftk_sprite.c"
  504. >
  505. </File>
  506. <File
  507. RelativePath="..\..\..\..\ftk_status_item.c"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\..\..\ftk_status_panel.c"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\..\..\ftk_tab.c"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\..\..\ftk_text_buffer.c"
  520. >
  521. </File>
  522. <File
  523. RelativePath="..\..\..\..\ftk_text_layout_normal.c"
  524. >
  525. </File>
  526. <File
  527. RelativePath="..\..\..\..\ftk_text_view.c"
  528. >
  529. </File>
  530. <File
  531. RelativePath="..\..\..\..\ftk_theme.c"
  532. >
  533. </File>
  534. <File
  535. RelativePath="..\..\..\..\ftk_translator.c"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\..\..\..\ftk_util.c"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\..\..\..\ftk_wait_box.c"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\..\..\..\ftk_widget.c"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\..\..\..\os\windows\ftk_win32.c"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\..\..\ftk_window.c"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\..\..\..\ftk_wnd_manager.c"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\..\..\..\ftk_wnd_manager_default.c"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\..\..\..\ftk_xml_parser.c"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\..\..\..\ftk_xul.c"
  572. >
  573. </File>
  574. </Filter>
  575. <Filter
  576. Name="????"
  577. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  578. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  579. >
  580. </Filter>
  581. <Filter
  582. Name="???"
  583. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  584. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  585. >
  586. <File
  587. RelativePath="..\..\..\..\canvas\default\fontdata.h"
  588. >
  589. </File>
  590. <File
  591. RelativePath="..\..\..\..\ftk.h"
  592. >
  593. </File>
  594. <File
  595. RelativePath="..\..\..\..\ftk_allocator_default.h"
  596. >
  597. </File>
  598. <File
  599. RelativePath="..\..\..\..\ftk_allocator_profile.h"
  600. >
  601. </File>
  602. <File
  603. RelativePath="..\..\..\..\ftk_animation.h"
  604. >
  605. </File>
  606. <File
  607. RelativePath="..\..\..\..\ftk_animation_alpha.h"
  608. >
  609. </File>
  610. <File
  611. RelativePath="..\..\..\..\ftk_animation_expand.h"
  612. >
  613. </File>
  614. <File
  615. RelativePath="..\..\..\..\ftk_animation_scale.h"
  616. >
  617. </File>
  618. <File
  619. RelativePath="..\..\..\..\ftk_animation_translate.h"
  620. >
  621. </File>
  622. <File
  623. RelativePath="..\..\..\..\ftk_animation_trigger.h"
  624. >
  625. </File>
  626. <File
  627. RelativePath="..\..\..\..\ftk_animation_trigger_default.h"
  628. >
  629. </File>
  630. <File
  631. RelativePath="..\..\..\..\ftk_animation_trigger_silence.h"
  632. >
  633. </File>
  634. <File
  635. RelativePath="..\..\..\..\ftk_app_window.h"
  636. >
  637. </File>
  638. <File
  639. RelativePath="..\..\..\..\ftk_backend.h"
  640. >
  641. </File>
  642. <File
  643. RelativePath="..\..\..\..\ftk_bitmap.h"
  644. >
  645. </File>
  646. <File
  647. RelativePath="..\..\..\..\ftk_bitmap_factory.h"
  648. >
  649. </File>
  650. <File
  651. RelativePath="..\..\..\..\ftk_button.h"
  652. >
  653. </File>
  654. <File
  655. RelativePath="..\..\..\..\ftk_canvas.h"
  656. >
  657. </File>
  658. <File
  659. RelativePath="..\..\..\..\ftk_check_button.h"
  660. >
  661. </File>
  662. <File
  663. RelativePath="..\..\..\..\ftk_clipboard.h"
  664. >
  665. </File>
  666. <File
  667. RelativePath="..\..\..\..\ftk_combo_box.h"
  668. >
  669. </File>
  670. <File
  671. RelativePath="..\..\..\..\ftk_config.h"
  672. >
  673. </File>
  674. <File
  675. RelativePath="..\..\..\..\ftk_dialog.h"
  676. >
  677. </File>
  678. <File
  679. RelativePath="..\..\..\..\ftk_display.h"
  680. >
  681. </File>
  682. <File
  683. RelativePath="..\..\..\..\ftk_display_mem.h"
  684. >
  685. </File>
  686. <File
  687. RelativePath="..\..\..\..\ftk_display_rotate.h"
  688. >
  689. </File>
  690. <File
  691. RelativePath="..\..\..\..\backend\win32\ftk_display_win32.h"
  692. >
  693. </File>
  694. <File
  695. RelativePath="..\..\..\..\ftk_dlfcn.h"
  696. >
  697. </File>
  698. <File
  699. RelativePath="..\..\..\..\ftk_entry.h"
  700. >
  701. </File>
  702. <File
  703. RelativePath="..\..\..\..\ftk_event.h"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\..\..\..\ftk_expr.h"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\..\..\..\ftk_file_browser.h"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\..\..\..\ftk_file_system.h"
  716. >
  717. </File>
  718. <File
  719. RelativePath="..\..\..\..\canvas\default\ftk_font.h"
  720. >
  721. </File>
  722. <File
  723. RelativePath="..\..\..\..\ftk_font_desc.h"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\..\..\..\canvas\default\ftk_font_manager.h"
  728. >
  729. </File>
  730. <File
  731. RelativePath="..\..\..\..\os\windows\ftk_font_win32.h"
  732. >
  733. </File>
  734. <File
  735. RelativePath="..\..\..\..\ftk_gc.h"
  736. >
  737. </File>
  738. <File
  739. RelativePath="..\..\..\..\ftk_gesture.h"
  740. >
  741. </File>
  742. <File
  743. RelativePath="..\..\..\..\ftk_gesture_listener.h"
  744. >
  745. </File>
  746. <File
  747. RelativePath="..\..\..\..\ftk_globals.h"
  748. >
  749. </File>
  750. <File
  751. RelativePath="..\..\..\..\ftk_group_box.h"
  752. >
  753. </File>
  754. <File
  755. RelativePath="..\..\..\..\ftk_icon_cache.h"
  756. >
  757. </File>
  758. <File
  759. RelativePath="..\..\..\..\ftk_icon_view.h"
  760. >
  761. </File>
  762. <File
  763. RelativePath="..\..\..\..\ftk_image.h"
  764. >
  765. </File>
  766. <File
  767. RelativePath="..\..\..\..\ftk_image_decoder.h"
  768. >
  769. </File>
  770. <File
  771. RelativePath="..\..\..\..\os\windows\ftk_image_win32_decoder.h"
  772. >
  773. </File>
  774. <File
  775. RelativePath="..\..\..\..\ftk_input_method.h"
  776. >
  777. </File>
  778. <File
  779. RelativePath="..\..\..\..\ftk_input_method_chooser.h"
  780. >
  781. </File>
  782. <File
  783. RelativePath="..\..\..\..\ftk_input_method_manager.h"
  784. >
  785. </File>
  786. <File
  787. RelativePath="..\..\..\..\ftk_input_method_preeditor.h"
  788. >
  789. </File>
  790. <File
  791. RelativePath="..\..\..\..\ftk_input_method_preeditor_default.h"
  792. >
  793. </File>
  794. <File
  795. RelativePath="..\..\..\..\os\windows\ftk_input_method_win32.h"
  796. >
  797. </File>
  798. <File
  799. RelativePath="..\..\..\..\ftk_interpolator.h"
  800. >
  801. </File>
  802. <File
  803. RelativePath="..\..\..\..\ftk_interpolator_acc_decelerate.h"
  804. >
  805. </File>
  806. <File
  807. RelativePath="..\..\..\..\ftk_interpolator_accelerate.h"
  808. >
  809. </File>
  810. <File
  811. RelativePath="..\..\..\..\ftk_interpolator_bounce.h"
  812. >
  813. </File>
  814. <File
  815. RelativePath="..\..\..\..\ftk_interpolator_decelerate.h"
  816. >
  817. </File>
  818. <File
  819. RelativePath="..\..\..\..\ftk_interpolator_linear.h"
  820. >
  821. </File>
  822. <File
  823. RelativePath="..\..\..\..\ftk_key.h"
  824. >
  825. </File>
  826. <File
  827. RelativePath="..\..\..\..\ftk_label.h"
  828. >
  829. </File>
  830. <File
  831. RelativePath="..\..\..\..\ftk_list_model.h"
  832. >
  833. </File>
  834. <File
  835. RelativePath="..\..\..\..\ftk_list_model_default.h"
  836. >
  837. </File>
  838. <File
  839. RelativePath="..\..\..\..\ftk_list_render.h"
  840. >
  841. </File>
  842. <File
  843. RelativePath="..\..\..\..\ftk_list_render_default.h"
  844. >
  845. </File>
  846. <File
  847. RelativePath="..\..\..\..\ftk_list_view.h"
  848. >
  849. </File>
  850. <File
  851. RelativePath="..\..\..\..\ftk_log.h"
  852. >
  853. </File>
  854. <File
  855. RelativePath="..\..\..\..\ftk_main_loop.h"
  856. >
  857. </File>
  858. <File
  859. RelativePath="..\..\..\..\ftk_menu_item.h"
  860. >
  861. </File>
  862. <File
  863. RelativePath="..\..\..\..\ftk_menu_panel.h"
  864. >
  865. </File>
  866. <File
  867. RelativePath="..\..\..\..\ftk_message_box.h"
  868. >
  869. </File>
  870. <File
  871. RelativePath="..\..\..\..\ftk_mmap.h"
  872. >
  873. </File>
  874. <File
  875. RelativePath="..\..\..\..\ftk_painter.h"
  876. >
  877. </File>
  878. <File
  879. RelativePath="..\..\..\..\ftk_pairs.h"
  880. >
  881. </File>
  882. <File
  883. RelativePath="..\..\..\..\ftk_params.h"
  884. >
  885. </File>
  886. <File
  887. RelativePath="..\..\..\..\ftk_path.h"
  888. >
  889. </File>
  890. <File
  891. RelativePath="..\..\..\..\ftk_pipe.h"
  892. >
  893. </File>
  894. <File
  895. RelativePath="..\..\..\..\ftk_platform.h"
  896. >
  897. </File>
  898. <File
  899. RelativePath="..\..\..\..\ftk_popup_menu.h"
  900. >
  901. </File>
  902. <File
  903. RelativePath="..\..\..\..\ftk_progress_bar.h"
  904. >
  905. </File>
  906. <File
  907. RelativePath="..\..\..\..\ftk_scroll_bar.h"
  908. >
  909. </File>
  910. <File
  911. RelativePath="..\..\..\..\ftk_source.h"
  912. >
  913. </File>
  914. <File
  915. RelativePath="..\..\..\..\ftk_source_idle.h"
  916. >
  917. </File>
  918. <File
  919. RelativePath="..\..\..\..\ftk_source_primary.h"
  920. >
  921. </File>
  922. <File
  923. RelativePath="..\..\..\..\ftk_source_timer.h"
  924. >
  925. </File>
  926. <File
  927. RelativePath="..\..\..\..\backend\win32\ftk_source_win32.h"
  928. >
  929. </File>
  930. <File
  931. RelativePath="..\..\..\..\ftk_sources_manager.h"
  932. >
  933. </File>
  934. <File
  935. RelativePath="..\..\..\..\ftk_sprite.h"
  936. >
  937. </File>
  938. <File
  939. RelativePath="..\..\..\..\ftk_status_item.h"
  940. >
  941. </File>
  942. <File
  943. RelativePath="..\..\..\..\ftk_status_panel.h"
  944. >
  945. </File>
  946. <File
  947. RelativePath="..\..\..\..\ftk_tab.h"
  948. >
  949. </File>
  950. <File
  951. RelativePath="..\..\..\..\ftk_text_buffer.h"
  952. >
  953. </File>
  954. <File
  955. RelativePath="..\..\..\..\ftk_text_layout.h"
  956. >
  957. </File>
  958. <File
  959. RelativePath="..\..\..\..\ftk_text_view.h"
  960. >
  961. </File>
  962. <File
  963. RelativePath="..\..\..\..\ftk_theme.h"
  964. >
  965. </File>
  966. <File
  967. RelativePath="..\..\..\..\ftk_translator.h"
  968. >
  969. </File>
  970. <File
  971. RelativePath="..\..\..\..\ftk_typedef.h"
  972. >
  973. </File>
  974. <File
  975. RelativePath="..\..\..\..\ftk_util.h"
  976. >
  977. </File>
  978. <File
  979. RelativePath="..\..\..\..\ftk_wait_box.h"
  980. >
  981. </File>
  982. <File
  983. RelativePath="..\..\..\..\ftk_widget.h"
  984. >
  985. </File>
  986. <File
  987. RelativePath="..\..\..\..\os\windows\ftk_win32.h"
  988. >
  989. </File>
  990. <File
  991. RelativePath="..\..\..\..\ftk_window.h"
  992. >
  993. </File>
  994. <File
  995. RelativePath="..\..\..\..\ftk_wnd_manager.h"
  996. >
  997. </File>
  998. <File
  999. RelativePath="..\..\..\..\ftk_wnd_manager_default.h"
  1000. >
  1001. </File>
  1002. <File
  1003. RelativePath="..\..\..\..\ftk_xml_builder.h"
  1004. >
  1005. </File>
  1006. <File
  1007. RelativePath="..\..\..\..\ftk_xml_parser.h"
  1008. >
  1009. </File>
  1010. <File
  1011. RelativePath="..\..\..\..\ftk_xul.h"
  1012. >
  1013. </File>
  1014. </Filter>
  1015. <File
  1016. RelativePath="..\ftk.def"
  1017. >
  1018. </File>
  1019. </Files>
  1020. <Globals>
  1021. </Globals>
  1022. </VisualStudioProject>