wx_vc8_ribbon.vcproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <!--
  3. This project was generated by
  4. Bakefile 0.2.9 (http://www.bakefile.org)
  5. Do not modify, all changes will be overwritten!
  6. -->
  7. <VisualStudioProject
  8. ProjectType="Visual C++"
  9. Version="8.00"
  10. Name="ribbon"
  11. ProjectGUID="{F751C47E-8534-571F-8E4A-F0E6AC978D63}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. <Platform
  18. Name="x64"
  19. />
  20. </Platforms>
  21. <ToolFiles>
  22. </ToolFiles>
  23. <Configurations>
  24. <Configuration
  25. Name="Debug|Win32"
  26. OutputDirectory="..\..\lib\vc_lib"
  27. IntermediateDirectory="vc_mswud\ribbon"
  28. ConfigurationType="4"
  29. UseOfMFC="0"
  30. ATLMinimizesCRunTimeLibraryUsage="false"
  31. CharacterSet="1"
  32. >
  33. <Tool
  34. Name="VCPreBuildEventTool"
  35. />
  36. <Tool
  37. Name="VCCustomBuildTool"
  38. />
  39. <Tool
  40. Name="VCXMLDataGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCWebServiceProxyGeneratorTool"
  44. />
  45. <Tool
  46. Name="VCMIDLTool"
  47. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  48. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  54. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  55. MinimalRebuild="true"
  56. ExceptionHandling="1"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="3"
  59. BufferSecurityCheck="true"
  60. RuntimeTypeInfo="true"
  61. UsePrecompiledHeader="2"
  62. PrecompiledHeaderThrough="wx/wxprec.h"
  63. PrecompiledHeaderFile="vc_mswud\wxprec_ribbonlib.pch"
  64. ObjectFile="vc_mswud\ribbon\"
  65. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_ribbon.pdb"
  66. WarningLevel="4"
  67. SuppressStartupBanner="true"
  68. Detect64BitPortabilityProblems="true"
  69. DebugInformationFormat="3"
  70. />
  71. <Tool
  72. Name="VCManagedResourceCompilerTool"
  73. />
  74. <Tool
  75. Name="VCResourceCompilerTool"
  76. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  77. Culture="1033"
  78. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  79. />
  80. <Tool
  81. Name="VCPreLinkEventTool"
  82. />
  83. <Tool
  84. Name="VCLibrarianTool"
  85. OutputFile="..\..\lib\vc_lib\wxmsw30ud_ribbon.lib"
  86. SuppressStartupBanner="true"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. />
  94. <Tool
  95. Name="VCXDCMakeTool"
  96. />
  97. <Tool
  98. Name="VCBscMakeTool"
  99. OutputFile="..\..\lib\vc_lib\wx_vc8_ribbon.bsc"
  100. SuppressStartupBanner="true"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCPostBuildEventTool"
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Release|Win32"
  111. OutputDirectory="..\..\lib\vc_lib"
  112. IntermediateDirectory="vc_mswu\ribbon"
  113. ConfigurationType="4"
  114. UseOfMFC="0"
  115. ATLMinimizesCRunTimeLibraryUsage="false"
  116. CharacterSet="1"
  117. >
  118. <Tool
  119. Name="VCPreBuildEventTool"
  120. />
  121. <Tool
  122. Name="VCCustomBuildTool"
  123. />
  124. <Tool
  125. Name="VCXMLDataGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCWebServiceProxyGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCMIDLTool"
  132. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  133. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  134. />
  135. <Tool
  136. Name="VCCLCompilerTool"
  137. Optimization="2"
  138. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  139. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  140. ExceptionHandling="1"
  141. RuntimeLibrary="2"
  142. RuntimeTypeInfo="true"
  143. UsePrecompiledHeader="2"
  144. PrecompiledHeaderThrough="wx/wxprec.h"
  145. PrecompiledHeaderFile="vc_mswu\wxprec_ribbonlib.pch"
  146. ObjectFile="vc_mswu\ribbon\"
  147. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_ribbon.pdb"
  148. WarningLevel="4"
  149. SuppressStartupBanner="true"
  150. Detect64BitPortabilityProblems="true"
  151. DebugInformationFormat="3"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  159. Culture="1033"
  160. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  161. />
  162. <Tool
  163. Name="VCPreLinkEventTool"
  164. />
  165. <Tool
  166. Name="VCLibrarianTool"
  167. OutputFile="..\..\lib\vc_lib\wxmsw30u_ribbon.lib"
  168. SuppressStartupBanner="true"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. OutputFile="..\..\lib\vc_lib\wx_vc8_ribbon.bsc"
  182. SuppressStartupBanner="true"
  183. />
  184. <Tool
  185. Name="VCFxCopTool"
  186. />
  187. <Tool
  188. Name="VCPostBuildEventTool"
  189. />
  190. </Configuration>
  191. <Configuration
  192. Name="DLL Debug|Win32"
  193. OutputDirectory="..\..\lib\vc_dll"
  194. IntermediateDirectory="vc_mswuddll\ribbon"
  195. ConfigurationType="2"
  196. UseOfMFC="0"
  197. ATLMinimizesCRunTimeLibraryUsage="false"
  198. CharacterSet="1"
  199. >
  200. <Tool
  201. Name="VCPreBuildEventTool"
  202. />
  203. <Tool
  204. Name="VCCustomBuildTool"
  205. />
  206. <Tool
  207. Name="VCXMLDataGeneratorTool"
  208. />
  209. <Tool
  210. Name="VCWebServiceProxyGeneratorTool"
  211. />
  212. <Tool
  213. Name="VCMIDLTool"
  214. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  215. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  216. />
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. Optimization="0"
  220. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  221. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  222. MinimalRebuild="true"
  223. ExceptionHandling="1"
  224. BasicRuntimeChecks="3"
  225. RuntimeLibrary="3"
  226. BufferSecurityCheck="true"
  227. RuntimeTypeInfo="true"
  228. UsePrecompiledHeader="2"
  229. PrecompiledHeaderThrough="wx/wxprec.h"
  230. PrecompiledHeaderFile="vc_mswuddll\wxprec_ribbondll.pch"
  231. ObjectFile="vc_mswuddll\ribbon\"
  232. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_ribbon_vc_custom.pdb"
  233. WarningLevel="4"
  234. SuppressStartupBanner="true"
  235. Detect64BitPortabilityProblems="true"
  236. DebugInformationFormat="3"
  237. />
  238. <Tool
  239. Name="VCManagedResourceCompilerTool"
  240. />
  241. <Tool
  242. Name="VCResourceCompilerTool"
  243. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  244. Culture="1033"
  245. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  246. />
  247. <Tool
  248. Name="VCPreLinkEventTool"
  249. />
  250. <Tool
  251. Name="VCLinkerTool"
  252. AdditionalOptions=""
  253. AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw30ud_adv.lib ..\..\lib\vc_dll\wxmsw30ud_core.lib ..\..\lib\vc_dll\wxbase30ud.lib"
  254. OutputFile="..\..\lib\vc_dll\wxmsw30ud_ribbon_vc_custom.dll"
  255. LinkIncremental="2"
  256. ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_ribbon.lib"
  257. SuppressStartupBanner="true"
  258. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  259. GenerateManifest="true"
  260. GenerateDebugInformation="true"
  261. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_ribbon_vc_custom.pdb"
  262. TargetMachine="1"
  263. />
  264. <Tool
  265. Name="VCALinkTool"
  266. />
  267. <Tool
  268. Name="VCManifestTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. OutputFile="..\..\lib\vc_dll\wx_vc8_ribbon.bsc"
  276. SuppressStartupBanner="true"
  277. />
  278. <Tool
  279. Name="VCFxCopTool"
  280. />
  281. <Tool
  282. Name="VCPostBuildEventTool"
  283. />
  284. </Configuration>
  285. <Configuration
  286. Name="DLL Release|Win32"
  287. OutputDirectory="..\..\lib\vc_dll"
  288. IntermediateDirectory="vc_mswudll\ribbon"
  289. ConfigurationType="2"
  290. UseOfMFC="0"
  291. ATLMinimizesCRunTimeLibraryUsage="false"
  292. CharacterSet="1"
  293. >
  294. <Tool
  295. Name="VCPreBuildEventTool"
  296. />
  297. <Tool
  298. Name="VCCustomBuildTool"
  299. />
  300. <Tool
  301. Name="VCXMLDataGeneratorTool"
  302. />
  303. <Tool
  304. Name="VCWebServiceProxyGeneratorTool"
  305. />
  306. <Tool
  307. Name="VCMIDLTool"
  308. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  309. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  310. />
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. Optimization="2"
  314. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  315. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  316. ExceptionHandling="1"
  317. RuntimeLibrary="2"
  318. RuntimeTypeInfo="true"
  319. UsePrecompiledHeader="2"
  320. PrecompiledHeaderThrough="wx/wxprec.h"
  321. PrecompiledHeaderFile="vc_mswudll\wxprec_ribbondll.pch"
  322. ObjectFile="vc_mswudll\ribbon\"
  323. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_ribbon_vc_custom.pdb"
  324. WarningLevel="4"
  325. SuppressStartupBanner="true"
  326. Detect64BitPortabilityProblems="true"
  327. DebugInformationFormat="3"
  328. />
  329. <Tool
  330. Name="VCManagedResourceCompilerTool"
  331. />
  332. <Tool
  333. Name="VCResourceCompilerTool"
  334. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  335. Culture="1033"
  336. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  337. />
  338. <Tool
  339. Name="VCPreLinkEventTool"
  340. />
  341. <Tool
  342. Name="VCLinkerTool"
  343. AdditionalOptions=""
  344. AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxmsw30u_adv.lib ..\..\lib\vc_dll\wxmsw30u_core.lib ..\..\lib\vc_dll\wxbase30u.lib"
  345. OutputFile="..\..\lib\vc_dll\wxmsw30u_ribbon_vc_custom.dll"
  346. LinkIncremental="1"
  347. ImportLibrary="..\..\lib\vc_dll\wxmsw30u_ribbon.lib"
  348. SuppressStartupBanner="true"
  349. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  350. GenerateManifest="true"
  351. GenerateDebugInformation="true"
  352. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_ribbon_vc_custom.pdb"
  353. TargetMachine="1"
  354. OptimizeReferences="2"
  355. EnableCOMDATFolding="2"
  356. />
  357. <Tool
  358. Name="VCALinkTool"
  359. />
  360. <Tool
  361. Name="VCManifestTool"
  362. />
  363. <Tool
  364. Name="VCXDCMakeTool"
  365. />
  366. <Tool
  367. Name="VCBscMakeTool"
  368. OutputFile="..\..\lib\vc_dll\wx_vc8_ribbon.bsc"
  369. SuppressStartupBanner="true"
  370. />
  371. <Tool
  372. Name="VCFxCopTool"
  373. />
  374. <Tool
  375. Name="VCPostBuildEventTool"
  376. />
  377. </Configuration>
  378. <Configuration
  379. Name="Debug|x64"
  380. OutputDirectory="..\..\lib\vc_x64_lib"
  381. IntermediateDirectory="vc_mswud_x64\ribbon"
  382. ConfigurationType="4"
  383. UseOfMFC="0"
  384. ATLMinimizesCRunTimeLibraryUsage="false"
  385. CharacterSet="1"
  386. >
  387. <Tool
  388. Name="VCPreBuildEventTool"
  389. />
  390. <Tool
  391. Name="VCCustomBuildTool"
  392. />
  393. <Tool
  394. Name="VCXMLDataGeneratorTool"
  395. />
  396. <Tool
  397. Name="VCWebServiceProxyGeneratorTool"
  398. />
  399. <Tool
  400. Name="VCMIDLTool"
  401. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  402. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  403. />
  404. <Tool
  405. Name="VCCLCompilerTool"
  406. Optimization="0"
  407. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  408. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  409. MinimalRebuild="true"
  410. ExceptionHandling="1"
  411. BasicRuntimeChecks="3"
  412. RuntimeLibrary="3"
  413. BufferSecurityCheck="true"
  414. RuntimeTypeInfo="true"
  415. UsePrecompiledHeader="2"
  416. PrecompiledHeaderThrough="wx/wxprec.h"
  417. PrecompiledHeaderFile="vc_mswud_x64\wxprec_ribbonlib.pch"
  418. ObjectFile="vc_mswud_x64\ribbon\"
  419. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30ud_ribbon.pdb"
  420. WarningLevel="4"
  421. SuppressStartupBanner="true"
  422. Detect64BitPortabilityProblems="true"
  423. DebugInformationFormat="3"
  424. />
  425. <Tool
  426. Name="VCManagedResourceCompilerTool"
  427. />
  428. <Tool
  429. Name="VCResourceCompilerTool"
  430. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  431. Culture="1033"
  432. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  433. />
  434. <Tool
  435. Name="VCPreLinkEventTool"
  436. />
  437. <Tool
  438. Name="VCLibrarianTool"
  439. OutputFile="..\..\lib\vc_x64_lib\wxmsw30ud_ribbon.lib"
  440. SuppressStartupBanner="true"
  441. />
  442. <Tool
  443. Name="VCALinkTool"
  444. />
  445. <Tool
  446. Name="VCManifestTool"
  447. />
  448. <Tool
  449. Name="VCXDCMakeTool"
  450. />
  451. <Tool
  452. Name="VCBscMakeTool"
  453. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_ribbon.bsc"
  454. SuppressStartupBanner="true"
  455. />
  456. <Tool
  457. Name="VCFxCopTool"
  458. />
  459. <Tool
  460. Name="VCPostBuildEventTool"
  461. />
  462. </Configuration>
  463. <Configuration
  464. Name="Release|x64"
  465. OutputDirectory="..\..\lib\vc_x64_lib"
  466. IntermediateDirectory="vc_mswu_x64\ribbon"
  467. ConfigurationType="4"
  468. UseOfMFC="0"
  469. ATLMinimizesCRunTimeLibraryUsage="false"
  470. CharacterSet="1"
  471. >
  472. <Tool
  473. Name="VCPreBuildEventTool"
  474. />
  475. <Tool
  476. Name="VCCustomBuildTool"
  477. />
  478. <Tool
  479. Name="VCXMLDataGeneratorTool"
  480. />
  481. <Tool
  482. Name="VCWebServiceProxyGeneratorTool"
  483. />
  484. <Tool
  485. Name="VCMIDLTool"
  486. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  487. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  488. />
  489. <Tool
  490. Name="VCCLCompilerTool"
  491. Optimization="2"
  492. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  493. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  494. ExceptionHandling="1"
  495. RuntimeLibrary="2"
  496. RuntimeTypeInfo="true"
  497. UsePrecompiledHeader="2"
  498. PrecompiledHeaderThrough="wx/wxprec.h"
  499. PrecompiledHeaderFile="vc_mswu_x64\wxprec_ribbonlib.pch"
  500. ObjectFile="vc_mswu_x64\ribbon\"
  501. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30u_ribbon.pdb"
  502. WarningLevel="4"
  503. SuppressStartupBanner="true"
  504. Detect64BitPortabilityProblems="true"
  505. DebugInformationFormat="3"
  506. />
  507. <Tool
  508. Name="VCManagedResourceCompilerTool"
  509. />
  510. <Tool
  511. Name="VCResourceCompilerTool"
  512. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  513. Culture="1033"
  514. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  515. />
  516. <Tool
  517. Name="VCPreLinkEventTool"
  518. />
  519. <Tool
  520. Name="VCLibrarianTool"
  521. OutputFile="..\..\lib\vc_x64_lib\wxmsw30u_ribbon.lib"
  522. SuppressStartupBanner="true"
  523. />
  524. <Tool
  525. Name="VCALinkTool"
  526. />
  527. <Tool
  528. Name="VCManifestTool"
  529. />
  530. <Tool
  531. Name="VCXDCMakeTool"
  532. />
  533. <Tool
  534. Name="VCBscMakeTool"
  535. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_ribbon.bsc"
  536. SuppressStartupBanner="true"
  537. />
  538. <Tool
  539. Name="VCFxCopTool"
  540. />
  541. <Tool
  542. Name="VCPostBuildEventTool"
  543. />
  544. </Configuration>
  545. <Configuration
  546. Name="DLL Debug|x64"
  547. OutputDirectory="..\..\lib\vc_x64_dll"
  548. IntermediateDirectory="vc_mswuddll_x64\ribbon"
  549. ConfigurationType="2"
  550. UseOfMFC="0"
  551. ATLMinimizesCRunTimeLibraryUsage="false"
  552. CharacterSet="1"
  553. >
  554. <Tool
  555. Name="VCPreBuildEventTool"
  556. />
  557. <Tool
  558. Name="VCCustomBuildTool"
  559. />
  560. <Tool
  561. Name="VCXMLDataGeneratorTool"
  562. />
  563. <Tool
  564. Name="VCWebServiceProxyGeneratorTool"
  565. />
  566. <Tool
  567. Name="VCMIDLTool"
  568. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  569. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  570. />
  571. <Tool
  572. Name="VCCLCompilerTool"
  573. Optimization="0"
  574. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  575. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  576. MinimalRebuild="true"
  577. ExceptionHandling="1"
  578. BasicRuntimeChecks="3"
  579. RuntimeLibrary="3"
  580. BufferSecurityCheck="true"
  581. RuntimeTypeInfo="true"
  582. UsePrecompiledHeader="2"
  583. PrecompiledHeaderThrough="wx/wxprec.h"
  584. PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_ribbondll.pch"
  585. ObjectFile="vc_mswuddll_x64\ribbon\"
  586. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30ud_ribbon_vc_custom.pdb"
  587. WarningLevel="4"
  588. SuppressStartupBanner="true"
  589. Detect64BitPortabilityProblems="true"
  590. DebugInformationFormat="3"
  591. />
  592. <Tool
  593. Name="VCManagedResourceCompilerTool"
  594. />
  595. <Tool
  596. Name="VCResourceCompilerTool"
  597. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  598. Culture="1033"
  599. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  600. />
  601. <Tool
  602. Name="VCPreLinkEventTool"
  603. />
  604. <Tool
  605. Name="VCLinkerTool"
  606. AdditionalOptions=""
  607. AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw30ud_adv.lib ..\..\lib\vc_x64_dll\wxmsw30ud_core.lib ..\..\lib\vc_x64_dll\wxbase30ud.lib"
  608. OutputFile="..\..\lib\vc_x64_dll\wxmsw30ud_ribbon_vc_custom.dll"
  609. LinkIncremental="2"
  610. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30ud_ribbon.lib"
  611. SuppressStartupBanner="true"
  612. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  613. GenerateManifest="true"
  614. GenerateDebugInformation="true"
  615. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30ud_ribbon_vc_custom.pdb"
  616. TargetMachine="17"
  617. />
  618. <Tool
  619. Name="VCALinkTool"
  620. />
  621. <Tool
  622. Name="VCManifestTool"
  623. />
  624. <Tool
  625. Name="VCXDCMakeTool"
  626. />
  627. <Tool
  628. Name="VCBscMakeTool"
  629. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_ribbon.bsc"
  630. SuppressStartupBanner="true"
  631. />
  632. <Tool
  633. Name="VCFxCopTool"
  634. />
  635. <Tool
  636. Name="VCPostBuildEventTool"
  637. />
  638. </Configuration>
  639. <Configuration
  640. Name="DLL Release|x64"
  641. OutputDirectory="..\..\lib\vc_x64_dll"
  642. IntermediateDirectory="vc_mswudll_x64\ribbon"
  643. ConfigurationType="2"
  644. UseOfMFC="0"
  645. ATLMinimizesCRunTimeLibraryUsage="false"
  646. CharacterSet="1"
  647. >
  648. <Tool
  649. Name="VCPreBuildEventTool"
  650. />
  651. <Tool
  652. Name="VCCustomBuildTool"
  653. />
  654. <Tool
  655. Name="VCXMLDataGeneratorTool"
  656. />
  657. <Tool
  658. Name="VCWebServiceProxyGeneratorTool"
  659. />
  660. <Tool
  661. Name="VCMIDLTool"
  662. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  663. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  664. />
  665. <Tool
  666. Name="VCCLCompilerTool"
  667. Optimization="2"
  668. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  669. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  670. ExceptionHandling="1"
  671. RuntimeLibrary="2"
  672. RuntimeTypeInfo="true"
  673. UsePrecompiledHeader="2"
  674. PrecompiledHeaderThrough="wx/wxprec.h"
  675. PrecompiledHeaderFile="vc_mswudll_x64\wxprec_ribbondll.pch"
  676. ObjectFile="vc_mswudll_x64\ribbon\"
  677. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30u_ribbon_vc_custom.pdb"
  678. WarningLevel="4"
  679. SuppressStartupBanner="true"
  680. Detect64BitPortabilityProblems="true"
  681. DebugInformationFormat="3"
  682. />
  683. <Tool
  684. Name="VCManagedResourceCompilerTool"
  685. />
  686. <Tool
  687. Name="VCResourceCompilerTool"
  688. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_ribbon_vc_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON"
  689. Culture="1033"
  690. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  691. />
  692. <Tool
  693. Name="VCPreLinkEventTool"
  694. />
  695. <Tool
  696. Name="VCLinkerTool"
  697. AdditionalOptions=""
  698. AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_x64_dll\wxmsw30u_adv.lib ..\..\lib\vc_x64_dll\wxmsw30u_core.lib ..\..\lib\vc_x64_dll\wxbase30u.lib"
  699. OutputFile="..\..\lib\vc_x64_dll\wxmsw30u_ribbon_vc_custom.dll"
  700. LinkIncremental="1"
  701. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30u_ribbon.lib"
  702. SuppressStartupBanner="true"
  703. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  704. GenerateManifest="true"
  705. GenerateDebugInformation="true"
  706. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30u_ribbon_vc_custom.pdb"
  707. TargetMachine="17"
  708. OptimizeReferences="2"
  709. EnableCOMDATFolding="2"
  710. />
  711. <Tool
  712. Name="VCALinkTool"
  713. />
  714. <Tool
  715. Name="VCManifestTool"
  716. />
  717. <Tool
  718. Name="VCXDCMakeTool"
  719. />
  720. <Tool
  721. Name="VCBscMakeTool"
  722. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_ribbon.bsc"
  723. SuppressStartupBanner="true"
  724. />
  725. <Tool
  726. Name="VCFxCopTool"
  727. />
  728. <Tool
  729. Name="VCPostBuildEventTool"
  730. />
  731. </Configuration>
  732. </Configurations>
  733. <References>
  734. </References>
  735. <Files>
  736. <Filter
  737. Name="Common Sources"
  738. UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}"
  739. >
  740. <File
  741. RelativePath="..\..\src\common\dummy.cpp"
  742. >
  743. <FileConfiguration
  744. Name="Debug|Win32"
  745. >
  746. <Tool
  747. Name="VCCLCompilerTool"
  748. UsePrecompiledHeader="1"
  749. />
  750. </FileConfiguration>
  751. <FileConfiguration
  752. Name="Release|Win32"
  753. >
  754. <Tool
  755. Name="VCCLCompilerTool"
  756. UsePrecompiledHeader="1"
  757. />
  758. </FileConfiguration>
  759. <FileConfiguration
  760. Name="DLL Debug|Win32"
  761. >
  762. <Tool
  763. Name="VCCLCompilerTool"
  764. UsePrecompiledHeader="1"
  765. />
  766. </FileConfiguration>
  767. <FileConfiguration
  768. Name="DLL Release|Win32"
  769. >
  770. <Tool
  771. Name="VCCLCompilerTool"
  772. UsePrecompiledHeader="1"
  773. />
  774. </FileConfiguration>
  775. <FileConfiguration
  776. Name="Debug|x64"
  777. >
  778. <Tool
  779. Name="VCCLCompilerTool"
  780. UsePrecompiledHeader="1"
  781. />
  782. </FileConfiguration>
  783. <FileConfiguration
  784. Name="Release|x64"
  785. >
  786. <Tool
  787. Name="VCCLCompilerTool"
  788. UsePrecompiledHeader="1"
  789. />
  790. </FileConfiguration>
  791. <FileConfiguration
  792. Name="DLL Debug|x64"
  793. >
  794. <Tool
  795. Name="VCCLCompilerTool"
  796. UsePrecompiledHeader="1"
  797. />
  798. </FileConfiguration>
  799. <FileConfiguration
  800. Name="DLL Release|x64"
  801. >
  802. <Tool
  803. Name="VCCLCompilerTool"
  804. UsePrecompiledHeader="1"
  805. />
  806. </FileConfiguration>
  807. </File>
  808. </Filter>
  809. <Filter
  810. Name="MSW Sources"
  811. UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}"
  812. >
  813. <File
  814. RelativePath="..\..\src\msw\version.rc"
  815. >
  816. <FileConfiguration
  817. Name="Debug|Win32"
  818. ExcludedFromBuild="true"
  819. />
  820. <FileConfiguration
  821. Name="Release|Win32"
  822. ExcludedFromBuild="true"
  823. />
  824. <FileConfiguration
  825. Name="Debug|x64"
  826. ExcludedFromBuild="true"
  827. />
  828. <FileConfiguration
  829. Name="Release|x64"
  830. ExcludedFromBuild="true"
  831. />
  832. </File>
  833. </Filter>
  834. <Filter
  835. Name="Setup Headers"
  836. UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}"
  837. >
  838. <File
  839. RelativePath="..\..\include\wx\msw\setup.h"
  840. >
  841. <FileConfiguration
  842. Name="Debug|Win32"
  843. >
  844. <Tool
  845. Name="VCCustomBuildTool"
  846. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  847. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  848. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  849. />
  850. </FileConfiguration>
  851. <FileConfiguration
  852. Name="Release|Win32"
  853. >
  854. <Tool
  855. Name="VCCustomBuildTool"
  856. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  857. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  858. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  859. />
  860. </FileConfiguration>
  861. <FileConfiguration
  862. Name="DLL Debug|Win32"
  863. >
  864. <Tool
  865. Name="VCCustomBuildTool"
  866. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  867. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  868. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  869. />
  870. </FileConfiguration>
  871. <FileConfiguration
  872. Name="DLL Release|Win32"
  873. >
  874. <Tool
  875. Name="VCCustomBuildTool"
  876. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  877. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  878. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  879. />
  880. </FileConfiguration>
  881. <FileConfiguration
  882. Name="Debug|x64"
  883. >
  884. <Tool
  885. Name="VCCustomBuildTool"
  886. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  887. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  888. Outputs="..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  889. />
  890. </FileConfiguration>
  891. <FileConfiguration
  892. Name="Release|x64"
  893. >
  894. <Tool
  895. Name="VCCustomBuildTool"
  896. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  897. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  898. Outputs="..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  899. />
  900. </FileConfiguration>
  901. <FileConfiguration
  902. Name="DLL Debug|x64"
  903. >
  904. <Tool
  905. Name="VCCustomBuildTool"
  906. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  907. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  908. Outputs="..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  909. />
  910. </FileConfiguration>
  911. <FileConfiguration
  912. Name="DLL Release|x64"
  913. >
  914. <Tool
  915. Name="VCCustomBuildTool"
  916. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  917. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  918. Outputs="..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  919. />
  920. </FileConfiguration>
  921. </File>
  922. <File
  923. RelativePath="..\..\include\wx\univ\setup.h"
  924. >
  925. <FileConfiguration
  926. Name="Debug|Win32"
  927. />
  928. <FileConfiguration
  929. Name="Release|Win32"
  930. />
  931. <FileConfiguration
  932. Name="DLL Debug|Win32"
  933. />
  934. <FileConfiguration
  935. Name="DLL Release|Win32"
  936. />
  937. <FileConfiguration
  938. Name="Debug|x64"
  939. />
  940. <FileConfiguration
  941. Name="Release|x64"
  942. />
  943. <FileConfiguration
  944. Name="DLL Debug|x64"
  945. />
  946. <FileConfiguration
  947. Name="DLL Release|x64"
  948. />
  949. </File>
  950. </Filter>
  951. <Filter
  952. Name="MSW Headers"
  953. UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}"
  954. >
  955. <File
  956. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  957. >
  958. <FileConfiguration
  959. Name="Debug|Win32"
  960. >
  961. <Tool
  962. Name="VCCustomBuildTool"
  963. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  964. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  965. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  966. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  967. />
  968. </FileConfiguration>
  969. <FileConfiguration
  970. Name="Release|Win32"
  971. >
  972. <Tool
  973. Name="VCCustomBuildTool"
  974. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  975. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  976. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  977. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  978. />
  979. </FileConfiguration>
  980. <FileConfiguration
  981. Name="DLL Debug|Win32"
  982. >
  983. <Tool
  984. Name="VCCustomBuildTool"
  985. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  986. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  987. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  988. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  989. />
  990. </FileConfiguration>
  991. <FileConfiguration
  992. Name="DLL Release|Win32"
  993. >
  994. <Tool
  995. Name="VCCustomBuildTool"
  996. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  997. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  998. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  999. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  1000. />
  1001. </FileConfiguration>
  1002. <FileConfiguration
  1003. Name="Debug|x64"
  1004. >
  1005. <Tool
  1006. Name="VCCustomBuildTool"
  1007. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1008. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h&quot;"
  1009. Outputs="..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1010. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswud\wx\msw&quot;"
  1011. />
  1012. </FileConfiguration>
  1013. <FileConfiguration
  1014. Name="Release|x64"
  1015. >
  1016. <Tool
  1017. Name="VCCustomBuildTool"
  1018. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1019. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h&quot;"
  1020. Outputs="..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1021. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswu\wx\msw&quot;"
  1022. />
  1023. </FileConfiguration>
  1024. <FileConfiguration
  1025. Name="DLL Debug|x64"
  1026. >
  1027. <Tool
  1028. Name="VCCustomBuildTool"
  1029. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1030. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h&quot;"
  1031. Outputs="..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1032. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswud\wx\msw&quot;"
  1033. />
  1034. </FileConfiguration>
  1035. <FileConfiguration
  1036. Name="DLL Release|x64"
  1037. >
  1038. <Tool
  1039. Name="VCCustomBuildTool"
  1040. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1041. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h&quot;"
  1042. Outputs="..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1043. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswu\wx\msw&quot;"
  1044. />
  1045. </FileConfiguration>
  1046. </File>
  1047. </Filter>
  1048. <Filter
  1049. Name="Common Headers"
  1050. UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}"
  1051. >
  1052. <File
  1053. RelativePath="..\..\include\wx\ribbon\art.h"
  1054. >
  1055. </File>
  1056. <File
  1057. RelativePath="..\..\include\wx\ribbon\art_internal.h"
  1058. >
  1059. </File>
  1060. <File
  1061. RelativePath="..\..\include\wx\ribbon\bar.h"
  1062. >
  1063. </File>
  1064. <File
  1065. RelativePath="..\..\include\wx\ribbon\buttonbar.h"
  1066. >
  1067. </File>
  1068. <File
  1069. RelativePath="..\..\include\wx\ribbon\control.h"
  1070. >
  1071. </File>
  1072. <File
  1073. RelativePath="..\..\include\wx\ribbon\gallery.h"
  1074. >
  1075. </File>
  1076. <File
  1077. RelativePath="..\..\include\wx\ribbon\page.h"
  1078. >
  1079. </File>
  1080. <File
  1081. RelativePath="..\..\include\wx\ribbon\panel.h"
  1082. >
  1083. </File>
  1084. <File
  1085. RelativePath="..\..\include\wx\ribbon\toolbar.h"
  1086. >
  1087. </File>
  1088. <File
  1089. RelativePath="..\..\include\wx\xrc\xh_ribbon.h"
  1090. >
  1091. </File>
  1092. </Filter>
  1093. <Filter
  1094. Name="Source Files"
  1095. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  1096. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  1097. >
  1098. <File
  1099. RelativePath="..\..\src\ribbon\art_aui.cpp"
  1100. >
  1101. </File>
  1102. <File
  1103. RelativePath="..\..\src\ribbon\art_internal.cpp"
  1104. >
  1105. </File>
  1106. <File
  1107. RelativePath="..\..\src\ribbon\art_msw.cpp"
  1108. >
  1109. </File>
  1110. <File
  1111. RelativePath="..\..\src\ribbon\bar.cpp"
  1112. >
  1113. </File>
  1114. <File
  1115. RelativePath="..\..\src\ribbon\buttonbar.cpp"
  1116. >
  1117. </File>
  1118. <File
  1119. RelativePath="..\..\src\ribbon\control.cpp"
  1120. >
  1121. </File>
  1122. <File
  1123. RelativePath="..\..\src\ribbon\gallery.cpp"
  1124. >
  1125. </File>
  1126. <File
  1127. RelativePath="..\..\src\ribbon\page.cpp"
  1128. >
  1129. </File>
  1130. <File
  1131. RelativePath="..\..\src\ribbon\panel.cpp"
  1132. >
  1133. </File>
  1134. <File
  1135. RelativePath="..\..\src\ribbon\toolbar.cpp"
  1136. >
  1137. </File>
  1138. <File
  1139. RelativePath="..\..\src\xrc\xh_ribbon.cpp"
  1140. >
  1141. </File>
  1142. </Filter>
  1143. </Files>
  1144. <Globals>
  1145. </Globals>
  1146. </VisualStudioProject>