libpcre.2008.vcproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libpcre"
  6. ProjectGUID="{8D04B550-D240-4A44-8A18-35DA3F7038D9}"
  7. RootNamespace="libpcre"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(ConfigurationName)"
  24. IntermediateDirectory="$(ConfigurationName)"
  25. ConfigurationType="4"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. CommandLine=""
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. Description=""
  36. CommandLine=""
  37. AdditionalDependencies=""
  38. Outputs=""
  39. />
  40. <Tool
  41. Name="VCXMLDataGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCWebServiceProxyGeneratorTool"
  45. />
  46. <Tool
  47. Name="VCMIDLTool"
  48. PreprocessorDefinitions="_DEBUG"
  49. MkTypLibCompatible="true"
  50. SuppressStartupBanner="true"
  51. TargetEnvironment="1"
  52. TypeLibraryName="$(IntDir)/libpcre.tlb"
  53. HeaderFileName=""
  54. />
  55. <Tool
  56. Name="VCCLCompilerTool"
  57. Optimization="0"
  58. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  59. 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"
  60. MinimalRebuild="true"
  61. BasicRuntimeChecks="3"
  62. RuntimeLibrary="3"
  63. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  64. AssemblerListingLocation=""
  65. ObjectFile="$(IntDir)\"
  66. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  67. WarningLevel="3"
  68. SuppressStartupBanner="true"
  69. DebugInformationFormat="3"
  70. />
  71. <Tool
  72. Name="VCManagedResourceCompilerTool"
  73. />
  74. <Tool
  75. Name="VCResourceCompilerTool"
  76. PreprocessorDefinitions="_DEBUG"
  77. Culture="1033"
  78. />
  79. <Tool
  80. Name="VCPreLinkEventTool"
  81. />
  82. <Tool
  83. Name="VCLibrarianTool"
  84. LinkLibraryDependencies="true"
  85. AdditionalDependencies="odbc32.lib odbccp32.lib"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCXDCMakeTool"
  92. />
  93. <Tool
  94. Name="VCBscMakeTool"
  95. SuppressStartupBanner="true"
  96. OutputFile="$(OutDir)\$(ProjectName).bsc"
  97. />
  98. <Tool
  99. Name="VCFxCopTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. CommandLine=""
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="Debug|x64"
  108. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  109. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  110. ConfigurationType="4"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. CommandLine=""
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. Description=""
  121. CommandLine=""
  122. AdditionalDependencies=""
  123. Outputs=""
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. PreprocessorDefinitions="_DEBUG"
  134. MkTypLibCompatible="true"
  135. SuppressStartupBanner="true"
  136. TargetEnvironment="3"
  137. TypeLibraryName="$(IntDir)/libpcre.tlb"
  138. HeaderFileName=""
  139. />
  140. <Tool
  141. Name="VCCLCompilerTool"
  142. Optimization="0"
  143. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  144. 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"
  145. MinimalRebuild="true"
  146. BasicRuntimeChecks="3"
  147. RuntimeLibrary="3"
  148. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  149. AssemblerListingLocation=""
  150. ObjectFile="$(IntDir)\"
  151. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  152. WarningLevel="3"
  153. SuppressStartupBanner="true"
  154. DebugInformationFormat="3"
  155. />
  156. <Tool
  157. Name="VCManagedResourceCompilerTool"
  158. />
  159. <Tool
  160. Name="VCResourceCompilerTool"
  161. PreprocessorDefinitions="_DEBUG"
  162. Culture="1033"
  163. />
  164. <Tool
  165. Name="VCPreLinkEventTool"
  166. />
  167. <Tool
  168. Name="VCLibrarianTool"
  169. LinkLibraryDependencies="true"
  170. AdditionalDependencies="odbc32.lib odbccp32.lib"
  171. />
  172. <Tool
  173. Name="VCALinkTool"
  174. />
  175. <Tool
  176. Name="VCXDCMakeTool"
  177. />
  178. <Tool
  179. Name="VCBscMakeTool"
  180. SuppressStartupBanner="true"
  181. OutputFile="$(OutDir)\$(ProjectName).bsc"
  182. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. CommandLine=""
  189. />
  190. </Configuration>
  191. <Configuration
  192. Name="Release|Win32"
  193. OutputDirectory="$(ConfigurationName)"
  194. IntermediateDirectory="$(ConfigurationName)"
  195. ConfigurationType="4"
  196. UseOfMFC="0"
  197. ATLMinimizesCRunTimeLibraryUsage="false"
  198. >
  199. <Tool
  200. Name="VCPreBuildEventTool"
  201. CommandLine=""
  202. />
  203. <Tool
  204. Name="VCCustomBuildTool"
  205. Description=""
  206. CommandLine=""
  207. AdditionalDependencies=""
  208. Outputs=""
  209. />
  210. <Tool
  211. Name="VCXMLDataGeneratorTool"
  212. />
  213. <Tool
  214. Name="VCWebServiceProxyGeneratorTool"
  215. />
  216. <Tool
  217. Name="VCMIDLTool"
  218. PreprocessorDefinitions="NDEBUG"
  219. MkTypLibCompatible="true"
  220. SuppressStartupBanner="true"
  221. TargetEnvironment="1"
  222. TypeLibraryName="$(IntDir)/libpcre.tlb"
  223. HeaderFileName=""
  224. />
  225. <Tool
  226. Name="VCCLCompilerTool"
  227. Optimization="2"
  228. InlineFunctionExpansion="1"
  229. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  230. PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H"
  231. StringPooling="true"
  232. RuntimeLibrary="2"
  233. EnableFunctionLevelLinking="true"
  234. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  235. AssemblerListingLocation=""
  236. ObjectFile="$(IntDir)\"
  237. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  238. WarningLevel="3"
  239. SuppressStartupBanner="true"
  240. />
  241. <Tool
  242. Name="VCManagedResourceCompilerTool"
  243. />
  244. <Tool
  245. Name="VCResourceCompilerTool"
  246. PreprocessorDefinitions="NDEBUG"
  247. Culture="1033"
  248. />
  249. <Tool
  250. Name="VCPreLinkEventTool"
  251. />
  252. <Tool
  253. Name="VCLibrarianTool"
  254. LinkLibraryDependencies="true"
  255. AdditionalDependencies="odbc32.lib odbccp32.lib"
  256. />
  257. <Tool
  258. Name="VCALinkTool"
  259. />
  260. <Tool
  261. Name="VCXDCMakeTool"
  262. />
  263. <Tool
  264. Name="VCBscMakeTool"
  265. SuppressStartupBanner="true"
  266. OutputFile="$(OutDir)\$(ProjectName).bsc"
  267. />
  268. <Tool
  269. Name="VCFxCopTool"
  270. />
  271. <Tool
  272. Name="VCPostBuildEventTool"
  273. CommandLine=""
  274. />
  275. </Configuration>
  276. <Configuration
  277. Name="Release|x64"
  278. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  279. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  280. ConfigurationType="4"
  281. UseOfMFC="0"
  282. ATLMinimizesCRunTimeLibraryUsage="false"
  283. >
  284. <Tool
  285. Name="VCPreBuildEventTool"
  286. CommandLine=""
  287. />
  288. <Tool
  289. Name="VCCustomBuildTool"
  290. Description=""
  291. CommandLine=""
  292. AdditionalDependencies=""
  293. Outputs=""
  294. />
  295. <Tool
  296. Name="VCXMLDataGeneratorTool"
  297. />
  298. <Tool
  299. Name="VCWebServiceProxyGeneratorTool"
  300. />
  301. <Tool
  302. Name="VCMIDLTool"
  303. PreprocessorDefinitions="NDEBUG"
  304. MkTypLibCompatible="true"
  305. SuppressStartupBanner="true"
  306. TargetEnvironment="3"
  307. TypeLibraryName="$(IntDir)/libpcre.tlb"
  308. HeaderFileName=""
  309. />
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. Optimization="2"
  313. InlineFunctionExpansion="1"
  314. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  315. PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H"
  316. StringPooling="true"
  317. RuntimeLibrary="2"
  318. EnableFunctionLevelLinking="true"
  319. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  320. AssemblerListingLocation=""
  321. ObjectFile="$(IntDir)\"
  322. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  323. WarningLevel="3"
  324. SuppressStartupBanner="true"
  325. />
  326. <Tool
  327. Name="VCManagedResourceCompilerTool"
  328. />
  329. <Tool
  330. Name="VCResourceCompilerTool"
  331. PreprocessorDefinitions="NDEBUG"
  332. Culture="1033"
  333. />
  334. <Tool
  335. Name="VCPreLinkEventTool"
  336. />
  337. <Tool
  338. Name="VCLibrarianTool"
  339. LinkLibraryDependencies="true"
  340. AdditionalDependencies="odbc32.lib odbccp32.lib"
  341. />
  342. <Tool
  343. Name="VCALinkTool"
  344. />
  345. <Tool
  346. Name="VCXDCMakeTool"
  347. />
  348. <Tool
  349. Name="VCBscMakeTool"
  350. SuppressStartupBanner="true"
  351. OutputFile="$(OutDir)\$(ProjectName).bsc"
  352. />
  353. <Tool
  354. Name="VCFxCopTool"
  355. />
  356. <Tool
  357. Name="VCPostBuildEventTool"
  358. CommandLine=""
  359. />
  360. </Configuration>
  361. <Configuration
  362. Name="Debug DLL|Win32"
  363. OutputDirectory="$(SolutionDir)Debug"
  364. IntermediateDirectory="$(ConfigurationName)"
  365. ConfigurationType="2"
  366. UseOfMFC="0"
  367. ATLMinimizesCRunTimeLibraryUsage="false"
  368. >
  369. <Tool
  370. Name="VCPreBuildEventTool"
  371. CommandLine=""
  372. />
  373. <Tool
  374. Name="VCCustomBuildTool"
  375. Description=""
  376. CommandLine=""
  377. AdditionalDependencies=""
  378. Outputs=""
  379. />
  380. <Tool
  381. Name="VCXMLDataGeneratorTool"
  382. />
  383. <Tool
  384. Name="VCWebServiceProxyGeneratorTool"
  385. />
  386. <Tool
  387. Name="VCMIDLTool"
  388. PreprocessorDefinitions="_DEBUG"
  389. MkTypLibCompatible="true"
  390. SuppressStartupBanner="true"
  391. TargetEnvironment="1"
  392. TypeLibraryName="$(IntDir)/libpcre.tlb"
  393. HeaderFileName=""
  394. />
  395. <Tool
  396. Name="VCCLCompilerTool"
  397. Optimization="0"
  398. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  399. 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"
  400. MinimalRebuild="true"
  401. BasicRuntimeChecks="3"
  402. RuntimeLibrary="3"
  403. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  404. AssemblerListingLocation=""
  405. ObjectFile="$(IntDir)\"
  406. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  407. WarningLevel="3"
  408. SuppressStartupBanner="true"
  409. DebugInformationFormat="3"
  410. />
  411. <Tool
  412. Name="VCManagedResourceCompilerTool"
  413. />
  414. <Tool
  415. Name="VCResourceCompilerTool"
  416. PreprocessorDefinitions="_DEBUG"
  417. Culture="1033"
  418. />
  419. <Tool
  420. Name="VCPreLinkEventTool"
  421. />
  422. <Tool
  423. Name="VCLinkerTool"
  424. AdditionalDependencies="odbc32.lib odbccp32.lib"
  425. OutputFile="$(OutDir)\$(ProjectName).dll"
  426. LinkIncremental="1"
  427. SuppressStartupBanner="true"
  428. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  429. GenerateDebugInformation="true"
  430. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  431. RandomizedBaseAddress="1"
  432. DataExecutionPrevention="0"
  433. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  434. TargetMachine="1"
  435. />
  436. <Tool
  437. Name="VCALinkTool"
  438. />
  439. <Tool
  440. Name="VCManifestTool"
  441. />
  442. <Tool
  443. Name="VCXDCMakeTool"
  444. />
  445. <Tool
  446. Name="VCBscMakeTool"
  447. SuppressStartupBanner="true"
  448. OutputFile="$(OutDir)\$(ProjectName).bsc"
  449. />
  450. <Tool
  451. Name="VCFxCopTool"
  452. />
  453. <Tool
  454. Name="VCAppVerifierTool"
  455. />
  456. <Tool
  457. Name="VCPostBuildEventTool"
  458. CommandLine=""
  459. />
  460. </Configuration>
  461. <Configuration
  462. Name="Debug DLL|x64"
  463. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  464. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  465. ConfigurationType="2"
  466. UseOfMFC="0"
  467. ATLMinimizesCRunTimeLibraryUsage="false"
  468. >
  469. <Tool
  470. Name="VCPreBuildEventTool"
  471. CommandLine=""
  472. />
  473. <Tool
  474. Name="VCCustomBuildTool"
  475. Description=""
  476. CommandLine=""
  477. AdditionalDependencies=""
  478. Outputs=""
  479. />
  480. <Tool
  481. Name="VCXMLDataGeneratorTool"
  482. />
  483. <Tool
  484. Name="VCWebServiceProxyGeneratorTool"
  485. />
  486. <Tool
  487. Name="VCMIDLTool"
  488. PreprocessorDefinitions="_DEBUG"
  489. MkTypLibCompatible="true"
  490. SuppressStartupBanner="true"
  491. TargetEnvironment="3"
  492. TypeLibraryName="$(IntDir)/libpcre.tlb"
  493. HeaderFileName=""
  494. />
  495. <Tool
  496. Name="VCCLCompilerTool"
  497. Optimization="0"
  498. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  499. 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"
  500. MinimalRebuild="true"
  501. BasicRuntimeChecks="3"
  502. RuntimeLibrary="3"
  503. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  504. AssemblerListingLocation=""
  505. ObjectFile="$(IntDir)\"
  506. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  507. WarningLevel="3"
  508. SuppressStartupBanner="true"
  509. DebugInformationFormat="3"
  510. />
  511. <Tool
  512. Name="VCManagedResourceCompilerTool"
  513. />
  514. <Tool
  515. Name="VCResourceCompilerTool"
  516. PreprocessorDefinitions="_DEBUG"
  517. Culture="1033"
  518. />
  519. <Tool
  520. Name="VCPreLinkEventTool"
  521. />
  522. <Tool
  523. Name="VCLinkerTool"
  524. AdditionalDependencies="odbc32.lib odbccp32.lib"
  525. OutputFile="$(OutDir)\$(ProjectName).dll"
  526. LinkIncremental="1"
  527. SuppressStartupBanner="true"
  528. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  529. GenerateDebugInformation="true"
  530. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  531. RandomizedBaseAddress="1"
  532. DataExecutionPrevention="0"
  533. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  534. TargetMachine="17"
  535. />
  536. <Tool
  537. Name="VCALinkTool"
  538. />
  539. <Tool
  540. Name="VCManifestTool"
  541. />
  542. <Tool
  543. Name="VCXDCMakeTool"
  544. />
  545. <Tool
  546. Name="VCBscMakeTool"
  547. SuppressStartupBanner="true"
  548. OutputFile="$(OutDir)\$(ProjectName).bsc"
  549. />
  550. <Tool
  551. Name="VCFxCopTool"
  552. />
  553. <Tool
  554. Name="VCAppVerifierTool"
  555. />
  556. <Tool
  557. Name="VCPostBuildEventTool"
  558. CommandLine=""
  559. />
  560. </Configuration>
  561. <Configuration
  562. Name="Release DLL|Win32"
  563. OutputDirectory="$(SolutionDir)Release"
  564. IntermediateDirectory="$(ConfigurationName)"
  565. ConfigurationType="2"
  566. UseOfMFC="0"
  567. ATLMinimizesCRunTimeLibraryUsage="false"
  568. >
  569. <Tool
  570. Name="VCPreBuildEventTool"
  571. CommandLine=""
  572. />
  573. <Tool
  574. Name="VCCustomBuildTool"
  575. Description=""
  576. CommandLine=""
  577. AdditionalDependencies=""
  578. Outputs=""
  579. />
  580. <Tool
  581. Name="VCXMLDataGeneratorTool"
  582. />
  583. <Tool
  584. Name="VCWebServiceProxyGeneratorTool"
  585. />
  586. <Tool
  587. Name="VCMIDLTool"
  588. PreprocessorDefinitions="NDEBUG"
  589. MkTypLibCompatible="true"
  590. SuppressStartupBanner="true"
  591. TargetEnvironment="1"
  592. TypeLibraryName="$(IntDir)/libpcre.tlb"
  593. HeaderFileName=""
  594. />
  595. <Tool
  596. Name="VCCLCompilerTool"
  597. Optimization="2"
  598. InlineFunctionExpansion="1"
  599. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  600. 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"
  601. StringPooling="true"
  602. RuntimeLibrary="2"
  603. EnableFunctionLevelLinking="true"
  604. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  605. AssemblerListingLocation=""
  606. ObjectFile="$(IntDir)\"
  607. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  608. WarningLevel="3"
  609. SuppressStartupBanner="true"
  610. />
  611. <Tool
  612. Name="VCManagedResourceCompilerTool"
  613. />
  614. <Tool
  615. Name="VCResourceCompilerTool"
  616. PreprocessorDefinitions="NDEBUG"
  617. Culture="1033"
  618. />
  619. <Tool
  620. Name="VCPreLinkEventTool"
  621. />
  622. <Tool
  623. Name="VCLinkerTool"
  624. AdditionalDependencies="odbc32.lib odbccp32.lib"
  625. OutputFile="$(OutDir)\$(ProjectName).dll"
  626. LinkIncremental="1"
  627. SuppressStartupBanner="true"
  628. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  629. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  630. RandomizedBaseAddress="1"
  631. DataExecutionPrevention="0"
  632. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  633. TargetMachine="1"
  634. />
  635. <Tool
  636. Name="VCALinkTool"
  637. />
  638. <Tool
  639. Name="VCManifestTool"
  640. />
  641. <Tool
  642. Name="VCXDCMakeTool"
  643. />
  644. <Tool
  645. Name="VCBscMakeTool"
  646. SuppressStartupBanner="true"
  647. OutputFile="$(OutDir)\$(ProjectName).bsc"
  648. />
  649. <Tool
  650. Name="VCFxCopTool"
  651. />
  652. <Tool
  653. Name="VCAppVerifierTool"
  654. />
  655. <Tool
  656. Name="VCPostBuildEventTool"
  657. CommandLine=""
  658. />
  659. </Configuration>
  660. <Configuration
  661. Name="Release DLL|x64"
  662. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  663. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  664. ConfigurationType="2"
  665. UseOfMFC="0"
  666. ATLMinimizesCRunTimeLibraryUsage="false"
  667. >
  668. <Tool
  669. Name="VCPreBuildEventTool"
  670. CommandLine=""
  671. />
  672. <Tool
  673. Name="VCCustomBuildTool"
  674. Description=""
  675. CommandLine=""
  676. AdditionalDependencies=""
  677. Outputs=""
  678. />
  679. <Tool
  680. Name="VCXMLDataGeneratorTool"
  681. />
  682. <Tool
  683. Name="VCWebServiceProxyGeneratorTool"
  684. />
  685. <Tool
  686. Name="VCMIDLTool"
  687. PreprocessorDefinitions="NDEBUG"
  688. MkTypLibCompatible="true"
  689. SuppressStartupBanner="true"
  690. TargetEnvironment="3"
  691. TypeLibraryName="$(IntDir)/libpcre.tlb"
  692. HeaderFileName=""
  693. />
  694. <Tool
  695. Name="VCCLCompilerTool"
  696. Optimization="2"
  697. InlineFunctionExpansion="1"
  698. AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)..\..\pcre&quot;"
  699. 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"
  700. StringPooling="true"
  701. RuntimeLibrary="2"
  702. EnableFunctionLevelLinking="true"
  703. PrecompiledHeaderFile="$(OutDir)\libpcre.pch"
  704. AssemblerListingLocation=""
  705. ObjectFile="$(IntDir)\"
  706. ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
  707. WarningLevel="3"
  708. SuppressStartupBanner="true"
  709. />
  710. <Tool
  711. Name="VCManagedResourceCompilerTool"
  712. />
  713. <Tool
  714. Name="VCResourceCompilerTool"
  715. PreprocessorDefinitions="NDEBUG"
  716. Culture="1033"
  717. />
  718. <Tool
  719. Name="VCPreLinkEventTool"
  720. />
  721. <Tool
  722. Name="VCLinkerTool"
  723. AdditionalDependencies="odbc32.lib odbccp32.lib"
  724. OutputFile="$(OutDir)\$(ProjectName).dll"
  725. LinkIncremental="1"
  726. SuppressStartupBanner="true"
  727. ModuleDefinitionFile="$(InputDir)..\..\pcre\pcre.def"
  728. ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
  729. RandomizedBaseAddress="1"
  730. DataExecutionPrevention="0"
  731. ImportLibrary="$(IntDir)\$(ProjectName).lib"
  732. TargetMachine="17"
  733. />
  734. <Tool
  735. Name="VCALinkTool"
  736. />
  737. <Tool
  738. Name="VCManifestTool"
  739. />
  740. <Tool
  741. Name="VCXDCMakeTool"
  742. />
  743. <Tool
  744. Name="VCBscMakeTool"
  745. SuppressStartupBanner="true"
  746. OutputFile="$(OutDir)\$(ProjectName).bsc"
  747. />
  748. <Tool
  749. Name="VCFxCopTool"
  750. />
  751. <Tool
  752. Name="VCAppVerifierTool"
  753. />
  754. <Tool
  755. Name="VCPostBuildEventTool"
  756. CommandLine=""
  757. />
  758. </Configuration>
  759. </Configurations>
  760. <References>
  761. </References>
  762. <Files>
  763. <Filter
  764. Name="Source Files"
  765. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  766. >
  767. <File
  768. RelativePath=".\pcre_chartables.c"
  769. >
  770. </File>
  771. <File
  772. RelativePath="..\..\pcre\pcre_compile.c"
  773. >
  774. </File>
  775. <File
  776. RelativePath="..\..\pcre\pcre_config.c"
  777. >
  778. </File>
  779. <File
  780. RelativePath="..\..\pcre\pcre_dfa_exec.c"
  781. >
  782. </File>
  783. <File
  784. RelativePath="..\..\pcre\pcre_exec.c"
  785. >
  786. </File>
  787. <File
  788. RelativePath="..\..\pcre\pcre_fullinfo.c"
  789. >
  790. </File>
  791. <File
  792. RelativePath="..\..\pcre\pcre_get.c"
  793. >
  794. </File>
  795. <File
  796. RelativePath="..\..\pcre\pcre_globals.c"
  797. >
  798. </File>
  799. <File
  800. RelativePath="..\..\pcre\pcre_info.c"
  801. >
  802. </File>
  803. <File
  804. RelativePath="..\..\pcre\pcre_maketables.c"
  805. >
  806. </File>
  807. <File
  808. RelativePath="..\..\pcre\pcre_ord2utf8.c"
  809. >
  810. </File>
  811. <File
  812. RelativePath="..\..\pcre\pcre_refcount.c"
  813. >
  814. </File>
  815. <File
  816. RelativePath="..\..\pcre\pcre_study.c"
  817. >
  818. </File>
  819. <File
  820. RelativePath="..\..\pcre\pcre_tables.c"
  821. >
  822. </File>
  823. <File
  824. RelativePath="..\..\pcre\pcre_try_flipped.c"
  825. >
  826. </File>
  827. <File
  828. RelativePath="..\..\pcre\pcre_newline.c"
  829. >
  830. </File>
  831. <File
  832. RelativePath="..\..\pcre\pcre_ucd.c"
  833. >
  834. </File>
  835. <File
  836. RelativePath="..\..\pcre\pcre_ucp_searchfuncs.c"
  837. >
  838. </File>
  839. <File
  840. RelativePath="..\..\pcre\pcre_valid_utf8.c"
  841. >
  842. </File>
  843. <File
  844. RelativePath="..\..\pcre\pcre_version.c"
  845. >
  846. </File>
  847. <File
  848. RelativePath="..\..\pcre\pcre_xclass.c"
  849. >
  850. </File>
  851. </Filter>
  852. <Filter
  853. Name="Header Files"
  854. Filter="h;hpp;hxx;hm;inl"
  855. >
  856. <File
  857. RelativePath="config.h"
  858. >
  859. </File>
  860. <File
  861. RelativePath="..\..\pcre\internal.h"
  862. >
  863. </File>
  864. <File
  865. RelativePath="..\..\pcre\pcre.h"
  866. >
  867. </File>
  868. <File
  869. RelativePath="..\..\pcre\pcre_internal.h"
  870. >
  871. </File>
  872. <File
  873. RelativePath="..\..\pcre\pcreposix.h"
  874. >
  875. </File>
  876. </Filter>
  877. </Files>
  878. <Globals>
  879. </Globals>
  880. </VisualStudioProject>