wx_vc9_wxregex.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="..\..\lib\vc_lib"
  24. IntermediateDirectory="vc_mswud\wxregex"
  25. ConfigurationType="4"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="1"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  45. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. AdditionalOptions="/MP"
  50. Optimization="0"
  51. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  52. 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"
  53. ExceptionHandling="1"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. BufferSecurityCheck="true"
  57. RuntimeTypeInfo="true"
  58. ObjectFile="vc_mswud\wxregex\"
  59. ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexud.pdb"
  60. WarningLevel="3"
  61. SuppressStartupBanner="true"
  62. DebugInformationFormat="3"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  70. Culture="1033"
  71. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswud"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLibrarianTool"
  78. OutputFile="..\..\lib\vc_lib\wxregexud.lib"
  79. SuppressStartupBanner="true"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. OutputFile="..\..\lib\vc_lib\wx_vc9_wxregex.bsc"
  93. SuppressStartupBanner="true"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\..\lib\vc_lib"
  105. IntermediateDirectory="vc_mswu\wxregex"
  106. ConfigurationType="4"
  107. UseOfMFC="0"
  108. ATLMinimizesCRunTimeLibraryUsage="false"
  109. CharacterSet="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. />
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCWebServiceProxyGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCMIDLTool"
  125. 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"
  126. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. AdditionalOptions="/MP"
  131. Optimization="2"
  132. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  133. 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"
  134. ExceptionHandling="1"
  135. RuntimeLibrary="2"
  136. RuntimeTypeInfo="true"
  137. ObjectFile="vc_mswu\wxregex\"
  138. ProgramDataBaseFileName="..\..\lib\vc_lib\wxregexu.pdb"
  139. WarningLevel="3"
  140. SuppressStartupBanner="true"
  141. DebugInformationFormat="3"
  142. />
  143. <Tool
  144. Name="VCManagedResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCResourceCompilerTool"
  148. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  149. Culture="1033"
  150. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_lib\mswu"
  151. />
  152. <Tool
  153. Name="VCPreLinkEventTool"
  154. />
  155. <Tool
  156. Name="VCLibrarianTool"
  157. OutputFile="..\..\lib\vc_lib\wxregexu.lib"
  158. SuppressStartupBanner="true"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. OutputFile="..\..\lib\vc_lib\wx_vc9_wxregex.bsc"
  172. SuppressStartupBanner="true"
  173. />
  174. <Tool
  175. Name="VCFxCopTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. <Configuration
  182. Name="DLL Debug|Win32"
  183. OutputDirectory="..\..\lib\vc_dll"
  184. IntermediateDirectory="vc_mswuddll\wxregex"
  185. ConfigurationType="4"
  186. UseOfMFC="0"
  187. ATLMinimizesCRunTimeLibraryUsage="false"
  188. CharacterSet="1"
  189. >
  190. <Tool
  191. Name="VCPreBuildEventTool"
  192. />
  193. <Tool
  194. Name="VCCustomBuildTool"
  195. />
  196. <Tool
  197. Name="VCXMLDataGeneratorTool"
  198. />
  199. <Tool
  200. Name="VCWebServiceProxyGeneratorTool"
  201. />
  202. <Tool
  203. Name="VCMIDLTool"
  204. 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"
  205. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  206. />
  207. <Tool
  208. Name="VCCLCompilerTool"
  209. AdditionalOptions="/MP"
  210. Optimization="0"
  211. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  212. 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"
  213. ExceptionHandling="1"
  214. BasicRuntimeChecks="3"
  215. RuntimeLibrary="3"
  216. BufferSecurityCheck="true"
  217. RuntimeTypeInfo="true"
  218. ObjectFile="vc_mswuddll\wxregex\"
  219. ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexud.pdb"
  220. WarningLevel="3"
  221. SuppressStartupBanner="true"
  222. DebugInformationFormat="3"
  223. />
  224. <Tool
  225. Name="VCManagedResourceCompilerTool"
  226. />
  227. <Tool
  228. Name="VCResourceCompilerTool"
  229. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  230. Culture="1033"
  231. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswud"
  232. />
  233. <Tool
  234. Name="VCPreLinkEventTool"
  235. />
  236. <Tool
  237. Name="VCLibrarianTool"
  238. OutputFile="..\..\lib\vc_dll\wxregexud.lib"
  239. SuppressStartupBanner="true"
  240. />
  241. <Tool
  242. Name="VCALinkTool"
  243. />
  244. <Tool
  245. Name="VCManifestTool"
  246. />
  247. <Tool
  248. Name="VCXDCMakeTool"
  249. />
  250. <Tool
  251. Name="VCBscMakeTool"
  252. OutputFile="..\..\lib\vc_dll\wx_vc9_wxregex.bsc"
  253. SuppressStartupBanner="true"
  254. />
  255. <Tool
  256. Name="VCFxCopTool"
  257. />
  258. <Tool
  259. Name="VCPostBuildEventTool"
  260. />
  261. </Configuration>
  262. <Configuration
  263. Name="DLL Release|Win32"
  264. OutputDirectory="..\..\lib\vc_dll"
  265. IntermediateDirectory="vc_mswudll\wxregex"
  266. ConfigurationType="4"
  267. UseOfMFC="0"
  268. ATLMinimizesCRunTimeLibraryUsage="false"
  269. CharacterSet="1"
  270. >
  271. <Tool
  272. Name="VCPreBuildEventTool"
  273. />
  274. <Tool
  275. Name="VCCustomBuildTool"
  276. />
  277. <Tool
  278. Name="VCXMLDataGeneratorTool"
  279. />
  280. <Tool
  281. Name="VCWebServiceProxyGeneratorTool"
  282. />
  283. <Tool
  284. Name="VCMIDLTool"
  285. 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"
  286. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  287. />
  288. <Tool
  289. Name="VCCLCompilerTool"
  290. AdditionalOptions="/MP"
  291. Optimization="2"
  292. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  293. 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"
  294. ExceptionHandling="1"
  295. RuntimeLibrary="2"
  296. RuntimeTypeInfo="true"
  297. ObjectFile="vc_mswudll\wxregex\"
  298. ProgramDataBaseFileName="..\..\lib\vc_dll\wxregexu.pdb"
  299. WarningLevel="3"
  300. SuppressStartupBanner="true"
  301. DebugInformationFormat="3"
  302. />
  303. <Tool
  304. Name="VCManagedResourceCompilerTool"
  305. />
  306. <Tool
  307. Name="VCResourceCompilerTool"
  308. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE"
  309. Culture="1033"
  310. AdditionalIncludeDirectories="..\..\include;..\..\lib\vc_dll\mswu"
  311. />
  312. <Tool
  313. Name="VCPreLinkEventTool"
  314. />
  315. <Tool
  316. Name="VCLibrarianTool"
  317. OutputFile="..\..\lib\vc_dll\wxregexu.lib"
  318. SuppressStartupBanner="true"
  319. />
  320. <Tool
  321. Name="VCALinkTool"
  322. />
  323. <Tool
  324. Name="VCManifestTool"
  325. />
  326. <Tool
  327. Name="VCXDCMakeTool"
  328. />
  329. <Tool
  330. Name="VCBscMakeTool"
  331. OutputFile="..\..\lib\vc_dll\wx_vc9_wxregex.bsc"
  332. SuppressStartupBanner="true"
  333. />
  334. <Tool
  335. Name="VCFxCopTool"
  336. />
  337. <Tool
  338. Name="VCPostBuildEventTool"
  339. />
  340. </Configuration>
  341. </Configurations>
  342. <References>
  343. </References>
  344. <Files>
  345. <Filter
  346. Name="Source Files"
  347. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  348. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  349. >
  350. <File
  351. RelativePath="..\..\src\regex\regcomp.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="..\..\src\regex\regerror.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="..\..\src\regex\regexec.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="..\..\src\regex\regfree.c"
  364. >
  365. </File>
  366. </Filter>
  367. <Filter
  368. Name="Header Files"
  369. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  370. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  371. >
  372. <File
  373. RelativePath="..\..\include\wx\msw\genrcdefs.h"
  374. >
  375. <FileConfiguration
  376. Name="Debug|Win32"
  377. >
  378. <Tool
  379. Name="VCCustomBuildTool"
  380. Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  381. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h&quot;"
  382. Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"
  383. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswud\wx\msw&quot;"
  384. />
  385. </FileConfiguration>
  386. <FileConfiguration
  387. Name="Release|Win32"
  388. >
  389. <Tool
  390. Name="VCCustomBuildTool"
  391. Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  392. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h&quot;"
  393. Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"
  394. AdditionalDependencies="&quot;..\..\lib\vc_lib\mswu\wx\msw&quot;"
  395. />
  396. </FileConfiguration>
  397. <FileConfiguration
  398. Name="DLL Debug|Win32"
  399. >
  400. <Tool
  401. Name="VCCustomBuildTool"
  402. Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  403. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h&quot;"
  404. Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"
  405. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswud\wx\msw&quot;"
  406. />
  407. </FileConfiguration>
  408. <FileConfiguration
  409. Name="DLL Release|Win32"
  410. >
  411. <Tool
  412. Name="VCCustomBuildTool"
  413. Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  414. CommandLine="cl /EP /nologo &quot;$(InputPath)&quot; &gt; &quot;..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h&quot;"
  415. Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"
  416. AdditionalDependencies="&quot;..\..\lib\vc_dll\mswu\wx\msw&quot;"
  417. />
  418. </FileConfiguration>
  419. </File>
  420. <File
  421. RelativePath="..\..\include\wx\msw\setup.h"
  422. >
  423. <FileConfiguration
  424. Name="Debug|Win32"
  425. >
  426. <Tool
  427. Name="VCCustomBuildTool"
  428. Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"
  429. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswud\wx\setup.h"
  430. Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"
  431. />
  432. </FileConfiguration>
  433. <FileConfiguration
  434. Name="Release|Win32"
  435. >
  436. <Tool
  437. Name="VCCustomBuildTool"
  438. Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"
  439. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_lib\mswu\wx\setup.h"
  440. Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"
  441. />
  442. </FileConfiguration>
  443. <FileConfiguration
  444. Name="DLL Debug|Win32"
  445. >
  446. <Tool
  447. Name="VCCustomBuildTool"
  448. Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"
  449. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswud\wx\setup.h"
  450. Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"
  451. />
  452. </FileConfiguration>
  453. <FileConfiguration
  454. Name="DLL Release|Win32"
  455. >
  456. <Tool
  457. Name="VCCustomBuildTool"
  458. Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"
  459. CommandLine="copy &quot;$(InputPath)&quot; ..\..\lib\vc_dll\mswu\wx\setup.h"
  460. Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"
  461. />
  462. </FileConfiguration>
  463. </File>
  464. <File
  465. RelativePath="..\..\include\wx\univ\setup.h"
  466. >
  467. <FileConfiguration
  468. Name="Debug|Win32"
  469. />
  470. <FileConfiguration
  471. Name="Release|Win32"
  472. />
  473. <FileConfiguration
  474. Name="DLL Debug|Win32"
  475. />
  476. <FileConfiguration
  477. Name="DLL Release|Win32"
  478. />
  479. </File>
  480. </Filter>
  481. </Files>
  482. <Globals>
  483. </Globals>
  484. </VisualStudioProject>