2
0

libpcre.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libpcre"
  6. ProjectGUID="{8D04B550-D240-4A44-8A18-35DA3F7038D9}"
  7. RootNamespace="libpcre"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="4"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. CommandLine=""
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. Description=""
  32. CommandLine=""
  33. AdditionalDependencies=""
  34. Outputs=""
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="_DEBUG"
  45. MkTypLibCompatible="true"
  46. SuppressStartupBanner="true"
  47. TargetEnvironment="1"
  48. TypeLibraryName=".\Debug/libpcre.tlb"
  49. HeaderFileName=""
  50. />
  51. <Tool
  52. Name="VCCLCompilerTool"
  53. Optimization="0"
  54. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  55. PreprocessorDefinitions="_WIN32;WIN32;_DEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H"
  56. MinimalRebuild="true"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="3"
  59. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  60. AssemblerListingLocation=""
  61. ObjectFile="$(IntDir)\"
  62. ProgramDataBaseFileName="$(IntDir)\vc80.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"
  73. Culture="1033"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLibrarianTool"
  80. LinkLibraryDependencies="true"
  81. AdditionalDependencies="odbc32.lib odbccp32.lib"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. SuppressStartupBanner="true"
  92. OutputFile="$(OutDir)\$(ProjectName).bsc"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. CommandLine=""
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="$(ConfigurationName)"
  105. IntermediateDirectory="$(ConfigurationName)"
  106. ConfigurationType="4"
  107. UseOfMFC="0"
  108. ATLMinimizesCRunTimeLibraryUsage="false"
  109. >
  110. <Tool
  111. Name="VCPreBuildEventTool"
  112. CommandLine=""
  113. />
  114. <Tool
  115. Name="VCCustomBuildTool"
  116. Description=""
  117. CommandLine=""
  118. AdditionalDependencies=""
  119. Outputs=""
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. PreprocessorDefinitions="NDEBUG"
  130. MkTypLibCompatible="true"
  131. SuppressStartupBanner="true"
  132. TargetEnvironment="1"
  133. TypeLibraryName=".\Release/libpcre.tlb"
  134. HeaderFileName=""
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. Optimization="2"
  139. InlineFunctionExpansion="1"
  140. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  141. PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H"
  142. StringPooling="true"
  143. RuntimeLibrary="2"
  144. EnableFunctionLevelLinking="true"
  145. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  146. AssemblerListingLocation=""
  147. ObjectFile="$(IntDir)\"
  148. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  149. WarningLevel="3"
  150. SuppressStartupBanner="true"
  151. />
  152. <Tool
  153. Name="VCManagedResourceCompilerTool"
  154. />
  155. <Tool
  156. Name="VCResourceCompilerTool"
  157. PreprocessorDefinitions="NDEBUG"
  158. Culture="1033"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLibrarianTool"
  165. LinkLibraryDependencies="true"
  166. AdditionalDependencies="odbc32.lib odbccp32.lib"
  167. />
  168. <Tool
  169. Name="VCALinkTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. SuppressStartupBanner="true"
  177. OutputFile="$(OutDir)\$(ProjectName).bsc"
  178. />
  179. <Tool
  180. Name="VCFxCopTool"
  181. />
  182. <Tool
  183. Name="VCPostBuildEventTool"
  184. CommandLine=""
  185. />
  186. </Configuration>
  187. <Configuration
  188. Name="Debug DLL|Win32"
  189. OutputDirectory="$(SolutionDir)Debug"
  190. IntermediateDirectory="$(ConfigurationName)"
  191. ConfigurationType="2"
  192. UseOfMFC="0"
  193. ATLMinimizesCRunTimeLibraryUsage="false"
  194. >
  195. <Tool
  196. Name="VCPreBuildEventTool"
  197. CommandLine=""
  198. />
  199. <Tool
  200. Name="VCCustomBuildTool"
  201. Description=""
  202. CommandLine=""
  203. AdditionalDependencies=""
  204. Outputs=""
  205. />
  206. <Tool
  207. Name="VCXMLDataGeneratorTool"
  208. />
  209. <Tool
  210. Name="VCWebServiceProxyGeneratorTool"
  211. />
  212. <Tool
  213. Name="VCMIDLTool"
  214. PreprocessorDefinitions="_DEBUG"
  215. MkTypLibCompatible="true"
  216. SuppressStartupBanner="true"
  217. TargetEnvironment="1"
  218. TypeLibraryName=".\Debug/libpcre.tlb"
  219. HeaderFileName=""
  220. />
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. Optimization="0"
  224. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  225. PreprocessorDefinitions="_WIN32;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H"
  226. MinimalRebuild="true"
  227. BasicRuntimeChecks="3"
  228. RuntimeLibrary="3"
  229. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  230. AssemblerListingLocation=""
  231. ObjectFile="$(IntDir)\"
  232. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  233. WarningLevel="3"
  234. SuppressStartupBanner="true"
  235. DebugInformationFormat="3"
  236. />
  237. <Tool
  238. Name="VCManagedResourceCompilerTool"
  239. />
  240. <Tool
  241. Name="VCResourceCompilerTool"
  242. PreprocessorDefinitions="_DEBUG"
  243. Culture="1033"
  244. />
  245. <Tool
  246. Name="VCPreLinkEventTool"
  247. />
  248. <Tool
  249. Name="VCLinkerTool"
  250. AdditionalDependencies="odbc32.lib odbccp32.lib"
  251. OutputFile="$(OutDir)\$(ProjectName).dll"
  252. LinkIncremental="1"
  253. SuppressStartupBanner="true"
  254. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  255. GenerateDebugInformation="true"
  256. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  257. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  258. TargetMachine="1"
  259. />
  260. <Tool
  261. Name="VCALinkTool"
  262. />
  263. <Tool
  264. Name="VCManifestTool"
  265. />
  266. <Tool
  267. Name="VCXDCMakeTool"
  268. />
  269. <Tool
  270. Name="VCBscMakeTool"
  271. SuppressStartupBanner="true"
  272. OutputFile="$(OutDir)\$(ProjectName).bsc"
  273. />
  274. <Tool
  275. Name="VCFxCopTool"
  276. />
  277. <Tool
  278. Name="VCAppVerifierTool"
  279. />
  280. <Tool
  281. Name="VCWebDeploymentTool"
  282. />
  283. <Tool
  284. Name="VCPostBuildEventTool"
  285. CommandLine=""
  286. />
  287. </Configuration>
  288. <Configuration
  289. Name="Release DLL|Win32"
  290. OutputDirectory="$(SolutionDir)Release"
  291. IntermediateDirectory="$(ConfigurationName)"
  292. ConfigurationType="2"
  293. UseOfMFC="0"
  294. ATLMinimizesCRunTimeLibraryUsage="false"
  295. >
  296. <Tool
  297. Name="VCPreBuildEventTool"
  298. CommandLine=""
  299. />
  300. <Tool
  301. Name="VCCustomBuildTool"
  302. Description=""
  303. CommandLine=""
  304. AdditionalDependencies=""
  305. Outputs=""
  306. />
  307. <Tool
  308. Name="VCXMLDataGeneratorTool"
  309. />
  310. <Tool
  311. Name="VCWebServiceProxyGeneratorTool"
  312. />
  313. <Tool
  314. Name="VCMIDLTool"
  315. PreprocessorDefinitions="NDEBUG"
  316. MkTypLibCompatible="true"
  317. SuppressStartupBanner="true"
  318. TargetEnvironment="1"
  319. TypeLibraryName=".\Release/libpcre.tlb"
  320. HeaderFileName=""
  321. />
  322. <Tool
  323. Name="VCCLCompilerTool"
  324. Optimization="2"
  325. InlineFunctionExpansion="1"
  326. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  327. PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H"
  328. StringPooling="true"
  329. RuntimeLibrary="2"
  330. EnableFunctionLevelLinking="true"
  331. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  332. AssemblerListingLocation=""
  333. ObjectFile="$(IntDir)\"
  334. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  335. WarningLevel="3"
  336. SuppressStartupBanner="true"
  337. />
  338. <Tool
  339. Name="VCManagedResourceCompilerTool"
  340. />
  341. <Tool
  342. Name="VCResourceCompilerTool"
  343. PreprocessorDefinitions="NDEBUG"
  344. Culture="1033"
  345. />
  346. <Tool
  347. Name="VCPreLinkEventTool"
  348. />
  349. <Tool
  350. Name="VCLinkerTool"
  351. AdditionalDependencies="odbc32.lib odbccp32.lib"
  352. OutputFile="$(OutDir)\$(ProjectName).dll"
  353. LinkIncremental="1"
  354. SuppressStartupBanner="true"
  355. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  356. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  357. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  358. TargetMachine="1"
  359. />
  360. <Tool
  361. Name="VCALinkTool"
  362. />
  363. <Tool
  364. Name="VCManifestTool"
  365. />
  366. <Tool
  367. Name="VCXDCMakeTool"
  368. />
  369. <Tool
  370. Name="VCBscMakeTool"
  371. SuppressStartupBanner="true"
  372. OutputFile="$(OutDir)\$(ProjectName).bsc"
  373. />
  374. <Tool
  375. Name="VCFxCopTool"
  376. />
  377. <Tool
  378. Name="VCAppVerifierTool"
  379. />
  380. <Tool
  381. Name="VCWebDeploymentTool"
  382. />
  383. <Tool
  384. Name="VCPostBuildEventTool"
  385. CommandLine=""
  386. />
  387. </Configuration>
  388. </Configurations>
  389. <References>
  390. </References>
  391. <Files>
  392. <Filter
  393. Name="Source Files"
  394. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  395. >
  396. <File
  397. RelativePath=".\pcre_chartables.c"
  398. >
  399. </File>
  400. <File
  401. RelativePath="..\..\pcre\pcre_compile.c"
  402. >
  403. </File>
  404. <File
  405. RelativePath="..\..\pcre\pcre_config.c"
  406. >
  407. </File>
  408. <File
  409. RelativePath="..\..\pcre\pcre_dfa_exec.c"
  410. >
  411. </File>
  412. <File
  413. RelativePath="..\..\pcre\pcre_exec.c"
  414. >
  415. </File>
  416. <File
  417. RelativePath="..\..\pcre\pcre_fullinfo.c"
  418. >
  419. </File>
  420. <File
  421. RelativePath="..\..\pcre\pcre_get.c"
  422. >
  423. </File>
  424. <File
  425. RelativePath="..\..\pcre\pcre_globals.c"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..\..\pcre\pcre_info.c"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..\..\pcre\pcre_maketables.c"
  434. >
  435. </File>
  436. <File
  437. RelativePath="..\..\pcre\pcre_ord2utf8.c"
  438. >
  439. </File>
  440. <File
  441. RelativePath="..\..\pcre\pcre_refcount.c"
  442. >
  443. </File>
  444. <File
  445. RelativePath="..\..\pcre\pcre_study.c"
  446. >
  447. </File>
  448. <File
  449. RelativePath="..\..\pcre\pcre_tables.c"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\..\pcre\pcre_try_flipped.c"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\..\pcre\pcre_newline.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\..\pcre\pcre_ucd.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\..\pcre\pcre_ucp_searchfuncs.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\..\pcre\pcre_valid_utf8.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\..\pcre\pcre_version.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\pcre\pcre_xclass.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\pcre\pcreposix.c"
  482. >
  483. </File>
  484. </Filter>
  485. <Filter
  486. Name="Header Files"
  487. Filter="h;hpp;hxx;hm;inl"
  488. >
  489. <File
  490. RelativePath="config.h"
  491. >
  492. </File>
  493. <File
  494. RelativePath="..\..\pcre\internal.h"
  495. >
  496. </File>
  497. <File
  498. RelativePath="..\..\pcre\pcre.h"
  499. >
  500. </File>
  501. <File
  502. RelativePath="..\..\pcre\pcre_internal.h"
  503. >
  504. </File>
  505. <File
  506. RelativePath="..\..\pcre\pcreposix.h"
  507. >
  508. </File>
  509. </Filter>
  510. </Files>
  511. <Globals>
  512. </Globals>
  513. </VisualStudioProject>