SQLite_VS71.vcproj 12 KB

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