wx_vc9_qa.vcproj 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075
  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="9.00"
  10. Name="qa"
  11. ProjectGUID="{E21129E0-7C08-5936-9D8C-0D60B5319BA7}"
  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\qa"
  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. AdditionalOptions="/MP"
  53. Optimization="0"
  54. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  55. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  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_qalib.pch"
  64. ObjectFile="vc_mswud\qa\"
  65. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_qa.pdb"
  66. WarningLevel="4"
  67. SuppressStartupBanner="true"
  68. DebugInformationFormat="3"
  69. />
  70. <Tool
  71. Name="VCManagedResourceCompilerTool"
  72. />
  73. <Tool
  74. Name="VCResourceCompilerTool"
  75. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  76. Culture="1033"
  77. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  78. />
  79. <Tool
  80. Name="VCPreLinkEventTool"
  81. />
  82. <Tool
  83. Name="VCLibrarianTool"
  84. OutputFile="..\..\lib\vc_lib\wxmsw30ud_qa.lib"
  85. SuppressStartupBanner="true"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCManifestTool"
  92. />
  93. <Tool
  94. Name="VCXDCMakeTool"
  95. />
  96. <Tool
  97. Name="VCBscMakeTool"
  98. OutputFile="..\..\lib\vc_lib\wx_vc9_qa.bsc"
  99. SuppressStartupBanner="true"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCPostBuildEventTool"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory="..\..\lib\vc_lib"
  111. IntermediateDirectory="vc_mswu\qa"
  112. ConfigurationType="4"
  113. UseOfMFC="0"
  114. ATLMinimizesCRunTimeLibraryUsage="false"
  115. CharacterSet="1"
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  132. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. AdditionalOptions="/MP"
  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_qalib.pch"
  146. ObjectFile="vc_mswu\qa\"
  147. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_qa.pdb"
  148. WarningLevel="4"
  149. SuppressStartupBanner="true"
  150. DebugInformationFormat="3"
  151. />
  152. <Tool
  153. Name="VCManagedResourceCompilerTool"
  154. />
  155. <Tool
  156. Name="VCResourceCompilerTool"
  157. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  158. Culture="1033"
  159. AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  160. />
  161. <Tool
  162. Name="VCPreLinkEventTool"
  163. />
  164. <Tool
  165. Name="VCLibrarianTool"
  166. OutputFile="..\..\lib\vc_lib\wxmsw30u_qa.lib"
  167. SuppressStartupBanner="true"
  168. />
  169. <Tool
  170. Name="VCALinkTool"
  171. />
  172. <Tool
  173. Name="VCManifestTool"
  174. />
  175. <Tool
  176. Name="VCXDCMakeTool"
  177. />
  178. <Tool
  179. Name="VCBscMakeTool"
  180. OutputFile="..\..\lib\vc_lib\wx_vc9_qa.bsc"
  181. SuppressStartupBanner="true"
  182. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. />
  189. </Configuration>
  190. <Configuration
  191. Name="DLL Debug|Win32"
  192. OutputDirectory="..\..\lib\vc_dll"
  193. IntermediateDirectory="vc_mswuddll\qa"
  194. ConfigurationType="2"
  195. UseOfMFC="0"
  196. ATLMinimizesCRunTimeLibraryUsage="false"
  197. CharacterSet="1"
  198. >
  199. <Tool
  200. Name="VCPreBuildEventTool"
  201. />
  202. <Tool
  203. Name="VCCustomBuildTool"
  204. />
  205. <Tool
  206. Name="VCXMLDataGeneratorTool"
  207. />
  208. <Tool
  209. Name="VCWebServiceProxyGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCMIDLTool"
  213. 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_QA"
  214. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  215. />
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. AdditionalOptions="/MP"
  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_QA"
  222. ExceptionHandling="1"
  223. BasicRuntimeChecks="3"
  224. RuntimeLibrary="3"
  225. BufferSecurityCheck="true"
  226. RuntimeTypeInfo="true"
  227. UsePrecompiledHeader="2"
  228. PrecompiledHeaderThrough="wx/wxprec.h"
  229. PrecompiledHeaderFile="vc_mswuddll\wxprec_qadll.pch"
  230. ObjectFile="vc_mswuddll\qa\"
  231. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_qa_vc_custom.pdb"
  232. WarningLevel="4"
  233. SuppressStartupBanner="true"
  234. DebugInformationFormat="3"
  235. />
  236. <Tool
  237. Name="VCManagedResourceCompilerTool"
  238. />
  239. <Tool
  240. Name="VCResourceCompilerTool"
  241. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
  242. Culture="1033"
  243. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  244. />
  245. <Tool
  246. Name="VCPreLinkEventTool"
  247. />
  248. <Tool
  249. Name="VCLinkerTool"
  250. AdditionalOptions=""
  251. 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_core.lib ..\..\lib\vc_dll\wxbase30ud.lib ..\..\lib\vc_dll\wxbase30ud_xml.lib"
  252. OutputFile="..\..\lib\vc_dll\wxmsw30ud_qa_vc_custom.dll"
  253. LinkIncremental="2"
  254. ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_qa.lib"
  255. SuppressStartupBanner="true"
  256. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  257. GenerateManifest="true"
  258. GenerateDebugInformation="true"
  259. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_qa_vc_custom.pdb"
  260. TargetMachine="1"
  261. />
  262. <Tool
  263. Name="VCALinkTool"
  264. />
  265. <Tool
  266. Name="VCManifestTool"
  267. />
  268. <Tool
  269. Name="VCXDCMakeTool"
  270. />
  271. <Tool
  272. Name="VCBscMakeTool"
  273. OutputFile="..\..\lib\vc_dll\wx_vc9_qa.bsc"
  274. SuppressStartupBanner="true"
  275. />
  276. <Tool
  277. Name="VCFxCopTool"
  278. />
  279. <Tool
  280. Name="VCPostBuildEventTool"
  281. />
  282. </Configuration>
  283. <Configuration
  284. Name="DLL Release|Win32"
  285. OutputDirectory="..\..\lib\vc_dll"
  286. IntermediateDirectory="vc_mswudll\qa"
  287. ConfigurationType="2"
  288. UseOfMFC="0"
  289. ATLMinimizesCRunTimeLibraryUsage="false"
  290. CharacterSet="1"
  291. >
  292. <Tool
  293. Name="VCPreBuildEventTool"
  294. />
  295. <Tool
  296. Name="VCCustomBuildTool"
  297. />
  298. <Tool
  299. Name="VCXMLDataGeneratorTool"
  300. />
  301. <Tool
  302. Name="VCWebServiceProxyGeneratorTool"
  303. />
  304. <Tool
  305. Name="VCMIDLTool"
  306. 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_QA"
  307. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  308. />
  309. <Tool
  310. Name="VCCLCompilerTool"
  311. AdditionalOptions="/MP"
  312. Optimization="2"
  313. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  314. 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_QA"
  315. ExceptionHandling="1"
  316. RuntimeLibrary="2"
  317. RuntimeTypeInfo="true"
  318. UsePrecompiledHeader="2"
  319. PrecompiledHeaderThrough="wx/wxprec.h"
  320. PrecompiledHeaderFile="vc_mswudll\wxprec_qadll.pch"
  321. ObjectFile="vc_mswudll\qa\"
  322. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_qa_vc_custom.pdb"
  323. WarningLevel="4"
  324. SuppressStartupBanner="true"
  325. DebugInformationFormat="3"
  326. />
  327. <Tool
  328. Name="VCManagedResourceCompilerTool"
  329. />
  330. <Tool
  331. Name="VCResourceCompilerTool"
  332. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
  333. Culture="1033"
  334. AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  335. />
  336. <Tool
  337. Name="VCPreLinkEventTool"
  338. />
  339. <Tool
  340. Name="VCLinkerTool"
  341. AdditionalOptions=""
  342. 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_core.lib ..\..\lib\vc_dll\wxbase30u.lib ..\..\lib\vc_dll\wxbase30u_xml.lib"
  343. OutputFile="..\..\lib\vc_dll\wxmsw30u_qa_vc_custom.dll"
  344. LinkIncremental="1"
  345. ImportLibrary="..\..\lib\vc_dll\wxmsw30u_qa.lib"
  346. SuppressStartupBanner="true"
  347. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  348. GenerateManifest="true"
  349. GenerateDebugInformation="true"
  350. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_qa_vc_custom.pdb"
  351. TargetMachine="1"
  352. OptimizeReferences="2"
  353. EnableCOMDATFolding="2"
  354. />
  355. <Tool
  356. Name="VCALinkTool"
  357. />
  358. <Tool
  359. Name="VCManifestTool"
  360. />
  361. <Tool
  362. Name="VCXDCMakeTool"
  363. />
  364. <Tool
  365. Name="VCBscMakeTool"
  366. OutputFile="..\..\lib\vc_dll\wx_vc9_qa.bsc"
  367. SuppressStartupBanner="true"
  368. />
  369. <Tool
  370. Name="VCFxCopTool"
  371. />
  372. <Tool
  373. Name="VCPostBuildEventTool"
  374. />
  375. </Configuration>
  376. <Configuration
  377. Name="Debug|x64"
  378. OutputDirectory="..\..\lib\vc_x64_lib"
  379. IntermediateDirectory="vc_mswud_x64\qa"
  380. ConfigurationType="4"
  381. UseOfMFC="0"
  382. ATLMinimizesCRunTimeLibraryUsage="false"
  383. CharacterSet="1"
  384. >
  385. <Tool
  386. Name="VCPreBuildEventTool"
  387. />
  388. <Tool
  389. Name="VCCustomBuildTool"
  390. />
  391. <Tool
  392. Name="VCXMLDataGeneratorTool"
  393. />
  394. <Tool
  395. Name="VCWebServiceProxyGeneratorTool"
  396. />
  397. <Tool
  398. Name="VCMIDLTool"
  399. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  400. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  401. />
  402. <Tool
  403. Name="VCCLCompilerTool"
  404. AdditionalOptions="/MP"
  405. Optimization="0"
  406. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  407. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  408. ExceptionHandling="1"
  409. BasicRuntimeChecks="3"
  410. RuntimeLibrary="3"
  411. BufferSecurityCheck="true"
  412. RuntimeTypeInfo="true"
  413. UsePrecompiledHeader="2"
  414. PrecompiledHeaderThrough="wx/wxprec.h"
  415. PrecompiledHeaderFile="vc_mswud_x64\wxprec_qalib.pch"
  416. ObjectFile="vc_mswud_x64\qa\"
  417. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30ud_qa.pdb"
  418. WarningLevel="4"
  419. SuppressStartupBanner="true"
  420. DebugInformationFormat="3"
  421. />
  422. <Tool
  423. Name="VCManagedResourceCompilerTool"
  424. />
  425. <Tool
  426. Name="VCResourceCompilerTool"
  427. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING"
  428. Culture="1033"
  429. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  430. />
  431. <Tool
  432. Name="VCPreLinkEventTool"
  433. />
  434. <Tool
  435. Name="VCLibrarianTool"
  436. OutputFile="..\..\lib\vc_x64_lib\wxmsw30ud_qa.lib"
  437. SuppressStartupBanner="true"
  438. />
  439. <Tool
  440. Name="VCALinkTool"
  441. />
  442. <Tool
  443. Name="VCManifestTool"
  444. />
  445. <Tool
  446. Name="VCXDCMakeTool"
  447. />
  448. <Tool
  449. Name="VCBscMakeTool"
  450. OutputFile="..\..\lib\vc_x64_lib\wx_vc9_qa.bsc"
  451. SuppressStartupBanner="true"
  452. />
  453. <Tool
  454. Name="VCFxCopTool"
  455. />
  456. <Tool
  457. Name="VCPostBuildEventTool"
  458. />
  459. </Configuration>
  460. <Configuration
  461. Name="Release|x64"
  462. OutputDirectory="..\..\lib\vc_x64_lib"
  463. IntermediateDirectory="vc_mswu_x64\qa"
  464. ConfigurationType="4"
  465. UseOfMFC="0"
  466. ATLMinimizesCRunTimeLibraryUsage="false"
  467. CharacterSet="1"
  468. >
  469. <Tool
  470. Name="VCPreBuildEventTool"
  471. />
  472. <Tool
  473. Name="VCCustomBuildTool"
  474. />
  475. <Tool
  476. Name="VCXMLDataGeneratorTool"
  477. />
  478. <Tool
  479. Name="VCWebServiceProxyGeneratorTool"
  480. />
  481. <Tool
  482. Name="VCMIDLTool"
  483. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  484. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  485. />
  486. <Tool
  487. Name="VCCLCompilerTool"
  488. AdditionalOptions="/MP"
  489. Optimization="2"
  490. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  491. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  492. ExceptionHandling="1"
  493. RuntimeLibrary="2"
  494. RuntimeTypeInfo="true"
  495. UsePrecompiledHeader="2"
  496. PrecompiledHeaderThrough="wx/wxprec.h"
  497. PrecompiledHeaderFile="vc_mswu_x64\wxprec_qalib.pch"
  498. ObjectFile="vc_mswu_x64\qa\"
  499. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30u_qa.pdb"
  500. WarningLevel="4"
  501. SuppressStartupBanner="true"
  502. DebugInformationFormat="3"
  503. />
  504. <Tool
  505. Name="VCManagedResourceCompilerTool"
  506. />
  507. <Tool
  508. Name="VCResourceCompilerTool"
  509. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING"
  510. Culture="1033"
  511. AdditionalIncludeDirectories="..\..\lib\vc_x64_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  512. />
  513. <Tool
  514. Name="VCPreLinkEventTool"
  515. />
  516. <Tool
  517. Name="VCLibrarianTool"
  518. OutputFile="..\..\lib\vc_x64_lib\wxmsw30u_qa.lib"
  519. SuppressStartupBanner="true"
  520. />
  521. <Tool
  522. Name="VCALinkTool"
  523. />
  524. <Tool
  525. Name="VCManifestTool"
  526. />
  527. <Tool
  528. Name="VCXDCMakeTool"
  529. />
  530. <Tool
  531. Name="VCBscMakeTool"
  532. OutputFile="..\..\lib\vc_x64_lib\wx_vc9_qa.bsc"
  533. SuppressStartupBanner="true"
  534. />
  535. <Tool
  536. Name="VCFxCopTool"
  537. />
  538. <Tool
  539. Name="VCPostBuildEventTool"
  540. />
  541. </Configuration>
  542. <Configuration
  543. Name="DLL Debug|x64"
  544. OutputDirectory="..\..\lib\vc_x64_dll"
  545. IntermediateDirectory="vc_mswuddll_x64\qa"
  546. ConfigurationType="2"
  547. UseOfMFC="0"
  548. ATLMinimizesCRunTimeLibraryUsage="false"
  549. CharacterSet="1"
  550. >
  551. <Tool
  552. Name="VCPreBuildEventTool"
  553. />
  554. <Tool
  555. Name="VCCustomBuildTool"
  556. />
  557. <Tool
  558. Name="VCXMLDataGeneratorTool"
  559. />
  560. <Tool
  561. Name="VCWebServiceProxyGeneratorTool"
  562. />
  563. <Tool
  564. Name="VCMIDLTool"
  565. 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_QA"
  566. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  567. />
  568. <Tool
  569. Name="VCCLCompilerTool"
  570. AdditionalOptions="/MP"
  571. Optimization="0"
  572. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  573. 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_QA"
  574. ExceptionHandling="1"
  575. BasicRuntimeChecks="3"
  576. RuntimeLibrary="3"
  577. BufferSecurityCheck="true"
  578. RuntimeTypeInfo="true"
  579. UsePrecompiledHeader="2"
  580. PrecompiledHeaderThrough="wx/wxprec.h"
  581. PrecompiledHeaderFile="vc_mswuddll_x64\wxprec_qadll.pch"
  582. ObjectFile="vc_mswuddll_x64\qa\"
  583. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30ud_qa_vc_custom.pdb"
  584. WarningLevel="4"
  585. SuppressStartupBanner="true"
  586. DebugInformationFormat="3"
  587. />
  588. <Tool
  589. Name="VCManagedResourceCompilerTool"
  590. />
  591. <Tool
  592. Name="VCResourceCompilerTool"
  593. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
  594. Culture="1033"
  595. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  596. />
  597. <Tool
  598. Name="VCPreLinkEventTool"
  599. />
  600. <Tool
  601. Name="VCLinkerTool"
  602. AdditionalOptions=""
  603. 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_core.lib ..\..\lib\vc_x64_dll\wxbase30ud.lib ..\..\lib\vc_x64_dll\wxbase30ud_xml.lib"
  604. OutputFile="..\..\lib\vc_x64_dll\wxmsw30ud_qa_vc_custom.dll"
  605. LinkIncremental="2"
  606. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30ud_qa.lib"
  607. SuppressStartupBanner="true"
  608. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  609. GenerateManifest="true"
  610. GenerateDebugInformation="true"
  611. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30ud_qa_vc_custom.pdb"
  612. TargetMachine="17"
  613. />
  614. <Tool
  615. Name="VCALinkTool"
  616. />
  617. <Tool
  618. Name="VCManifestTool"
  619. />
  620. <Tool
  621. Name="VCXDCMakeTool"
  622. />
  623. <Tool
  624. Name="VCBscMakeTool"
  625. OutputFile="..\..\lib\vc_x64_dll\wx_vc9_qa.bsc"
  626. SuppressStartupBanner="true"
  627. />
  628. <Tool
  629. Name="VCFxCopTool"
  630. />
  631. <Tool
  632. Name="VCPostBuildEventTool"
  633. />
  634. </Configuration>
  635. <Configuration
  636. Name="DLL Release|x64"
  637. OutputDirectory="..\..\lib\vc_x64_dll"
  638. IntermediateDirectory="vc_mswudll_x64\qa"
  639. ConfigurationType="2"
  640. UseOfMFC="0"
  641. ATLMinimizesCRunTimeLibraryUsage="false"
  642. CharacterSet="1"
  643. >
  644. <Tool
  645. Name="VCPreBuildEventTool"
  646. />
  647. <Tool
  648. Name="VCCustomBuildTool"
  649. />
  650. <Tool
  651. Name="VCXMLDataGeneratorTool"
  652. />
  653. <Tool
  654. Name="VCWebServiceProxyGeneratorTool"
  655. />
  656. <Tool
  657. Name="VCMIDLTool"
  658. 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_QA"
  659. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  660. />
  661. <Tool
  662. Name="VCCLCompilerTool"
  663. AdditionalOptions="/MP"
  664. Optimization="2"
  665. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  666. 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_QA"
  667. ExceptionHandling="1"
  668. RuntimeLibrary="2"
  669. RuntimeTypeInfo="true"
  670. UsePrecompiledHeader="2"
  671. PrecompiledHeaderThrough="wx/wxprec.h"
  672. PrecompiledHeaderFile="vc_mswudll_x64\wxprec_qadll.pch"
  673. ObjectFile="vc_mswudll_x64\qa\"
  674. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30u_qa_vc_custom.pdb"
  675. WarningLevel="4"
  676. SuppressStartupBanner="true"
  677. DebugInformationFormat="3"
  678. />
  679. <Tool
  680. Name="VCManagedResourceCompilerTool"
  681. />
  682. <Tool
  683. Name="VCResourceCompilerTool"
  684. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_qa_vc_custom;WXUSINGDLL;WXMAKINGDLL_QA"
  685. Culture="1033"
  686. AdditionalIncludeDirectories="..\..\lib\vc_x64_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"
  687. />
  688. <Tool
  689. Name="VCPreLinkEventTool"
  690. />
  691. <Tool
  692. Name="VCLinkerTool"
  693. AdditionalOptions=""
  694. 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_core.lib ..\..\lib\vc_x64_dll\wxbase30u.lib ..\..\lib\vc_x64_dll\wxbase30u_xml.lib"
  695. OutputFile="..\..\lib\vc_x64_dll\wxmsw30u_qa_vc_custom.dll"
  696. LinkIncremental="1"
  697. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30u_qa.lib"
  698. SuppressStartupBanner="true"
  699. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  700. GenerateManifest="true"
  701. GenerateDebugInformation="true"
  702. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30u_qa_vc_custom.pdb"
  703. TargetMachine="17"
  704. OptimizeReferences="2"
  705. EnableCOMDATFolding="2"
  706. />
  707. <Tool
  708. Name="VCALinkTool"
  709. />
  710. <Tool
  711. Name="VCManifestTool"
  712. />
  713. <Tool
  714. Name="VCXDCMakeTool"
  715. />
  716. <Tool
  717. Name="VCBscMakeTool"
  718. OutputFile="..\..\lib\vc_x64_dll\wx_vc9_qa.bsc"
  719. SuppressStartupBanner="true"
  720. />
  721. <Tool
  722. Name="VCFxCopTool"
  723. />
  724. <Tool
  725. Name="VCPostBuildEventTool"
  726. />
  727. </Configuration>
  728. </Configurations>
  729. <References>
  730. </References>
  731. <Files>
  732. <Filter
  733. Name="Common Sources"
  734. UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}"
  735. >
  736. <File
  737. RelativePath="..\..\src\common\debugrpt.cpp"
  738. >
  739. </File>
  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="Generic Sources"
  836. UniqueIdentifier="{FEA0C02F-F300-53BA-B784-52A5086B8093}"
  837. >
  838. <File
  839. RelativePath="..\..\src\generic\dbgrptg.cpp"
  840. >
  841. </File>
  842. </Filter>
  843. <Filter
  844. Name="Setup Headers"
  845. UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}"
  846. >
  847. <File
  848. RelativePath="..\..\include\wx\msw\setup.h"
  849. >
  850. <FileConfiguration
  851. Name="Debug|Win32"
  852. >
  853. <Tool
  854. Name="VCCustomBuildTool"
  855. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  856. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  857. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  858. />
  859. </FileConfiguration>
  860. <FileConfiguration
  861. Name="Release|Win32"
  862. >
  863. <Tool
  864. Name="VCCustomBuildTool"
  865. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  866. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  867. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  868. />
  869. </FileConfiguration>
  870. <FileConfiguration
  871. Name="DLL Debug|Win32"
  872. >
  873. <Tool
  874. Name="VCCustomBuildTool"
  875. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  876. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  877. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  878. />
  879. </FileConfiguration>
  880. <FileConfiguration
  881. Name="DLL Release|Win32"
  882. >
  883. <Tool
  884. Name="VCCustomBuildTool"
  885. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  886. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  887. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  888. />
  889. </FileConfiguration>
  890. <FileConfiguration
  891. Name="Debug|x64"
  892. >
  893. <Tool
  894. Name="VCCustomBuildTool"
  895. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  896. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  897. Outputs="..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  898. />
  899. </FileConfiguration>
  900. <FileConfiguration
  901. Name="Release|x64"
  902. >
  903. <Tool
  904. Name="VCCustomBuildTool"
  905. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  906. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  907. Outputs="..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  908. />
  909. </FileConfiguration>
  910. <FileConfiguration
  911. Name="DLL Debug|x64"
  912. >
  913. <Tool
  914. Name="VCCustomBuildTool"
  915. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  916. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  917. Outputs="..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  918. />
  919. </FileConfiguration>
  920. <FileConfiguration
  921. Name="DLL Release|x64"
  922. >
  923. <Tool
  924. Name="VCCustomBuildTool"
  925. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  926. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  927. Outputs="..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  928. />
  929. </FileConfiguration>
  930. </File>
  931. <File
  932. RelativePath="..\..\include\wx\univ\setup.h"
  933. >
  934. <FileConfiguration
  935. Name="Debug|Win32"
  936. />
  937. <FileConfiguration
  938. Name="Release|Win32"
  939. />
  940. <FileConfiguration
  941. Name="DLL Debug|Win32"
  942. />
  943. <FileConfiguration
  944. Name="DLL Release|Win32"
  945. />
  946. <FileConfiguration
  947. Name="Debug|x64"
  948. />
  949. <FileConfiguration
  950. Name="Release|x64"
  951. />
  952. <FileConfiguration
  953. Name="DLL Debug|x64"
  954. />
  955. <FileConfiguration
  956. Name="DLL Release|x64"
  957. />
  958. </File>
  959. </Filter>
  960. <Filter
  961. Name="MSW Headers"
  962. UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}"
  963. >
  964. <File
  965. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  966. >
  967. <FileConfiguration
  968. Name="Debug|Win32"
  969. >
  970. <Tool
  971. Name="VCCustomBuildTool"
  972. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  973. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  974. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  975. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  976. />
  977. </FileConfiguration>
  978. <FileConfiguration
  979. Name="Release|Win32"
  980. >
  981. <Tool
  982. Name="VCCustomBuildTool"
  983. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  984. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  985. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  986. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  987. />
  988. </FileConfiguration>
  989. <FileConfiguration
  990. Name="DLL Debug|Win32"
  991. >
  992. <Tool
  993. Name="VCCustomBuildTool"
  994. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  995. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  996. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  997. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  998. />
  999. </FileConfiguration>
  1000. <FileConfiguration
  1001. Name="DLL Release|Win32"
  1002. >
  1003. <Tool
  1004. Name="VCCustomBuildTool"
  1005. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  1006. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  1007. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  1008. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  1009. />
  1010. </FileConfiguration>
  1011. <FileConfiguration
  1012. Name="Debug|x64"
  1013. >
  1014. <Tool
  1015. Name="VCCustomBuildTool"
  1016. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1017. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h&quot;"
  1018. Outputs="..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1019. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswud\wx\msw&quot;"
  1020. />
  1021. </FileConfiguration>
  1022. <FileConfiguration
  1023. Name="Release|x64"
  1024. >
  1025. <Tool
  1026. Name="VCCustomBuildTool"
  1027. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1028. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h&quot;"
  1029. Outputs="..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1030. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswu\wx\msw&quot;"
  1031. />
  1032. </FileConfiguration>
  1033. <FileConfiguration
  1034. Name="DLL Debug|x64"
  1035. >
  1036. <Tool
  1037. Name="VCCustomBuildTool"
  1038. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1039. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h&quot;"
  1040. Outputs="..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1041. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswud\wx\msw&quot;"
  1042. />
  1043. </FileConfiguration>
  1044. <FileConfiguration
  1045. Name="DLL Release|x64"
  1046. >
  1047. <Tool
  1048. Name="VCCustomBuildTool"
  1049. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1050. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h&quot;"
  1051. Outputs="..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1052. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswu\wx\msw&quot;"
  1053. />
  1054. </FileConfiguration>
  1055. </File>
  1056. </Filter>
  1057. <Filter
  1058. Name="Common Headers"
  1059. UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}"
  1060. >
  1061. <File
  1062. RelativePath="..\..\include\wx\debugrpt.h"
  1063. >
  1064. </File>
  1065. </Filter>
  1066. </Files>
  1067. <Globals>
  1068. </Globals>
  1069. </VisualStudioProject>