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

http://ftk.googlecode.com/ · MSBuild · 256 lines · 256 code · 0 blank · 0 comment · 0 complexity · 5d37e955a691702e3dd1793480882338 MD5 · raw file

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="designer"
  6. ProjectGUID="{E729A375-85D8-4E73-8A0B-0238D8A7A9EB}"
  7. RootNamespace="designer"
  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\designer&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)\app-designer.dll"
  65. LinkIncremental="2"
  66. ModuleDefinitionFile="$(ProjectDir)\designer.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)\app-designer.dll c:\ftk\bin&#x0D;&#x0A;mkdir c:\ftk\base\apps&#x0D;&#x0A;mkdir c:\ftk\designer\icons&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\..\apps\designer\data\designer.desktop c:\ftk\base\apps&#x0D;&#x0A;copy $(SolutionDir)\..\..\..\..\apps\designer\icons\designer.png c:\ftk\designer\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\designer&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)\app-designer.dll"
  141. LinkIncremental="1"
  142. ModuleDefinitionFile="$(ProjectDir)\designer.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="..\..\..\..\..\apps\designer\code_gen.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\..\..\..\..\apps\designer\ftk_app_designer.c"
  186. >
  187. </File>
  188. <File
  189. RelativePath="..\..\..\..\..\apps\designer\main.c"
  190. >
  191. </File>
  192. <File
  193. RelativePath="..\..\..\..\..\apps\designer\open.c"
  194. >
  195. </File>
  196. <File
  197. RelativePath="..\..\..\..\..\apps\designer\save.c"
  198. >
  199. </File>
  200. <File
  201. RelativePath="..\..\..\..\..\apps\designer\select_file.c"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\..\..\..\apps\designer\widget_editor.c"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\..\..\..\apps\designer\widgets_info.c"
  210. >
  211. </File>
  212. </Filter>
  213. <Filter
  214. Name="???"
  215. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  216. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  217. >
  218. <File
  219. RelativePath="..\..\..\..\..\apps\designer\code_gen.h"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\..\..\..\..\apps\designer\ftk_app_designer.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\..\..\..\..\apps\designer\open.h"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\..\..\..\..\apps\designer\save.h"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\..\..\..\..\apps\designer\select_file.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\..\..\..\..\apps\designer\widget_editor.h"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\..\..\..\..\apps\designer\widgets_info.h"
  244. >
  245. </File>
  246. </Filter>
  247. <Filter
  248. Name="????"
  249. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  250. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  251. >
  252. </Filter>
  253. </Files>
  254. <Globals>
  255. </Globals>
  256. </VisualStudioProject>