wx_vc9_webview.vcproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  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="webview"
  11. ProjectGUID="{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}"
  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\webview"
  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_webviewlib.pch"
  61. ObjectFile="vc_mswud\webview\"
  62. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_webview.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_webview.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_webview.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\webview"
  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_webviewlib.pch"
  143. ObjectFile="vc_mswu\webview\"
  144. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_webview.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_webview.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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  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_webviewdll.pch"
  227. ObjectFile="vc_mswuddll\webview\"
  228. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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_webview_vc_custom.dll"
  250. LinkIncremental="2"
  251. ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_webview.lib"
  252. SuppressStartupBanner="true"
  253. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  254. GenerateManifest="true"
  255. GenerateDebugInformation="true"
  256. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_webview_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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  312. ExceptionHandling="1"
  313. RuntimeLibrary="2"
  314. RuntimeTypeInfo="true"
  315. UsePrecompiledHeader="2"
  316. PrecompiledHeaderThrough="wx/wxprec.h"
  317. PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
  318. ObjectFile="vc_mswudll\webview\"
  319. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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_webview_vc_custom.dll"
  341. LinkIncremental="1"
  342. ImportLibrary="..\..\lib\vc_dll\wxmsw30u_webview.lib"
  343. SuppressStartupBanner="true"
  344. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  345. GenerateManifest="true"
  346. GenerateDebugInformation="true"
  347. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_webview_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_webview.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. <File
  418. RelativePath="..\..\src\common\webview.cpp"
  419. >
  420. </File>
  421. <File
  422. RelativePath="..\..\src\common\webviewarchivehandler.cpp"
  423. >
  424. </File>
  425. <File
  426. RelativePath="..\..\src\common\webviewfshandler.cpp"
  427. >
  428. </File>
  429. </Filter>
  430. <Filter
  431. Name="MSW Sources"
  432. UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}"
  433. >
  434. <File
  435. RelativePath="..\..\src\msw\version.rc"
  436. >
  437. <FileConfiguration
  438. Name="Debug|Win32"
  439. ExcludedFromBuild="true"
  440. />
  441. <FileConfiguration
  442. Name="Release|Win32"
  443. ExcludedFromBuild="true"
  444. />
  445. </File>
  446. <File
  447. RelativePath="..\..\src\msw\webview_ie.cpp"
  448. >
  449. </File>
  450. </Filter>
  451. <Filter
  452. Name="Setup Headers"
  453. UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}"
  454. >
  455. <File
  456. RelativePath="..\..\include\wx\msw\setup.h"
  457. >
  458. <FileConfiguration
  459. Name="Debug|Win32"
  460. >
  461. <Tool
  462. Name="VCCustomBuildTool"
  463. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  464. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  465. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  466. />
  467. </FileConfiguration>
  468. <FileConfiguration
  469. Name="Release|Win32"
  470. >
  471. <Tool
  472. Name="VCCustomBuildTool"
  473. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  474. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  475. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  476. />
  477. </FileConfiguration>
  478. <FileConfiguration
  479. Name="DLL Debug|Win32"
  480. >
  481. <Tool
  482. Name="VCCustomBuildTool"
  483. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  484. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  485. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  486. />
  487. </FileConfiguration>
  488. <FileConfiguration
  489. Name="DLL Release|Win32"
  490. >
  491. <Tool
  492. Name="VCCustomBuildTool"
  493. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  494. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  495. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  496. />
  497. </FileConfiguration>
  498. </File>
  499. <File
  500. RelativePath="..\..\include\wx\univ\setup.h"
  501. >
  502. <FileConfiguration
  503. Name="Debug|Win32"
  504. />
  505. <FileConfiguration
  506. Name="Release|Win32"
  507. />
  508. <FileConfiguration
  509. Name="DLL Debug|Win32"
  510. />
  511. <FileConfiguration
  512. Name="DLL Release|Win32"
  513. />
  514. </File>
  515. </Filter>
  516. <Filter
  517. Name="MSW Headers"
  518. UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}"
  519. >
  520. <File
  521. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  522. >
  523. <FileConfiguration
  524. Name="Debug|Win32"
  525. >
  526. <Tool
  527. Name="VCCustomBuildTool"
  528. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  529. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  530. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  531. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  532. />
  533. </FileConfiguration>
  534. <FileConfiguration
  535. Name="Release|Win32"
  536. >
  537. <Tool
  538. Name="VCCustomBuildTool"
  539. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  540. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  541. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  542. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  543. />
  544. </FileConfiguration>
  545. <FileConfiguration
  546. Name="DLL Debug|Win32"
  547. >
  548. <Tool
  549. Name="VCCustomBuildTool"
  550. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  551. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  552. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  553. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  554. />
  555. </FileConfiguration>
  556. <FileConfiguration
  557. Name="DLL Release|Win32"
  558. >
  559. <Tool
  560. Name="VCCustomBuildTool"
  561. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  562. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  563. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  564. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  565. />
  566. </FileConfiguration>
  567. </File>
  568. <File
  569. RelativePath="..\..\include\wx\msw\webview_ie.h"
  570. >
  571. </File>
  572. <File
  573. RelativePath="..\..\include\wx\msw\webview_missing.h"
  574. >
  575. </File>
  576. <File
  577. RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
  578. >
  579. </File>
  580. </Filter>
  581. <Filter
  582. Name="Common Headers"
  583. UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}"
  584. >
  585. <File
  586. RelativePath="..\..\include\wx\webview.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath="..\..\include\wx\webviewarchivehandler.h"
  591. >
  592. </File>
  593. <File
  594. RelativePath="..\..\include\wx\webviewfshandler.h"
  595. >
  596. </File>
  597. </Filter>
  598. </Files>
  599. <Globals>
  600. </Globals>
  601. </VisualStudioProject>