wx_vc9_xrc.vcproj 27 KB

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