SQLite_VS90.vcproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SQLite"
  6. ProjectGUID="{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}"
  7. RootNamespace="SQLite"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="0"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="debug_shared|Win32"
  21. OutputDirectory="obj\$(ConfigurationName)"
  22. IntermediateDirectory="obj\$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. AdditionalOptions=""
  44. Optimization="0"
  45. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
  47. StringPooling="true"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. BufferSecurityCheck="true"
  52. TreatWChar_tAsBuiltInType="true"
  53. ForceConformanceInForLoopScope="true"
  54. RuntimeTypeInfo="true"
  55. UsePrecompiledHeader="0"
  56. WarningLevel="3"
  57. Detect64BitPortabilityProblems="false"
  58. DebugInformationFormat="3"
  59. CompileAs="0"
  60. DisableSpecificWarnings="4996;4244;4018"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalOptions=""
  74. AdditionalDependencies=""
  75. OutputFile="..\..\bin\PocoDataSQLited.dll"
  76. LinkIncremental="2"
  77. SuppressStartupBanner="true"
  78. AdditionalLibraryDirectories="..\..\lib"
  79. GenerateDebugInformation="true"
  80. ProgramDatabaseFile="..\..\bin\PocoDataSQLited.pdb"
  81. SubSystem="1"
  82. ImportLibrary="..\..\lib\PocoDataSQLited.lib"
  83. TargetMachine="1"
  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. />
  97. <Tool
  98. Name="VCFxCopTool"
  99. />
  100. <Tool
  101. Name="VCAppVerifierTool"
  102. />
  103. <Tool
  104. Name="VCPostBuildEventTool"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="release_shared|Win32"
  109. OutputDirectory="obj\$(ConfigurationName)"
  110. IntermediateDirectory="obj\$(ConfigurationName)"
  111. ConfigurationType="2"
  112. CharacterSet="2"
  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. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. AdditionalOptions=""
  132. Optimization="4"
  133. InlineFunctionExpansion="1"
  134. EnableIntrinsicFunctions="true"
  135. FavorSizeOrSpeed="1"
  136. OmitFramePointers="true"
  137. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  138. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
  139. StringPooling="true"
  140. RuntimeLibrary="2"
  141. BufferSecurityCheck="false"
  142. TreatWChar_tAsBuiltInType="true"
  143. ForceConformanceInForLoopScope="true"
  144. RuntimeTypeInfo="true"
  145. UsePrecompiledHeader="0"
  146. WarningLevel="3"
  147. Detect64BitPortabilityProblems="false"
  148. DebugInformationFormat="0"
  149. CompileAs="0"
  150. DisableSpecificWarnings="4996;4244;4018"
  151. />
  152. <Tool
  153. Name="VCManagedResourceCompilerTool"
  154. />
  155. <Tool
  156. Name="VCResourceCompilerTool"
  157. />
  158. <Tool
  159. Name="VCPreLinkEventTool"
  160. />
  161. <Tool
  162. Name="VCLinkerTool"
  163. AdditionalOptions=""
  164. AdditionalDependencies=""
  165. OutputFile="..\..\bin\PocoDataSQLite.dll"
  166. LinkIncremental="1"
  167. SuppressStartupBanner="true"
  168. AdditionalLibraryDirectories="..\..\lib"
  169. GenerateDebugInformation="false"
  170. SubSystem="1"
  171. OptimizeReferences="2"
  172. EnableCOMDATFolding="2"
  173. ImportLibrary="..\..\lib\PocoDataSQLite.lib"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. />
  188. <Tool
  189. Name="VCFxCopTool"
  190. />
  191. <Tool
  192. Name="VCAppVerifierTool"
  193. />
  194. <Tool
  195. Name="VCPostBuildEventTool"
  196. />
  197. </Configuration>
  198. <Configuration
  199. Name="debug_static_mt|Win32"
  200. OutputDirectory="obj\$(ConfigurationName)"
  201. IntermediateDirectory="obj\$(ConfigurationName)"
  202. ConfigurationType="4"
  203. CharacterSet="2"
  204. >
  205. <Tool
  206. Name="VCPreBuildEventTool"
  207. />
  208. <Tool
  209. Name="VCCustomBuildTool"
  210. />
  211. <Tool
  212. Name="VCXMLDataGeneratorTool"
  213. />
  214. <Tool
  215. Name="VCWebServiceProxyGeneratorTool"
  216. />
  217. <Tool
  218. Name="VCMIDLTool"
  219. />
  220. <Tool
  221. Name="VCCLCompilerTool"
  222. AdditionalOptions=""
  223. Optimization="0"
  224. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  225. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
  226. StringPooling="true"
  227. MinimalRebuild="true"
  228. BasicRuntimeChecks="3"
  229. RuntimeLibrary="1"
  230. BufferSecurityCheck="true"
  231. TreatWChar_tAsBuiltInType="true"
  232. ForceConformanceInForLoopScope="true"
  233. RuntimeTypeInfo="true"
  234. UsePrecompiledHeader="0"
  235. ProgramDataBaseFileName="..\..\lib\PocoDataSQLiteMTd.pdb"
  236. WarningLevel="3"
  237. Detect64BitPortabilityProblems="false"
  238. DebugInformationFormat="3"
  239. CompileAs="0"
  240. DisableSpecificWarnings="4996;4244;4018"
  241. />
  242. <Tool
  243. Name="VCManagedResourceCompilerTool"
  244. />
  245. <Tool
  246. Name="VCResourceCompilerTool"
  247. />
  248. <Tool
  249. Name="VCPreLinkEventTool"
  250. />
  251. <Tool
  252. Name="VCLibrarianTool"
  253. OutputFile="..\..\lib\PocoDataSQLiteMTd.lib"
  254. />
  255. <Tool
  256. Name="VCALinkTool"
  257. />
  258. <Tool
  259. Name="VCXDCMakeTool"
  260. />
  261. <Tool
  262. Name="VCBscMakeTool"
  263. />
  264. <Tool
  265. Name="VCFxCopTool"
  266. />
  267. <Tool
  268. Name="VCPostBuildEventTool"
  269. />
  270. </Configuration>
  271. <Configuration
  272. Name="release_static_mt|Win32"
  273. OutputDirectory="obj\$(ConfigurationName)"
  274. IntermediateDirectory="obj\$(ConfigurationName)"
  275. ConfigurationType="4"
  276. CharacterSet="2"
  277. >
  278. <Tool
  279. Name="VCPreBuildEventTool"
  280. />
  281. <Tool
  282. Name="VCCustomBuildTool"
  283. />
  284. <Tool
  285. Name="VCXMLDataGeneratorTool"
  286. />
  287. <Tool
  288. Name="VCWebServiceProxyGeneratorTool"
  289. />
  290. <Tool
  291. Name="VCMIDLTool"
  292. />
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. AdditionalOptions=""
  296. Optimization="4"
  297. InlineFunctionExpansion="1"
  298. EnableIntrinsicFunctions="true"
  299. FavorSizeOrSpeed="1"
  300. OmitFramePointers="true"
  301. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  302. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
  303. StringPooling="true"
  304. RuntimeLibrary="0"
  305. BufferSecurityCheck="false"
  306. TreatWChar_tAsBuiltInType="true"
  307. ForceConformanceInForLoopScope="true"
  308. RuntimeTypeInfo="true"
  309. UsePrecompiledHeader="0"
  310. WarningLevel="3"
  311. Detect64BitPortabilityProblems="false"
  312. DebugInformationFormat="0"
  313. CompileAs="0"
  314. DisableSpecificWarnings="4996;4244;4018"
  315. />
  316. <Tool
  317. Name="VCManagedResourceCompilerTool"
  318. />
  319. <Tool
  320. Name="VCResourceCompilerTool"
  321. />
  322. <Tool
  323. Name="VCPreLinkEventTool"
  324. />
  325. <Tool
  326. Name="VCLibrarianTool"
  327. OutputFile="..\..\lib\PocoDataSQLiteMT.lib"
  328. />
  329. <Tool
  330. Name="VCALinkTool"
  331. />
  332. <Tool
  333. Name="VCXDCMakeTool"
  334. />
  335. <Tool
  336. Name="VCBscMakeTool"
  337. />
  338. <Tool
  339. Name="VCFxCopTool"
  340. />
  341. <Tool
  342. Name="VCPostBuildEventTool"
  343. />
  344. </Configuration>
  345. <Configuration
  346. Name="debug_static_md|Win32"
  347. OutputDirectory="obj\$(ConfigurationName)"
  348. IntermediateDirectory="obj\$(ConfigurationName)"
  349. ConfigurationType="4"
  350. CharacterSet="2"
  351. >
  352. <Tool
  353. Name="VCPreBuildEventTool"
  354. />
  355. <Tool
  356. Name="VCCustomBuildTool"
  357. />
  358. <Tool
  359. Name="VCXMLDataGeneratorTool"
  360. />
  361. <Tool
  362. Name="VCWebServiceProxyGeneratorTool"
  363. />
  364. <Tool
  365. Name="VCMIDLTool"
  366. />
  367. <Tool
  368. Name="VCCLCompilerTool"
  369. AdditionalOptions=""
  370. Optimization="0"
  371. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  372. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
  373. StringPooling="true"
  374. MinimalRebuild="true"
  375. BasicRuntimeChecks="3"
  376. RuntimeLibrary="3"
  377. BufferSecurityCheck="true"
  378. TreatWChar_tAsBuiltInType="true"
  379. ForceConformanceInForLoopScope="true"
  380. RuntimeTypeInfo="true"
  381. UsePrecompiledHeader="0"
  382. ProgramDataBaseFileName="..\..\lib\PocoDataSQLiteMDd.pdb"
  383. WarningLevel="3"
  384. Detect64BitPortabilityProblems="false"
  385. DebugInformationFormat="3"
  386. CompileAs="0"
  387. DisableSpecificWarnings="4996;4244;4018"
  388. />
  389. <Tool
  390. Name="VCManagedResourceCompilerTool"
  391. />
  392. <Tool
  393. Name="VCResourceCompilerTool"
  394. />
  395. <Tool
  396. Name="VCPreLinkEventTool"
  397. />
  398. <Tool
  399. Name="VCLibrarianTool"
  400. OutputFile="..\..\lib\PocoDataSQLiteMDd.lib"
  401. />
  402. <Tool
  403. Name="VCALinkTool"
  404. />
  405. <Tool
  406. Name="VCXDCMakeTool"
  407. />
  408. <Tool
  409. Name="VCBscMakeTool"
  410. />
  411. <Tool
  412. Name="VCFxCopTool"
  413. />
  414. <Tool
  415. Name="VCPostBuildEventTool"
  416. />
  417. </Configuration>
  418. <Configuration
  419. Name="release_static_md|Win32"
  420. OutputDirectory="obj\$(ConfigurationName)"
  421. IntermediateDirectory="obj\$(ConfigurationName)"
  422. ConfigurationType="4"
  423. CharacterSet="2"
  424. >
  425. <Tool
  426. Name="VCPreBuildEventTool"
  427. />
  428. <Tool
  429. Name="VCCustomBuildTool"
  430. />
  431. <Tool
  432. Name="VCXMLDataGeneratorTool"
  433. />
  434. <Tool
  435. Name="VCWebServiceProxyGeneratorTool"
  436. />
  437. <Tool
  438. Name="VCMIDLTool"
  439. />
  440. <Tool
  441. Name="VCCLCompilerTool"
  442. AdditionalOptions=""
  443. Optimization="4"
  444. InlineFunctionExpansion="1"
  445. EnableIntrinsicFunctions="true"
  446. FavorSizeOrSpeed="1"
  447. OmitFramePointers="true"
  448. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
  449. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
  450. StringPooling="true"
  451. RuntimeLibrary="2"
  452. BufferSecurityCheck="false"
  453. TreatWChar_tAsBuiltInType="true"
  454. ForceConformanceInForLoopScope="true"
  455. RuntimeTypeInfo="true"
  456. UsePrecompiledHeader="0"
  457. WarningLevel="3"
  458. Detect64BitPortabilityProblems="false"
  459. DebugInformationFormat="0"
  460. CompileAs="0"
  461. DisableSpecificWarnings="4996;4244;4018"
  462. />
  463. <Tool
  464. Name="VCManagedResourceCompilerTool"
  465. />
  466. <Tool
  467. Name="VCResourceCompilerTool"
  468. />
  469. <Tool
  470. Name="VCPreLinkEventTool"
  471. />
  472. <Tool
  473. Name="VCLibrarianTool"
  474. OutputFile="..\..\lib\PocoDataSQLiteMD.lib"
  475. />
  476. <Tool
  477. Name="VCALinkTool"
  478. />
  479. <Tool
  480. Name="VCXDCMakeTool"
  481. />
  482. <Tool
  483. Name="VCBscMakeTool"
  484. />
  485. <Tool
  486. Name="VCFxCopTool"
  487. />
  488. <Tool
  489. Name="VCPostBuildEventTool"
  490. />
  491. </Configuration>
  492. </Configurations>
  493. <References>
  494. </References>
  495. <Files>
  496. <Filter
  497. Name="SQLite"
  498. >
  499. <Filter
  500. Name="Header Files"
  501. >
  502. <File
  503. RelativePath=".\include\Poco\Data\SQLite\Binder.h"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".\include\Poco\Data\SQLite\Connector.h"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\include\Poco\Data\SQLite\Extractor.h"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".\include\Poco\Data\SQLite\Notifier.h"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\include\Poco\Data\SQLite\SQLite.h"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"
  528. >
  529. </File>
  530. <File
  531. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\include\Poco\Data\SQLite\Utility.h"
  536. >
  537. </File>
  538. </Filter>
  539. <Filter
  540. Name="Source Files"
  541. >
  542. <File
  543. RelativePath=".\src\Binder.cpp"
  544. >
  545. </File>
  546. <File
  547. RelativePath=".\src\Connector.cpp"
  548. >
  549. </File>
  550. <File
  551. RelativePath=".\src\Extractor.cpp"
  552. >
  553. </File>
  554. <File
  555. RelativePath=".\src\Notifier.cpp"
  556. >
  557. </File>
  558. <File
  559. RelativePath=".\src\SessionImpl.cpp"
  560. >
  561. </File>
  562. <File
  563. RelativePath=".\src\SQLiteException.cpp"
  564. >
  565. </File>
  566. <File
  567. RelativePath=".\src\SQLiteStatementImpl.cpp"
  568. >
  569. </File>
  570. <File
  571. RelativePath=".\src\Utility.cpp"
  572. >
  573. </File>
  574. </Filter>
  575. </Filter>
  576. <Filter
  577. Name="3rdparty"
  578. >
  579. <Filter
  580. Name="Header Files"
  581. >
  582. <File
  583. RelativePath=".\src\sqlite3.h"
  584. >
  585. </File>
  586. </Filter>
  587. <Filter
  588. Name="Source Files"
  589. >
  590. <File
  591. RelativePath=".\src\sqlite3.c"
  592. >
  593. </File>
  594. </Filter>
  595. </Filter>
  596. <File
  597. RelativePath="..\..\DLLVersion.rc"
  598. >
  599. <FileConfiguration
  600. Name="debug_static_mt|Win32"
  601. ExcludedFromBuild="true"
  602. >
  603. <Tool
  604. Name="VCResourceCompilerTool"
  605. />
  606. </FileConfiguration>
  607. <FileConfiguration
  608. Name="release_static_mt|Win32"
  609. ExcludedFromBuild="true"
  610. >
  611. <Tool
  612. Name="VCResourceCompilerTool"
  613. />
  614. </FileConfiguration>
  615. <FileConfiguration
  616. Name="debug_static_md|Win32"
  617. ExcludedFromBuild="true"
  618. >
  619. <Tool
  620. Name="VCResourceCompilerTool"
  621. />
  622. </FileConfiguration>
  623. <FileConfiguration
  624. Name="release_static_md|Win32"
  625. ExcludedFromBuild="true"
  626. >
  627. <Tool
  628. Name="VCResourceCompilerTool"
  629. />
  630. </FileConfiguration>
  631. </File>
  632. </Files>
  633. <Globals>
  634. </Globals>
  635. </VisualStudioProject>