wx_vc9_html.vcproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  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="html"
  11. ProjectGUID="{33CC42F9-7756-5587-863C-8D4461B7C5DD}"
  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\html"
  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_htmllib.pch"
  61. ObjectFile="vc_mswud\html\"
  62. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_html.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_html.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_html.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\html"
  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_htmllib.pch"
  143. ObjectFile="vc_mswu\html\"
  144. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_html.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_html.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_html.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\html"
  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_HTML"
  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_HTML"
  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_htmldll.pch"
  227. ObjectFile="vc_mswuddll\html\"
  228. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_html_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_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
  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_core.lib ..\..\lib\vc_dll\wxbase30ud.lib"
  249. OutputFile="..\..\lib\vc_dll\wxmsw30ud_html_vc_custom.dll"
  250. LinkIncremental="2"
  251. ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_html.lib"
  252. SuppressStartupBanner="true"
  253. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  254. GenerateManifest="true"
  255. GenerateDebugInformation="true"
  256. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_html_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_html.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\html"
  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_HTML"
  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_HTML"
  312. ExceptionHandling="1"
  313. RuntimeLibrary="2"
  314. RuntimeTypeInfo="true"
  315. UsePrecompiledHeader="2"
  316. PrecompiledHeaderThrough="wx/wxprec.h"
  317. PrecompiledHeaderFile="vc_mswudll\wxprec_htmldll.pch"
  318. ObjectFile="vc_mswudll\html\"
  319. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_html_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_html_vc_custom;WXUSINGDLL;WXMAKINGDLL_HTML"
  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_core.lib ..\..\lib\vc_dll\wxbase30u.lib"
  340. OutputFile="..\..\lib\vc_dll\wxmsw30u_html_vc_custom.dll"
  341. LinkIncremental="1"
  342. ImportLibrary="..\..\lib\vc_dll\wxmsw30u_html.lib"
  343. SuppressStartupBanner="true"
  344. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  345. GenerateManifest="true"
  346. GenerateDebugInformation="true"
  347. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_html_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_html.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\helpbest.cpp"
  424. >
  425. </File>
  426. <File
  427. RelativePath="..\..\src\msw\version.rc"
  428. >
  429. <FileConfiguration
  430. Name="Debug|Win32"
  431. ExcludedFromBuild="true"
  432. />
  433. <FileConfiguration
  434. Name="Release|Win32"
  435. ExcludedFromBuild="true"
  436. />
  437. </File>
  438. </Filter>
  439. <Filter
  440. Name="Generic Sources"
  441. UniqueIdentifier="{FEA0C02F-F300-53BA-B784-52A5086B8093}"
  442. >
  443. <File
  444. RelativePath="..\..\src\generic\htmllbox.cpp"
  445. >
  446. </File>
  447. </Filter>
  448. <Filter
  449. Name="wxHTML Sources"
  450. UniqueIdentifier="{2F6FA2A9-E2B7-5B50-9F90-38855A21AF00}"
  451. >
  452. <File
  453. RelativePath="..\..\src\html\helpctrl.cpp"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\..\src\html\helpdata.cpp"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\..\src\html\helpdlg.cpp"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\..\src\html\helpfrm.cpp"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\..\src\html\helpwnd.cpp"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\..\src\html\htmlcell.cpp"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\src\html\htmlfilt.cpp"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\src\html\htmlpars.cpp"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\..\src\html\htmltag.cpp"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\..\src\html\htmlwin.cpp"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\..\src\html\htmprint.cpp"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\..\src\html\m_dflist.cpp"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\..\src\html\m_fonts.cpp"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\..\src\html\m_hline.cpp"
  506. >
  507. </File>
  508. <File
  509. RelativePath="..\..\src\html\m_image.cpp"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\..\src\html\m_layout.cpp"
  514. >
  515. </File>
  516. <File
  517. RelativePath="..\..\src\html\m_links.cpp"
  518. >
  519. </File>
  520. <File
  521. RelativePath="..\..\src\html\m_list.cpp"
  522. >
  523. </File>
  524. <File
  525. RelativePath="..\..\src\html\m_pre.cpp"
  526. >
  527. </File>
  528. <File
  529. RelativePath="..\..\src\html\m_span.cpp"
  530. >
  531. </File>
  532. <File
  533. RelativePath="..\..\src\html\m_style.cpp"
  534. >
  535. </File>
  536. <File
  537. RelativePath="..\..\src\html\m_tables.cpp"
  538. >
  539. </File>
  540. <File
  541. RelativePath="..\..\src\html\styleparams.cpp"
  542. >
  543. </File>
  544. <File
  545. RelativePath="..\..\src\html\winpars.cpp"
  546. >
  547. </File>
  548. </Filter>
  549. <Filter
  550. Name="Setup Headers"
  551. UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}"
  552. >
  553. <File
  554. RelativePath="..\..\include\wx\msw\setup.h"
  555. >
  556. <FileConfiguration
  557. Name="Debug|Win32"
  558. >
  559. <Tool
  560. Name="VCCustomBuildTool"
  561. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  562. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  563. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  564. />
  565. </FileConfiguration>
  566. <FileConfiguration
  567. Name="Release|Win32"
  568. >
  569. <Tool
  570. Name="VCCustomBuildTool"
  571. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  572. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  573. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  574. />
  575. </FileConfiguration>
  576. <FileConfiguration
  577. Name="DLL Debug|Win32"
  578. >
  579. <Tool
  580. Name="VCCustomBuildTool"
  581. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  582. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  583. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  584. />
  585. </FileConfiguration>
  586. <FileConfiguration
  587. Name="DLL Release|Win32"
  588. >
  589. <Tool
  590. Name="VCCustomBuildTool"
  591. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  592. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  593. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  594. />
  595. </FileConfiguration>
  596. </File>
  597. <File
  598. RelativePath="..\..\include\wx\univ\setup.h"
  599. >
  600. <FileConfiguration
  601. Name="Debug|Win32"
  602. />
  603. <FileConfiguration
  604. Name="Release|Win32"
  605. />
  606. <FileConfiguration
  607. Name="DLL Debug|Win32"
  608. />
  609. <FileConfiguration
  610. Name="DLL Release|Win32"
  611. />
  612. </File>
  613. </Filter>
  614. <Filter
  615. Name="MSW Headers"
  616. UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}"
  617. >
  618. <File
  619. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  620. >
  621. <FileConfiguration
  622. Name="Debug|Win32"
  623. >
  624. <Tool
  625. Name="VCCustomBuildTool"
  626. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  627. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  628. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  629. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  630. />
  631. </FileConfiguration>
  632. <FileConfiguration
  633. Name="Release|Win32"
  634. >
  635. <Tool
  636. Name="VCCustomBuildTool"
  637. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  638. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  639. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  640. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  641. />
  642. </FileConfiguration>
  643. <FileConfiguration
  644. Name="DLL Debug|Win32"
  645. >
  646. <Tool
  647. Name="VCCustomBuildTool"
  648. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  649. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  650. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  651. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  652. />
  653. </FileConfiguration>
  654. <FileConfiguration
  655. Name="DLL Release|Win32"
  656. >
  657. <Tool
  658. Name="VCCustomBuildTool"
  659. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  660. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  661. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  662. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  663. />
  664. </FileConfiguration>
  665. </File>
  666. <File
  667. RelativePath="..\..\include\wx\msw\helpbest.h"
  668. >
  669. </File>
  670. </Filter>
  671. <Filter
  672. Name="wxHTML Headers"
  673. UniqueIdentifier="{B4103426-A5DB-5CF0-A30E-BC9546513AAF}"
  674. >
  675. <File
  676. RelativePath="..\..\include\wx\html\helpctrl.h"
  677. >
  678. </File>
  679. <File
  680. RelativePath="..\..\include\wx\html\helpdata.h"
  681. >
  682. </File>
  683. <File
  684. RelativePath="..\..\include\wx\html\helpdlg.h"
  685. >
  686. </File>
  687. <File
  688. RelativePath="..\..\include\wx\html\helpfrm.h"
  689. >
  690. </File>
  691. <File
  692. RelativePath="..\..\include\wx\html\helpwnd.h"
  693. >
  694. </File>
  695. <File
  696. RelativePath="..\..\include\wx\html\htmlcell.h"
  697. >
  698. </File>
  699. <File
  700. RelativePath="..\..\include\wx\html\htmldefs.h"
  701. >
  702. </File>
  703. <File
  704. RelativePath="..\..\include\wx\html\htmlfilt.h"
  705. >
  706. </File>
  707. <File
  708. RelativePath="..\..\include\wx\html\htmlpars.h"
  709. >
  710. </File>
  711. <File
  712. RelativePath="..\..\include\wx\html\htmlproc.h"
  713. >
  714. </File>
  715. <File
  716. RelativePath="..\..\include\wx\html\htmltag.h"
  717. >
  718. </File>
  719. <File
  720. RelativePath="..\..\include\wx\html\htmlwin.h"
  721. >
  722. </File>
  723. <File
  724. RelativePath="..\..\include\wx\html\htmprint.h"
  725. >
  726. </File>
  727. <File
  728. RelativePath="..\..\include\wx\html\m_templ.h"
  729. >
  730. </File>
  731. <File
  732. RelativePath="..\..\include\wx\html\styleparams.h"
  733. >
  734. </File>
  735. <File
  736. RelativePath="..\..\include\wx\html\winpars.h"
  737. >
  738. </File>
  739. </Filter>
  740. <Filter
  741. Name="Common Headers"
  742. UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}"
  743. >
  744. <File
  745. RelativePath="..\..\include\wx\htmllbox.h"
  746. >
  747. </File>
  748. <File
  749. RelativePath="..\..\include\wx\wxhtml.h"
  750. >
  751. </File>
  752. </Filter>
  753. </Files>
  754. <Globals>
  755. </Globals>
  756. </VisualStudioProject>