wx_vc9_webview.vcproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098
  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. <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\webview"
  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_webviewlib.pch"
  64. ObjectFile="vc_mswud\webview\"
  65. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_webview.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_webview.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_webview.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\webview"
  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_webviewlib.pch"
  146. ObjectFile="vc_mswu\webview\"
  147. ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_webview.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_webview.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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  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_webviewdll.pch"
  230. ObjectFile="vc_mswuddll\webview\"
  231. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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"
  252. OutputFile="..\..\lib\vc_dll\wxmsw30ud_webview_vc_custom.dll"
  253. LinkIncremental="2"
  254. ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_webview.lib"
  255. SuppressStartupBanner="true"
  256. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  257. GenerateManifest="true"
  258. GenerateDebugInformation="true"
  259. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_webview_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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  315. ExceptionHandling="1"
  316. RuntimeLibrary="2"
  317. RuntimeTypeInfo="true"
  318. UsePrecompiledHeader="2"
  319. PrecompiledHeaderThrough="wx/wxprec.h"
  320. PrecompiledHeaderFile="vc_mswudll\wxprec_webviewdll.pch"
  321. ObjectFile="vc_mswudll\webview\"
  322. ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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"
  343. OutputFile="..\..\lib\vc_dll\wxmsw30u_webview_vc_custom.dll"
  344. LinkIncremental="1"
  345. ImportLibrary="..\..\lib\vc_dll\wxmsw30u_webview.lib"
  346. SuppressStartupBanner="true"
  347. AdditionalLibraryDirectories="..\..\lib\vc_dll"
  348. GenerateManifest="true"
  349. GenerateDebugInformation="true"
  350. ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_webview_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_webview.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\webview"
  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_webviewlib.pch"
  416. ObjectFile="vc_mswud_x64\webview\"
  417. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30ud_webview.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_webview.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_webview.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\webview"
  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_webviewlib.pch"
  498. ObjectFile="vc_mswu_x64\webview\"
  499. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxmsw30u_webview.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_webview.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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  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_webviewdll.pch"
  582. ObjectFile="vc_mswuddll_x64\webview\"
  583. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30ud_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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"
  604. OutputFile="..\..\lib\vc_x64_dll\wxmsw30ud_webview_vc_custom.dll"
  605. LinkIncremental="2"
  606. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30ud_webview.lib"
  607. SuppressStartupBanner="true"
  608. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  609. GenerateManifest="true"
  610. GenerateDebugInformation="true"
  611. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30ud_webview_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_webview.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\webview"
  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_WEBVIEW"
  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_WEBVIEW"
  667. ExceptionHandling="1"
  668. RuntimeLibrary="2"
  669. RuntimeTypeInfo="true"
  670. UsePrecompiledHeader="2"
  671. PrecompiledHeaderThrough="wx/wxprec.h"
  672. PrecompiledHeaderFile="vc_mswudll_x64\wxprec_webviewdll.pch"
  673. ObjectFile="vc_mswudll_x64\webview\"
  674. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxmsw30u_webview_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_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW"
  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"
  695. OutputFile="..\..\lib\vc_x64_dll\wxmsw30u_webview_vc_custom.dll"
  696. LinkIncremental="1"
  697. ImportLibrary="..\..\lib\vc_x64_dll\wxmsw30u_webview.lib"
  698. SuppressStartupBanner="true"
  699. AdditionalLibraryDirectories="..\..\lib\vc_x64_dll"
  700. GenerateManifest="true"
  701. GenerateDebugInformation="true"
  702. ProgramDatabaseFile="..\..\lib\vc_x64_dll\wxmsw30u_webview_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_webview.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\dummy.cpp"
  738. >
  739. <FileConfiguration
  740. Name="Debug|Win32"
  741. >
  742. <Tool
  743. Name="VCCLCompilerTool"
  744. UsePrecompiledHeader="1"
  745. />
  746. </FileConfiguration>
  747. <FileConfiguration
  748. Name="Release|Win32"
  749. >
  750. <Tool
  751. Name="VCCLCompilerTool"
  752. UsePrecompiledHeader="1"
  753. />
  754. </FileConfiguration>
  755. <FileConfiguration
  756. Name="DLL Debug|Win32"
  757. >
  758. <Tool
  759. Name="VCCLCompilerTool"
  760. UsePrecompiledHeader="1"
  761. />
  762. </FileConfiguration>
  763. <FileConfiguration
  764. Name="DLL Release|Win32"
  765. >
  766. <Tool
  767. Name="VCCLCompilerTool"
  768. UsePrecompiledHeader="1"
  769. />
  770. </FileConfiguration>
  771. <FileConfiguration
  772. Name="Debug|x64"
  773. >
  774. <Tool
  775. Name="VCCLCompilerTool"
  776. UsePrecompiledHeader="1"
  777. />
  778. </FileConfiguration>
  779. <FileConfiguration
  780. Name="Release|x64"
  781. >
  782. <Tool
  783. Name="VCCLCompilerTool"
  784. UsePrecompiledHeader="1"
  785. />
  786. </FileConfiguration>
  787. <FileConfiguration
  788. Name="DLL Debug|x64"
  789. >
  790. <Tool
  791. Name="VCCLCompilerTool"
  792. UsePrecompiledHeader="1"
  793. />
  794. </FileConfiguration>
  795. <FileConfiguration
  796. Name="DLL Release|x64"
  797. >
  798. <Tool
  799. Name="VCCLCompilerTool"
  800. UsePrecompiledHeader="1"
  801. />
  802. </FileConfiguration>
  803. </File>
  804. <File
  805. RelativePath="..\..\src\common\webview.cpp"
  806. >
  807. </File>
  808. <File
  809. RelativePath="..\..\src\common\webviewarchivehandler.cpp"
  810. >
  811. </File>
  812. <File
  813. RelativePath="..\..\src\common\webviewfshandler.cpp"
  814. >
  815. </File>
  816. </Filter>
  817. <Filter
  818. Name="MSW Sources"
  819. UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}"
  820. >
  821. <File
  822. RelativePath="..\..\src\msw\version.rc"
  823. >
  824. <FileConfiguration
  825. Name="Debug|Win32"
  826. ExcludedFromBuild="true"
  827. />
  828. <FileConfiguration
  829. Name="Release|Win32"
  830. ExcludedFromBuild="true"
  831. />
  832. <FileConfiguration
  833. Name="Debug|x64"
  834. ExcludedFromBuild="true"
  835. />
  836. <FileConfiguration
  837. Name="Release|x64"
  838. ExcludedFromBuild="true"
  839. />
  840. </File>
  841. <File
  842. RelativePath="..\..\src\msw\webview_ie.cpp"
  843. >
  844. </File>
  845. </Filter>
  846. <Filter
  847. Name="Setup Headers"
  848. UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}"
  849. >
  850. <File
  851. RelativePath="..\..\include\wx\msw\setup.h"
  852. >
  853. <FileConfiguration
  854. Name="Debug|Win32"
  855. >
  856. <Tool
  857. Name="VCCustomBuildTool"
  858. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  859. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  860. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  861. />
  862. </FileConfiguration>
  863. <FileConfiguration
  864. Name="Release|Win32"
  865. >
  866. <Tool
  867. Name="VCCustomBuildTool"
  868. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  869. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  870. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  871. />
  872. </FileConfiguration>
  873. <FileConfiguration
  874. Name="DLL Debug|Win32"
  875. >
  876. <Tool
  877. Name="VCCustomBuildTool"
  878. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  879. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  880. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  881. />
  882. </FileConfiguration>
  883. <FileConfiguration
  884. Name="DLL Release|Win32"
  885. >
  886. <Tool
  887. Name="VCCustomBuildTool"
  888. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  889. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  890. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  891. />
  892. </FileConfiguration>
  893. <FileConfiguration
  894. Name="Debug|x64"
  895. >
  896. <Tool
  897. Name="VCCustomBuildTool"
  898. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  899. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  900. Outputs="..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  901. />
  902. </FileConfiguration>
  903. <FileConfiguration
  904. Name="Release|x64"
  905. >
  906. <Tool
  907. Name="VCCustomBuildTool"
  908. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  909. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  910. Outputs="..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  911. />
  912. </FileConfiguration>
  913. <FileConfiguration
  914. Name="DLL Debug|x64"
  915. >
  916. <Tool
  917. Name="VCCustomBuildTool"
  918. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  919. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  920. Outputs="..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  921. />
  922. </FileConfiguration>
  923. <FileConfiguration
  924. Name="DLL Release|x64"
  925. >
  926. <Tool
  927. Name="VCCustomBuildTool"
  928. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  929. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  930. Outputs="..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  931. />
  932. </FileConfiguration>
  933. </File>
  934. <File
  935. RelativePath="..\..\include\wx\univ\setup.h"
  936. >
  937. <FileConfiguration
  938. Name="Debug|Win32"
  939. />
  940. <FileConfiguration
  941. Name="Release|Win32"
  942. />
  943. <FileConfiguration
  944. Name="DLL Debug|Win32"
  945. />
  946. <FileConfiguration
  947. Name="DLL Release|Win32"
  948. />
  949. <FileConfiguration
  950. Name="Debug|x64"
  951. />
  952. <FileConfiguration
  953. Name="Release|x64"
  954. />
  955. <FileConfiguration
  956. Name="DLL Debug|x64"
  957. />
  958. <FileConfiguration
  959. Name="DLL Release|x64"
  960. />
  961. </File>
  962. </Filter>
  963. <Filter
  964. Name="MSW Headers"
  965. UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}"
  966. >
  967. <File
  968. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  969. >
  970. <FileConfiguration
  971. Name="Debug|Win32"
  972. >
  973. <Tool
  974. Name="VCCustomBuildTool"
  975. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  976. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  977. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  978. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  979. />
  980. </FileConfiguration>
  981. <FileConfiguration
  982. Name="Release|Win32"
  983. >
  984. <Tool
  985. Name="VCCustomBuildTool"
  986. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  987. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  988. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  989. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  990. />
  991. </FileConfiguration>
  992. <FileConfiguration
  993. Name="DLL Debug|Win32"
  994. >
  995. <Tool
  996. Name="VCCustomBuildTool"
  997. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  998. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  999. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  1000. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  1001. />
  1002. </FileConfiguration>
  1003. <FileConfiguration
  1004. Name="DLL Release|Win32"
  1005. >
  1006. <Tool
  1007. Name="VCCustomBuildTool"
  1008. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  1009. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  1010. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  1011. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  1012. />
  1013. </FileConfiguration>
  1014. <FileConfiguration
  1015. Name="Debug|x64"
  1016. >
  1017. <Tool
  1018. Name="VCCustomBuildTool"
  1019. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1020. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h&quot;"
  1021. Outputs="..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  1022. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswud\wx\msw&quot;"
  1023. />
  1024. </FileConfiguration>
  1025. <FileConfiguration
  1026. Name="Release|x64"
  1027. >
  1028. <Tool
  1029. Name="VCCustomBuildTool"
  1030. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1031. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h&quot;"
  1032. Outputs="..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  1033. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswu\wx\msw&quot;"
  1034. />
  1035. </FileConfiguration>
  1036. <FileConfiguration
  1037. Name="DLL Debug|x64"
  1038. >
  1039. <Tool
  1040. Name="VCCustomBuildTool"
  1041. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1042. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h&quot;"
  1043. Outputs="..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  1044. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswud\wx\msw&quot;"
  1045. />
  1046. </FileConfiguration>
  1047. <FileConfiguration
  1048. Name="DLL Release|x64"
  1049. >
  1050. <Tool
  1051. Name="VCCustomBuildTool"
  1052. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1053. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h&quot;"
  1054. Outputs="..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  1055. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswu\wx\msw&quot;"
  1056. />
  1057. </FileConfiguration>
  1058. </File>
  1059. <File
  1060. RelativePath="..\..\include\wx\msw\webview_ie.h"
  1061. >
  1062. </File>
  1063. <File
  1064. RelativePath="..\..\include\wx\msw\webview_missing.h"
  1065. >
  1066. </File>
  1067. <File
  1068. RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h"
  1069. >
  1070. </File>
  1071. </Filter>
  1072. <Filter
  1073. Name="Common Headers"
  1074. UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}"
  1075. >
  1076. <File
  1077. RelativePath="..\..\include\wx\webview.h"
  1078. >
  1079. </File>
  1080. <File
  1081. RelativePath="..\..\include\wx\webviewarchivehandler.h"
  1082. >
  1083. </File>
  1084. <File
  1085. RelativePath="..\..\include\wx\webviewfshandler.h"
  1086. >
  1087. </File>
  1088. </Filter>
  1089. </Files>
  1090. <Globals>
  1091. </Globals>
  1092. </VisualStudioProject>