SQLite_x64_vs90.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. Name="SQLite"
  4. Version="9.00"
  5. ProjectType="Visual C++"
  6. ProjectGUID="{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}"
  7. RootNamespace="SQLite"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="x64"/>
  12. </Platforms>
  13. <ToolFiles/>
  14. <Configurations>
  15. <Configuration
  16. Name="debug_shared|x64"
  17. OutputDirectory="obj64\$(ConfigurationName)"
  18. IntermediateDirectory="obj64\$(ConfigurationName)"
  19. ConfigurationType="2"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCPreBuildEventTool"/>
  23. <Tool
  24. Name="VCCustomBuildTool"/>
  25. <Tool
  26. Name="VCXMLDataGeneratorTool"/>
  27. <Tool
  28. Name="VCWebServiceProxyGeneratorTool"/>
  29. <Tool
  30. Name="VCMIDLTool"/>
  31. <Tool
  32. Name="VCCLCompilerTool"
  33. Optimization="0"
  34. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  35. 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"
  36. StringPooling="true"
  37. MinimalRebuild="true"
  38. BasicRuntimeChecks="3"
  39. RuntimeLibrary="3"
  40. BufferSecurityCheck="true"
  41. TreatWChar_tAsBuiltInType="true"
  42. ForceConformanceInForLoopScope="true"
  43. RuntimeTypeInfo="true"
  44. UsePrecompiledHeader="0"
  45. WarningLevel="3"
  46. Detect64BitPortabilityProblems="false"
  47. DebugInformationFormat="3"
  48. CompileAs="0"
  49. DisableSpecificWarnings="4996;4244;4018"
  50. AdditionalOptions=""/>
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"/>
  53. <Tool
  54. Name="VCResourceCompilerTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCLinkerTool"
  59. AdditionalDependencies=""
  60. OutputFile="..\..\bin64\PocoDataSQLite64d.dll"
  61. LinkIncremental="2"
  62. SuppressStartupBanner="true"
  63. GenerateDebugInformation="true"
  64. ProgramDatabaseFile="..\..\bin64\PocoDataSQLite64d.pdb"
  65. AdditionalLibraryDirectories="..\..\lib64"
  66. SubSystem="1"
  67. ImportLibrary="..\..\lib64\PocoDataSQLited.lib"
  68. TargetMachine="17"
  69. AdditionalOptions=""/>
  70. <Tool
  71. Name="VCALinkTool"/>
  72. <Tool
  73. Name="VCManifestTool"/>
  74. <Tool
  75. Name="VCXDCMakeTool"/>
  76. <Tool
  77. Name="VCBscMakeTool"/>
  78. <Tool
  79. Name="VCFxCopTool"/>
  80. <Tool
  81. Name="VCAppVerifierTool"/>
  82. <Tool
  83. Name="VCPostBuildEventTool"/>
  84. </Configuration>
  85. <Configuration
  86. Name="release_shared|x64"
  87. OutputDirectory="obj64\$(ConfigurationName)"
  88. IntermediateDirectory="obj64\$(ConfigurationName)"
  89. ConfigurationType="2"
  90. CharacterSet="2">
  91. <Tool
  92. Name="VCPreBuildEventTool"/>
  93. <Tool
  94. Name="VCCustomBuildTool"/>
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"/>
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"/>
  99. <Tool
  100. Name="VCMIDLTool"/>
  101. <Tool
  102. Name="VCCLCompilerTool"
  103. Optimization="4"
  104. InlineFunctionExpansion="1"
  105. EnableIntrinsicFunctions="true"
  106. FavorSizeOrSpeed="1"
  107. OmitFramePointers="true"
  108. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  109. 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"
  110. StringPooling="true"
  111. RuntimeLibrary="2"
  112. BufferSecurityCheck="false"
  113. TreatWChar_tAsBuiltInType="true"
  114. ForceConformanceInForLoopScope="true"
  115. RuntimeTypeInfo="true"
  116. UsePrecompiledHeader="0"
  117. WarningLevel="3"
  118. Detect64BitPortabilityProblems="false"
  119. DebugInformationFormat="0"
  120. CompileAs="0"
  121. DisableSpecificWarnings="4996;4244;4018"
  122. AdditionalOptions=""/>
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"/>
  125. <Tool
  126. Name="VCResourceCompilerTool"/>
  127. <Tool
  128. Name="VCPreLinkEventTool"/>
  129. <Tool
  130. Name="VCLinkerTool"
  131. AdditionalDependencies=""
  132. OutputFile="..\..\bin64\PocoDataSQLite64.dll"
  133. LinkIncremental="1"
  134. SuppressStartupBanner="true"
  135. GenerateDebugInformation="false"
  136. AdditionalLibraryDirectories="..\..\lib64"
  137. SubSystem="1"
  138. OptimizeReferences="2"
  139. EnableCOMDATFolding="2"
  140. OptimizeForWindows98="0"
  141. ImportLibrary="..\..\lib64\PocoDataSQLite.lib"
  142. TargetMachine="17"
  143. AdditionalOptions=""/>
  144. <Tool
  145. Name="VCALinkTool"/>
  146. <Tool
  147. Name="VCManifestTool"/>
  148. <Tool
  149. Name="VCXDCMakeTool"/>
  150. <Tool
  151. Name="VCBscMakeTool"/>
  152. <Tool
  153. Name="VCFxCopTool"/>
  154. <Tool
  155. Name="VCAppVerifierTool"/>
  156. <Tool
  157. Name="VCPostBuildEventTool"/>
  158. </Configuration>
  159. <Configuration
  160. Name="debug_static_mt|x64"
  161. OutputDirectory="obj64\$(ConfigurationName)"
  162. IntermediateDirectory="obj64\$(ConfigurationName)"
  163. ConfigurationType="4"
  164. CharacterSet="2">
  165. <Tool
  166. Name="VCPreBuildEventTool"/>
  167. <Tool
  168. Name="VCCustomBuildTool"/>
  169. <Tool
  170. Name="VCXMLDataGeneratorTool"/>
  171. <Tool
  172. Name="VCWebServiceProxyGeneratorTool"/>
  173. <Tool
  174. Name="VCMIDLTool"/>
  175. <Tool
  176. Name="VCCLCompilerTool"
  177. Optimization="0"
  178. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  179. 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"
  180. StringPooling="true"
  181. MinimalRebuild="true"
  182. BasicRuntimeChecks="3"
  183. RuntimeLibrary="1"
  184. BufferSecurityCheck="true"
  185. TreatWChar_tAsBuiltInType="true"
  186. ForceConformanceInForLoopScope="true"
  187. RuntimeTypeInfo="true"
  188. UsePrecompiledHeader="0"
  189. ProgramDataBaseFileName="..\..\lib64\PocoDataSQLitemtd.pdb"
  190. WarningLevel="3"
  191. Detect64BitPortabilityProblems="false"
  192. DebugInformationFormat="3"
  193. CompileAs="0"
  194. DisableSpecificWarnings="4996;4244;4018"
  195. AdditionalOptions=""/>
  196. <Tool
  197. Name="VCManagedResourceCompilerTool"/>
  198. <Tool
  199. Name="VCResourceCompilerTool"/>
  200. <Tool
  201. Name="VCPreLinkEventTool"/>
  202. <Tool
  203. Name="VCLibrarianTool"
  204. OutputFile="..\..\lib64\PocoDataSQLitemtd.lib"
  205. TargetMachine="17"/>
  206. <Tool
  207. Name="VCALinkTool"/>
  208. <Tool
  209. Name="VCXDCMakeTool"/>
  210. <Tool
  211. Name="VCBscMakeTool"/>
  212. <Tool
  213. Name="VCFxCopTool"/>
  214. <Tool
  215. Name="VCPostBuildEventTool"/>
  216. </Configuration>
  217. <Configuration
  218. Name="release_static_mt|x64"
  219. OutputDirectory="obj64\$(ConfigurationName)"
  220. IntermediateDirectory="obj64\$(ConfigurationName)"
  221. ConfigurationType="4"
  222. CharacterSet="2">
  223. <Tool
  224. Name="VCPreBuildEventTool"/>
  225. <Tool
  226. Name="VCCustomBuildTool"/>
  227. <Tool
  228. Name="VCXMLDataGeneratorTool"/>
  229. <Tool
  230. Name="VCWebServiceProxyGeneratorTool"/>
  231. <Tool
  232. Name="VCMIDLTool"/>
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. Optimization="4"
  236. InlineFunctionExpansion="1"
  237. EnableIntrinsicFunctions="true"
  238. FavorSizeOrSpeed="1"
  239. OmitFramePointers="true"
  240. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  241. 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"
  242. StringPooling="true"
  243. RuntimeLibrary="0"
  244. BufferSecurityCheck="false"
  245. TreatWChar_tAsBuiltInType="true"
  246. ForceConformanceInForLoopScope="true"
  247. RuntimeTypeInfo="true"
  248. UsePrecompiledHeader="0"
  249. WarningLevel="3"
  250. Detect64BitPortabilityProblems="false"
  251. DebugInformationFormat="0"
  252. CompileAs="0"
  253. DisableSpecificWarnings="4996;4244;4018"
  254. AdditionalOptions=""/>
  255. <Tool
  256. Name="VCManagedResourceCompilerTool"/>
  257. <Tool
  258. Name="VCResourceCompilerTool"/>
  259. <Tool
  260. Name="VCPreLinkEventTool"/>
  261. <Tool
  262. Name="VCLibrarianTool"
  263. OutputFile="..\..\lib64\PocoDataSQLitemt.lib"
  264. TargetMachine="17"/>
  265. <Tool
  266. Name="VCALinkTool"/>
  267. <Tool
  268. Name="VCXDCMakeTool"/>
  269. <Tool
  270. Name="VCBscMakeTool"/>
  271. <Tool
  272. Name="VCFxCopTool"/>
  273. <Tool
  274. Name="VCPostBuildEventTool"/>
  275. </Configuration>
  276. <Configuration
  277. Name="debug_static_md|x64"
  278. OutputDirectory="obj64\$(ConfigurationName)"
  279. IntermediateDirectory="obj64\$(ConfigurationName)"
  280. ConfigurationType="4"
  281. CharacterSet="2">
  282. <Tool
  283. Name="VCPreBuildEventTool"/>
  284. <Tool
  285. Name="VCCustomBuildTool"/>
  286. <Tool
  287. Name="VCXMLDataGeneratorTool"/>
  288. <Tool
  289. Name="VCWebServiceProxyGeneratorTool"/>
  290. <Tool
  291. Name="VCMIDLTool"/>
  292. <Tool
  293. Name="VCCLCompilerTool"
  294. Optimization="0"
  295. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  296. 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"
  297. StringPooling="true"
  298. MinimalRebuild="true"
  299. BasicRuntimeChecks="3"
  300. RuntimeLibrary="3"
  301. BufferSecurityCheck="true"
  302. TreatWChar_tAsBuiltInType="true"
  303. ForceConformanceInForLoopScope="true"
  304. RuntimeTypeInfo="true"
  305. UsePrecompiledHeader="0"
  306. ProgramDataBaseFileName="..\..\lib64\PocoDataSQLitemdd.pdb"
  307. WarningLevel="3"
  308. Detect64BitPortabilityProblems="false"
  309. DebugInformationFormat="3"
  310. CompileAs="0"
  311. DisableSpecificWarnings="4996;4244;4018"
  312. AdditionalOptions=""/>
  313. <Tool
  314. Name="VCManagedResourceCompilerTool"/>
  315. <Tool
  316. Name="VCResourceCompilerTool"/>
  317. <Tool
  318. Name="VCPreLinkEventTool"/>
  319. <Tool
  320. Name="VCLibrarianTool"
  321. OutputFile="..\..\lib64\PocoDataSQLitemdd.lib"
  322. TargetMachine="17"/>
  323. <Tool
  324. Name="VCALinkTool"/>
  325. <Tool
  326. Name="VCXDCMakeTool"/>
  327. <Tool
  328. Name="VCBscMakeTool"/>
  329. <Tool
  330. Name="VCFxCopTool"/>
  331. <Tool
  332. Name="VCPostBuildEventTool"/>
  333. </Configuration>
  334. <Configuration
  335. Name="release_static_md|x64"
  336. OutputDirectory="obj64\$(ConfigurationName)"
  337. IntermediateDirectory="obj64\$(ConfigurationName)"
  338. ConfigurationType="4"
  339. CharacterSet="2">
  340. <Tool
  341. Name="VCPreBuildEventTool"/>
  342. <Tool
  343. Name="VCCustomBuildTool"/>
  344. <Tool
  345. Name="VCXMLDataGeneratorTool"/>
  346. <Tool
  347. Name="VCWebServiceProxyGeneratorTool"/>
  348. <Tool
  349. Name="VCMIDLTool"/>
  350. <Tool
  351. Name="VCCLCompilerTool"
  352. Optimization="4"
  353. InlineFunctionExpansion="1"
  354. EnableIntrinsicFunctions="true"
  355. FavorSizeOrSpeed="1"
  356. OmitFramePointers="true"
  357. AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
  358. 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"
  359. StringPooling="true"
  360. RuntimeLibrary="2"
  361. BufferSecurityCheck="false"
  362. TreatWChar_tAsBuiltInType="true"
  363. ForceConformanceInForLoopScope="true"
  364. RuntimeTypeInfo="true"
  365. UsePrecompiledHeader="0"
  366. WarningLevel="3"
  367. Detect64BitPortabilityProblems="false"
  368. DebugInformationFormat="0"
  369. CompileAs="0"
  370. DisableSpecificWarnings="4996;4244;4018"
  371. AdditionalOptions=""/>
  372. <Tool
  373. Name="VCManagedResourceCompilerTool"/>
  374. <Tool
  375. Name="VCResourceCompilerTool"/>
  376. <Tool
  377. Name="VCPreLinkEventTool"/>
  378. <Tool
  379. Name="VCLibrarianTool"
  380. OutputFile="..\..\lib64\PocoDataSQLitemd.lib"
  381. TargetMachine="17"/>
  382. <Tool
  383. Name="VCALinkTool"/>
  384. <Tool
  385. Name="VCXDCMakeTool"/>
  386. <Tool
  387. Name="VCBscMakeTool"/>
  388. <Tool
  389. Name="VCFxCopTool"/>
  390. <Tool
  391. Name="VCPostBuildEventTool"/>
  392. </Configuration>
  393. </Configurations>
  394. <References/>
  395. <Files>
  396. <Filter
  397. Name="SQLite">
  398. <Filter
  399. Name="Header Files">
  400. <File
  401. RelativePath=".\include\Poco\Data\SQLite\Binder.h"/>
  402. <File
  403. RelativePath=".\include\Poco\Data\SQLite\Connector.h"/>
  404. <File
  405. RelativePath=".\include\Poco\Data\SQLite\Extractor.h"/>
  406. <File
  407. RelativePath=".\include\Poco\Data\SQLite\Notifier.h"/>
  408. <File
  409. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"/>
  410. <File
  411. RelativePath=".\include\Poco\Data\SQLite\SQLite.h"/>
  412. <File
  413. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"/>
  414. <File
  415. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"/>
  416. <File
  417. RelativePath=".\include\Poco\Data\SQLite\Utility.h"/>
  418. </Filter>
  419. <Filter
  420. Name="Source Files">
  421. <File
  422. RelativePath=".\src\Binder.cpp"/>
  423. <File
  424. RelativePath=".\src\Connector.cpp"/>
  425. <File
  426. RelativePath=".\src\Extractor.cpp"/>
  427. <File
  428. RelativePath=".\src\Notifier.cpp"/>
  429. <File
  430. RelativePath=".\src\SessionImpl.cpp"/>
  431. <File
  432. RelativePath=".\src\SQLiteException.cpp"/>
  433. <File
  434. RelativePath=".\src\SQLiteStatementImpl.cpp"/>
  435. <File
  436. RelativePath=".\src\Utility.cpp"/>
  437. </Filter>
  438. </Filter>
  439. <Filter
  440. Name="3rdparty">
  441. <Filter
  442. Name="Header Files">
  443. <File
  444. RelativePath=".\src\sqlite3.h"/>
  445. </Filter>
  446. <Filter
  447. Name="Source Files">
  448. <File
  449. RelativePath=".\src\sqlite3.c"/>
  450. </Filter>
  451. </Filter>
  452. </Files>
  453. <Globals/>
  454. </VisualStudioProject>