wx_vc8_wxregex.vcproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  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="8.00"
  10. Name="wxregex"
  11. ProjectGUID="{078F4E39-D258-54B5-B1B1-4905D10E06DC}"
  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\wxregex"
  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;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  48. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  54. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  55. MinimalRebuild="true"
  56. ExceptionHandling="1"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="3"
  59. BufferSecurityCheck="true"
  60. RuntimeTypeInfo="true"
  61. ObjectFile="vc_mswud\wxregex\"
  62. ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexud.pdb"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. Detect64BitPortabilityProblems="true"
  66. DebugInformationFormat="3"
  67. />
  68. <Tool
  69. Name="VCManagedResourceCompilerTool"
  70. />
  71. <Tool
  72. Name="VCResourceCompilerTool"
  73. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  74. Culture="1033"
  75. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  76. />
  77. <Tool
  78. Name="VCPreLinkEventTool"
  79. />
  80. <Tool
  81. Name="VCLibrarianTool"
  82. OutputFile="..\..\lib\vc_lib\wxregexud.lib"
  83. SuppressStartupBanner="true"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. />
  91. <Tool
  92. Name="VCXDCMakeTool"
  93. />
  94. <Tool
  95. Name="VCBscMakeTool"
  96. OutputFile="..\..\lib\vc_lib\wx_vc8_wxregex.bsc"
  97. SuppressStartupBanner="true"
  98. />
  99. <Tool
  100. Name="VCFxCopTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Release|Win32"
  108. OutputDirectory="..\..\lib\vc_lib"
  109. IntermediateDirectory="vc_mswu\wxregex"
  110. ConfigurationType="4"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. CharacterSet="1"
  114. >
  115. <Tool
  116. Name="VCPreBuildEventTool"
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  130. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  131. />
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. Optimization="2"
  135. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  136. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  137. ExceptionHandling="1"
  138. RuntimeLibrary="2"
  139. RuntimeTypeInfo="true"
  140. ObjectFile="vc_mswu\wxregex\"
  141. ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexu.pdb"
  142. WarningLevel="3"
  143. SuppressStartupBanner="true"
  144. Detect64BitPortabilityProblems="true"
  145. DebugInformationFormat="3"
  146. />
  147. <Tool
  148. Name="VCManagedResourceCompilerTool"
  149. />
  150. <Tool
  151. Name="VCResourceCompilerTool"
  152. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  153. Culture="1033"
  154. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLibrarianTool"
  161. OutputFile="..\..\lib\vc_lib\wxregexu.lib"
  162. SuppressStartupBanner="true"
  163. />
  164. <Tool
  165. Name="VCALinkTool"
  166. />
  167. <Tool
  168. Name="VCManifestTool"
  169. />
  170. <Tool
  171. Name="VCXDCMakeTool"
  172. />
  173. <Tool
  174. Name="VCBscMakeTool"
  175. OutputFile="..\..\lib\vc_lib\wx_vc8_wxregex.bsc"
  176. SuppressStartupBanner="true"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. <Configuration
  186. Name="DLL Debug|Win32"
  187. OutputDirectory="..\..\lib\vc_dll"
  188. IntermediateDirectory="vc_mswuddll\wxregex"
  189. ConfigurationType="4"
  190. UseOfMFC="0"
  191. ATLMinimizesCRunTimeLibraryUsage="false"
  192. CharacterSet="1"
  193. >
  194. <Tool
  195. Name="VCPreBuildEventTool"
  196. />
  197. <Tool
  198. Name="VCCustomBuildTool"
  199. />
  200. <Tool
  201. Name="VCXMLDataGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCWebServiceProxyGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCMIDLTool"
  208. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  209. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  210. />
  211. <Tool
  212. Name="VCCLCompilerTool"
  213. Optimization="0"
  214. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  215. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  216. MinimalRebuild="true"
  217. ExceptionHandling="1"
  218. BasicRuntimeChecks="3"
  219. RuntimeLibrary="3"
  220. BufferSecurityCheck="true"
  221. RuntimeTypeInfo="true"
  222. ObjectFile="vc_mswuddll\wxregex\"
  223. ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexud.pdb"
  224. WarningLevel="3"
  225. SuppressStartupBanner="true"
  226. Detect64BitPortabilityProblems="true"
  227. DebugInformationFormat="3"
  228. />
  229. <Tool
  230. Name="VCManagedResourceCompilerTool"
  231. />
  232. <Tool
  233. Name="VCResourceCompilerTool"
  234. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  235. Culture="1033"
  236. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  237. />
  238. <Tool
  239. Name="VCPreLinkEventTool"
  240. />
  241. <Tool
  242. Name="VCLibrarianTool"
  243. OutputFile="..\..\lib\vc_dll\wxregexud.lib"
  244. SuppressStartupBanner="true"
  245. />
  246. <Tool
  247. Name="VCALinkTool"
  248. />
  249. <Tool
  250. Name="VCManifestTool"
  251. />
  252. <Tool
  253. Name="VCXDCMakeTool"
  254. />
  255. <Tool
  256. Name="VCBscMakeTool"
  257. OutputFile="..\..\lib\vc_dll\wx_vc8_wxregex.bsc"
  258. SuppressStartupBanner="true"
  259. />
  260. <Tool
  261. Name="VCFxCopTool"
  262. />
  263. <Tool
  264. Name="VCPostBuildEventTool"
  265. />
  266. </Configuration>
  267. <Configuration
  268. Name="DLL Release|Win32"
  269. OutputDirectory="..\..\lib\vc_dll"
  270. IntermediateDirectory="vc_mswudll\wxregex"
  271. ConfigurationType="4"
  272. UseOfMFC="0"
  273. ATLMinimizesCRunTimeLibraryUsage="false"
  274. CharacterSet="1"
  275. >
  276. <Tool
  277. Name="VCPreBuildEventTool"
  278. />
  279. <Tool
  280. Name="VCCustomBuildTool"
  281. />
  282. <Tool
  283. Name="VCXMLDataGeneratorTool"
  284. />
  285. <Tool
  286. Name="VCWebServiceProxyGeneratorTool"
  287. />
  288. <Tool
  289. Name="VCMIDLTool"
  290. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  291. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  292. />
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. Optimization="2"
  296. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  297. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  298. ExceptionHandling="1"
  299. RuntimeLibrary="2"
  300. RuntimeTypeInfo="true"
  301. ObjectFile="vc_mswudll\wxregex\"
  302. ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexu.pdb"
  303. WarningLevel="3"
  304. SuppressStartupBanner="true"
  305. Detect64BitPortabilityProblems="true"
  306. DebugInformationFormat="3"
  307. />
  308. <Tool
  309. Name="VCManagedResourceCompilerTool"
  310. />
  311. <Tool
  312. Name="VCResourceCompilerTool"
  313. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  314. Culture="1033"
  315. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  316. />
  317. <Tool
  318. Name="VCPreLinkEventTool"
  319. />
  320. <Tool
  321. Name="VCLibrarianTool"
  322. OutputFile="..\..\lib\vc_dll\wxregexu.lib"
  323. SuppressStartupBanner="true"
  324. />
  325. <Tool
  326. Name="VCALinkTool"
  327. />
  328. <Tool
  329. Name="VCManifestTool"
  330. />
  331. <Tool
  332. Name="VCXDCMakeTool"
  333. />
  334. <Tool
  335. Name="VCBscMakeTool"
  336. OutputFile="..\..\lib\vc_dll\wx_vc8_wxregex.bsc"
  337. SuppressStartupBanner="true"
  338. />
  339. <Tool
  340. Name="VCFxCopTool"
  341. />
  342. <Tool
  343. Name="VCPostBuildEventTool"
  344. />
  345. </Configuration>
  346. <Configuration
  347. Name="Debug|x64"
  348. OutputDirectory="..\..\lib\vc_x64_lib"
  349. IntermediateDirectory="vc_mswud_x64\wxregex"
  350. ConfigurationType="4"
  351. UseOfMFC="0"
  352. ATLMinimizesCRunTimeLibraryUsage="false"
  353. CharacterSet="1"
  354. >
  355. <Tool
  356. Name="VCPreBuildEventTool"
  357. />
  358. <Tool
  359. Name="VCCustomBuildTool"
  360. />
  361. <Tool
  362. Name="VCXMLDataGeneratorTool"
  363. />
  364. <Tool
  365. Name="VCWebServiceProxyGeneratorTool"
  366. />
  367. <Tool
  368. Name="VCMIDLTool"
  369. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  370. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswud"
  371. />
  372. <Tool
  373. Name="VCCLCompilerTool"
  374. Optimization="0"
  375. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswud"
  376. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  377. MinimalRebuild="true"
  378. ExceptionHandling="1"
  379. BasicRuntimeChecks="3"
  380. RuntimeLibrary="3"
  381. BufferSecurityCheck="true"
  382. RuntimeTypeInfo="true"
  383. ObjectFile="vc_mswud_x64\wxregex\"
  384. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexud.pdb"
  385. WarningLevel="3"
  386. SuppressStartupBanner="true"
  387. Detect64BitPortabilityProblems="true"
  388. DebugInformationFormat="3"
  389. />
  390. <Tool
  391. Name="VCManagedResourceCompilerTool"
  392. />
  393. <Tool
  394. Name="VCResourceCompilerTool"
  395. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  396. Culture="1033"
  397. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswud"
  398. />
  399. <Tool
  400. Name="VCPreLinkEventTool"
  401. />
  402. <Tool
  403. Name="VCLibrarianTool"
  404. OutputFile="..\..\lib\vc_x64_lib\wxregexud.lib"
  405. SuppressStartupBanner="true"
  406. />
  407. <Tool
  408. Name="VCALinkTool"
  409. />
  410. <Tool
  411. Name="VCManifestTool"
  412. />
  413. <Tool
  414. Name="VCXDCMakeTool"
  415. />
  416. <Tool
  417. Name="VCBscMakeTool"
  418. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_wxregex.bsc"
  419. SuppressStartupBanner="true"
  420. />
  421. <Tool
  422. Name="VCFxCopTool"
  423. />
  424. <Tool
  425. Name="VCPostBuildEventTool"
  426. />
  427. </Configuration>
  428. <Configuration
  429. Name="Release|x64"
  430. OutputDirectory="..\..\lib\vc_x64_lib"
  431. IntermediateDirectory="vc_mswu_x64\wxregex"
  432. ConfigurationType="4"
  433. UseOfMFC="0"
  434. ATLMinimizesCRunTimeLibraryUsage="false"
  435. CharacterSet="1"
  436. >
  437. <Tool
  438. Name="VCPreBuildEventTool"
  439. />
  440. <Tool
  441. Name="VCCustomBuildTool"
  442. />
  443. <Tool
  444. Name="VCXMLDataGeneratorTool"
  445. />
  446. <Tool
  447. Name="VCWebServiceProxyGeneratorTool"
  448. />
  449. <Tool
  450. Name="VCMIDLTool"
  451. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  452. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswu"
  453. />
  454. <Tool
  455. Name="VCCLCompilerTool"
  456. Optimization="2"
  457. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswu"
  458. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  459. ExceptionHandling="1"
  460. RuntimeLibrary="2"
  461. RuntimeTypeInfo="true"
  462. ObjectFile="vc_mswu_x64\wxregex\"
  463. ProgramDataBaseFileName="..\..\lib\vc_x64_lib\wxregexu.pdb"
  464. WarningLevel="3"
  465. SuppressStartupBanner="true"
  466. Detect64BitPortabilityProblems="true"
  467. DebugInformationFormat="3"
  468. />
  469. <Tool
  470. Name="VCManagedResourceCompilerTool"
  471. />
  472. <Tool
  473. Name="VCResourceCompilerTool"
  474. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  475. Culture="1033"
  476. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_lib\mswu"
  477. />
  478. <Tool
  479. Name="VCPreLinkEventTool"
  480. />
  481. <Tool
  482. Name="VCLibrarianTool"
  483. OutputFile="..\..\lib\vc_x64_lib\wxregexu.lib"
  484. SuppressStartupBanner="true"
  485. />
  486. <Tool
  487. Name="VCALinkTool"
  488. />
  489. <Tool
  490. Name="VCManifestTool"
  491. />
  492. <Tool
  493. Name="VCXDCMakeTool"
  494. />
  495. <Tool
  496. Name="VCBscMakeTool"
  497. OutputFile="..\..\lib\vc_x64_lib\wx_vc8_wxregex.bsc"
  498. SuppressStartupBanner="true"
  499. />
  500. <Tool
  501. Name="VCFxCopTool"
  502. />
  503. <Tool
  504. Name="VCPostBuildEventTool"
  505. />
  506. </Configuration>
  507. <Configuration
  508. Name="DLL Debug|x64"
  509. OutputDirectory="..\..\lib\vc_x64_dll"
  510. IntermediateDirectory="vc_mswuddll_x64\wxregex"
  511. ConfigurationType="4"
  512. UseOfMFC="0"
  513. ATLMinimizesCRunTimeLibraryUsage="false"
  514. CharacterSet="1"
  515. >
  516. <Tool
  517. Name="VCPreBuildEventTool"
  518. />
  519. <Tool
  520. Name="VCCustomBuildTool"
  521. />
  522. <Tool
  523. Name="VCXMLDataGeneratorTool"
  524. />
  525. <Tool
  526. Name="VCWebServiceProxyGeneratorTool"
  527. />
  528. <Tool
  529. Name="VCMIDLTool"
  530. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  531. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswud"
  532. />
  533. <Tool
  534. Name="VCCLCompilerTool"
  535. Optimization="0"
  536. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswud"
  537. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  538. MinimalRebuild="true"
  539. ExceptionHandling="1"
  540. BasicRuntimeChecks="3"
  541. RuntimeLibrary="3"
  542. BufferSecurityCheck="true"
  543. RuntimeTypeInfo="true"
  544. ObjectFile="vc_mswuddll_x64\wxregex\"
  545. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexud.pdb"
  546. WarningLevel="3"
  547. SuppressStartupBanner="true"
  548. Detect64BitPortabilityProblems="true"
  549. DebugInformationFormat="3"
  550. />
  551. <Tool
  552. Name="VCManagedResourceCompilerTool"
  553. />
  554. <Tool
  555. Name="VCResourceCompilerTool"
  556. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  557. Culture="1033"
  558. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswud"
  559. />
  560. <Tool
  561. Name="VCPreLinkEventTool"
  562. />
  563. <Tool
  564. Name="VCLibrarianTool"
  565. OutputFile="..\..\lib\vc_x64_dll\wxregexud.lib"
  566. SuppressStartupBanner="true"
  567. />
  568. <Tool
  569. Name="VCALinkTool"
  570. />
  571. <Tool
  572. Name="VCManifestTool"
  573. />
  574. <Tool
  575. Name="VCXDCMakeTool"
  576. />
  577. <Tool
  578. Name="VCBscMakeTool"
  579. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_wxregex.bsc"
  580. SuppressStartupBanner="true"
  581. />
  582. <Tool
  583. Name="VCFxCopTool"
  584. />
  585. <Tool
  586. Name="VCPostBuildEventTool"
  587. />
  588. </Configuration>
  589. <Configuration
  590. Name="DLL Release|x64"
  591. OutputDirectory="..\..\lib\vc_x64_dll"
  592. IntermediateDirectory="vc_mswudll_x64\wxregex"
  593. ConfigurationType="4"
  594. UseOfMFC="0"
  595. ATLMinimizesCRunTimeLibraryUsage="false"
  596. CharacterSet="1"
  597. >
  598. <Tool
  599. Name="VCPreBuildEventTool"
  600. />
  601. <Tool
  602. Name="VCCustomBuildTool"
  603. />
  604. <Tool
  605. Name="VCXMLDataGeneratorTool"
  606. />
  607. <Tool
  608. Name="VCWebServiceProxyGeneratorTool"
  609. />
  610. <Tool
  611. Name="VCMIDLTool"
  612. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  613. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswu"
  614. />
  615. <Tool
  616. Name="VCCLCompilerTool"
  617. Optimization="2"
  618. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswu"
  619. PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  620. ExceptionHandling="1"
  621. RuntimeLibrary="2"
  622. RuntimeTypeInfo="true"
  623. ObjectFile="vc_mswudll_x64\wxregex\"
  624. ProgramDataBaseFileName="..\..\lib\vc_x64_dll\wxregexu.pdb"
  625. WarningLevel="3"
  626. SuppressStartupBanner="true"
  627. Detect64BitPortabilityProblems="true"
  628. DebugInformationFormat="3"
  629. />
  630. <Tool
  631. Name="VCManagedResourceCompilerTool"
  632. />
  633. <Tool
  634. Name="VCResourceCompilerTool"
  635. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  636. Culture="1033"
  637. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_x64_dll\mswu"
  638. />
  639. <Tool
  640. Name="VCPreLinkEventTool"
  641. />
  642. <Tool
  643. Name="VCLibrarianTool"
  644. OutputFile="..\..\lib\vc_x64_dll\wxregexu.lib"
  645. SuppressStartupBanner="true"
  646. />
  647. <Tool
  648. Name="VCALinkTool"
  649. />
  650. <Tool
  651. Name="VCManifestTool"
  652. />
  653. <Tool
  654. Name="VCXDCMakeTool"
  655. />
  656. <Tool
  657. Name="VCBscMakeTool"
  658. OutputFile="..\..\lib\vc_x64_dll\wx_vc8_wxregex.bsc"
  659. SuppressStartupBanner="true"
  660. />
  661. <Tool
  662. Name="VCFxCopTool"
  663. />
  664. <Tool
  665. Name="VCPostBuildEventTool"
  666. />
  667. </Configuration>
  668. </Configurations>
  669. <References>
  670. </References>
  671. <Files>
  672. <Filter
  673. Name="Source Files"
  674. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  675. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  676. >
  677. <File
  678. RelativePath="..\..\src\regex\regcomp.c"
  679. >
  680. </File>
  681. <File
  682. RelativePath="..\..\src\regex\regerror.c"
  683. >
  684. </File>
  685. <File
  686. RelativePath="..\..\src\regex\regexec.c"
  687. >
  688. </File>
  689. <File
  690. RelativePath="..\..\src\regex\regfree.c"
  691. >
  692. </File>
  693. </Filter>
  694. <Filter
  695. Name="Header Files"
  696. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  697. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  698. >
  699. <File
  700. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  701. >
  702. <FileConfiguration
  703. Name="Debug|Win32"
  704. >
  705. <Tool
  706. Name="VCCustomBuildTool"
  707. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  708. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  709. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  710. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  711. />
  712. </FileConfiguration>
  713. <FileConfiguration
  714. Name="Release|Win32"
  715. >
  716. <Tool
  717. Name="VCCustomBuildTool"
  718. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  719. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  720. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  721. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  722. />
  723. </FileConfiguration>
  724. <FileConfiguration
  725. Name="DLL Debug|Win32"
  726. >
  727. <Tool
  728. Name="VCCustomBuildTool"
  729. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  730. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  731. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  732. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  733. />
  734. </FileConfiguration>
  735. <FileConfiguration
  736. Name="DLL Release|Win32"
  737. >
  738. <Tool
  739. Name="VCCustomBuildTool"
  740. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  741. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  742. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  743. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  744. />
  745. </FileConfiguration>
  746. <FileConfiguration
  747. Name="Debug|x64"
  748. >
  749. <Tool
  750. Name="VCCustomBuildTool"
  751. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  752. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h&quot;"
  753. Outputs="..\..\lib\vc_x64_lib\mswud\wx\msw\rcdefs.h"
  754. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswud\wx\msw&quot;"
  755. />
  756. </FileConfiguration>
  757. <FileConfiguration
  758. Name="Release|x64"
  759. >
  760. <Tool
  761. Name="VCCustomBuildTool"
  762. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  763. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h&quot;"
  764. Outputs="..\..\lib\vc_x64_lib\mswu\wx\msw\rcdefs.h"
  765. AdditionalDependencies="&quot;..\..\lib\vc_x64_lib\mswu\wx\msw&quot;"
  766. />
  767. </FileConfiguration>
  768. <FileConfiguration
  769. Name="DLL Debug|x64"
  770. >
  771. <Tool
  772. Name="VCCustomBuildTool"
  773. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  774. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h&quot;"
  775. Outputs="..\..\lib\vc_x64_dll\mswud\wx\msw\rcdefs.h"
  776. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswud\wx\msw&quot;"
  777. />
  778. </FileConfiguration>
  779. <FileConfiguration
  780. Name="DLL Release|x64"
  781. >
  782. <Tool
  783. Name="VCCustomBuildTool"
  784. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  785. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h&quot;"
  786. Outputs="..\..\lib\vc_x64_dll\mswu\wx\msw\rcdefs.h"
  787. AdditionalDependencies="&quot;..\..\lib\vc_x64_dll\mswu\wx\msw&quot;"
  788. />
  789. </FileConfiguration>
  790. </File>
  791. <File
  792. RelativePath="..\..\include\wx\msw\setup.h"
  793. >
  794. <FileConfiguration
  795. Name="Debug|Win32"
  796. >
  797. <Tool
  798. Name="VCCustomBuildTool"
  799. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  800. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  801. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  802. />
  803. </FileConfiguration>
  804. <FileConfiguration
  805. Name="Release|Win32"
  806. >
  807. <Tool
  808. Name="VCCustomBuildTool"
  809. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  810. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  811. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  812. />
  813. </FileConfiguration>
  814. <FileConfiguration
  815. Name="DLL Debug|Win32"
  816. >
  817. <Tool
  818. Name="VCCustomBuildTool"
  819. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  820. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  821. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  822. />
  823. </FileConfiguration>
  824. <FileConfiguration
  825. Name="DLL Release|Win32"
  826. >
  827. <Tool
  828. Name="VCCustomBuildTool"
  829. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  830. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  831. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  832. />
  833. </FileConfiguration>
  834. <FileConfiguration
  835. Name="Debug|x64"
  836. >
  837. <Tool
  838. Name="VCCustomBuildTool"
  839. Description="Creating ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  840. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  841. Outputs="..\..\lib\vc_x64_lib\mswud\wx\setup.h"
  842. />
  843. </FileConfiguration>
  844. <FileConfiguration
  845. Name="Release|x64"
  846. >
  847. <Tool
  848. Name="VCCustomBuildTool"
  849. Description="Creating ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  850. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  851. Outputs="..\..\lib\vc_x64_lib\mswu\wx\setup.h"
  852. />
  853. </FileConfiguration>
  854. <FileConfiguration
  855. Name="DLL Debug|x64"
  856. >
  857. <Tool
  858. Name="VCCustomBuildTool"
  859. Description="Creating ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  860. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  861. Outputs="..\..\lib\vc_x64_dll\mswud\wx\setup.h"
  862. />
  863. </FileConfiguration>
  864. <FileConfiguration
  865. Name="DLL Release|x64"
  866. >
  867. <Tool
  868. Name="VCCustomBuildTool"
  869. Description="Creating ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  870. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  871. Outputs="..\..\lib\vc_x64_dll\mswu\wx\setup.h"
  872. />
  873. </FileConfiguration>
  874. </File>
  875. <File
  876. RelativePath="..\..\include\wx\univ\setup.h"
  877. >
  878. <FileConfiguration
  879. Name="Debug|Win32"
  880. />
  881. <FileConfiguration
  882. Name="Release|Win32"
  883. />
  884. <FileConfiguration
  885. Name="DLL Debug|Win32"
  886. />
  887. <FileConfiguration
  888. Name="DLL Release|Win32"
  889. />
  890. <FileConfiguration
  891. Name="Debug|x64"
  892. />
  893. <FileConfiguration
  894. Name="Release|x64"
  895. />
  896. <FileConfiguration
  897. Name="DLL Debug|x64"
  898. />
  899. <FileConfiguration
  900. Name="DLL Release|x64"
  901. />
  902. </File>
  903. </Filter>
  904. </Files>
  905. <Globals>
  906. </Globals>
  907. </VisualStudioProject>