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

http://ftk.googlecode.com/ · MSBuild · 312 lines · 312 code · 0 blank · 0 comment · 0 complexity · 2812ff76095985722e657a610b41ecd4 MD5 · raw file

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="demos"
  6. ProjectGUID="{85EE513D-FCBB-49A2-8AEF-2C4CBFE54E18}"
  7. RootNamespace="demos"
  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;;&quot;$(SolutionDir)\..\..\..\..\apps\common&quot;;&quot;$(SolutionDir)\..\..\..\..\src\demos&quot;"
  45. PreprocessorDefinitions="FTK_AS_PLUGIN;WIN32;WINDOWS"
  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. OutputFile="$(OutDir)\ftk_demos.dll"
  65. LinkIncremental="2"
  66. ModuleDefinitionFile="$(ProjectDir)\demos.def"
  67. GenerateDebugInformation="true"
  68. SubSystem="2"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. CommandLine="copy $(OutDir)\ftk_demos.dll c:\ftk\bin&#x0D;&#x0A;mkdir c:\ftk\base\apps&#x0D;&#x0A;mkdir c:\ftk\demos\icons&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\demos\demos.desktop c:\ftk\base\apps&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\demos\demo.png c:\ftk\demos\icons&#x0D;&#x0A;"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="2"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\..\..\..\src&quot;;&quot;$(SolutionDir)\..\..\..\os\windows&quot;;&quot;$(SolutionDir)\..\..\..\backend\win32&quot;;&quot;$(SolutionDir)\..\..\..\..\apps\common&quot;;&quot;$(SolutionDir)\..\..\..\..\src\demos&quot;"
  122. PreprocessorDefinitions="FTK_AS_PLUGIN;WIN32;WINDOWS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  140. OutputFile="$(OutDir)\ftk_demos.dll"
  141. LinkIncremental="1"
  142. ModuleDefinitionFile="$(ProjectDir)\demos.def"
  143. GenerateDebugInformation="true"
  144. SubSystem="2"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. </Configurations>
  172. <References>
  173. </References>
  174. <Files>
  175. <Filter
  176. Name="???"
  177. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  178. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  179. >
  180. <File
  181. RelativePath="..\..\..\..\demos\demo_button.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\..\..\..\demos\demo_check_button.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\..\..\demos\demo_combo_box.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\..\..\demos\demo_dialog.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\..\..\demos\demo_entry.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\..\..\demos\demo_file_browser.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\..\..\demos\demo_fullscreen.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\..\..\demos\demo_hello.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\..\..\demos\demo_icon_view.c"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\..\..\demos\demo_image.c"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\..\..\..\demos\demo_image_button.c"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\..\..\..\demos\demo_ime.c"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\..\..\demos\demo_label.c"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\..\..\..\demos\demo_listview.c"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\..\..\..\demos\demo_menu.c"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\..\..\..\demos\demo_msgbox.c"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\..\..\..\demos\demo_multi_win.c"
  246. >
  247. </File>
  248. <File
  249. RelativePath="..\..\..\..\demos\demo_popup.c"
  250. >
  251. </File>
  252. <File
  253. RelativePath="..\..\..\..\demos\demo_progress_bar.c"
  254. >
  255. </File>
  256. <File
  257. RelativePath="..\..\..\..\demos\demo_scroll_bar.c"
  258. >
  259. </File>
  260. <File
  261. RelativePath="..\..\..\..\demos\demo_sprite.c"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\..\..\..\demos\demo_statusbar.c"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\..\..\..\demos\demo_tab.c"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\..\..\..\demos\demo_text_view.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\..\..\..\demos\demo_transparent.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\..\..\..\demos\demo_wait_box.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\..\..\..\demos\ftk_app_demo.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\..\..\..\demos\test_util.c"
  290. >
  291. </File>
  292. </Filter>
  293. <Filter
  294. Name="???"
  295. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  296. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  297. >
  298. <File
  299. RelativePath="..\..\..\..\demos\ftk_app_demo.h"
  300. >
  301. </File>
  302. </Filter>
  303. <Filter
  304. Name="????"
  305. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  306. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  307. >
  308. </Filter>
  309. </Files>
  310. <Globals>
  311. </Globals>
  312. </VisualStudioProject>