wx_vc9_wxregex.vcproj 25 KB

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