SQLite_VS90.vcproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="SQLite"
  6. ProjectGUID="{1B29820D-375F-11DB-837B-00123FC423B5}"
  7. RootNamespace="SQLite"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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\debug_shared"
  22. IntermediateDirectory="obj\debug_shared"
  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. Optimization="0"
  44. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  46. StringPooling="true"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. BufferSecurityCheck="true"
  51. TreatWChar_tAsBuiltInType="true"
  52. ForceConformanceInForLoopScope="true"
  53. RuntimeTypeInfo="true"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="false"
  57. DebugInformationFormat="4"
  58. CompileAs="0"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="PocoFoundationd.lib PocoDatad.lib"
  72. OutputFile="..\..\bin\PocoSQLited.dll"
  73. LinkIncremental="2"
  74. SuppressStartupBanner="true"
  75. AdditionalLibraryDirectories="..\..\lib"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="..\..\bin\PocoSQLited.pdb"
  78. SubSystem="1"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. ImportLibrary="..\..\lib\PocoSQLited.lib"
  82. TargetMachine="1"
  83. />
  84. <Tool
  85. Name="VCALinkTool"
  86. />
  87. <Tool
  88. Name="VCManifestTool"
  89. />
  90. <Tool
  91. Name="VCXDCMakeTool"
  92. />
  93. <Tool
  94. Name="VCBscMakeTool"
  95. />
  96. <Tool
  97. Name="VCFxCopTool"
  98. />
  99. <Tool
  100. Name="VCAppVerifierTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. />
  105. </Configuration>
  106. <Configuration
  107. Name="release_shared|Win32"
  108. OutputDirectory="obj\release_shared"
  109. IntermediateDirectory="obj\release_shared"
  110. ConfigurationType="2"
  111. CharacterSet="2"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="4"
  131. InlineFunctionExpansion="1"
  132. EnableIntrinsicFunctions="true"
  133. FavorSizeOrSpeed="1"
  134. OmitFramePointers="true"
  135. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  136. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  137. GeneratePreprocessedFile="0"
  138. KeepComments="false"
  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. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. />
  157. <Tool
  158. Name="VCPreLinkEventTool"
  159. />
  160. <Tool
  161. Name="VCLinkerTool"
  162. AdditionalDependencies="PocoFoundation.lib PocoData.lib"
  163. OutputFile="..\..\bin\PocoSQLite.dll"
  164. LinkIncremental="1"
  165. SuppressStartupBanner="true"
  166. AdditionalLibraryDirectories="..\..\lib"
  167. GenerateDebugInformation="false"
  168. ProgramDatabaseFile=""
  169. SubSystem="1"
  170. OptimizeReferences="2"
  171. EnableCOMDATFolding="2"
  172. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  174. ImportLibrary="..\..\lib\PocoSQLite.lib"
  175. TargetMachine="1"
  176. />
  177. <Tool
  178. Name="VCALinkTool"
  179. />
  180. <Tool
  181. Name="VCManifestTool"
  182. />
  183. <Tool
  184. Name="VCXDCMakeTool"
  185. />
  186. <Tool
  187. Name="VCBscMakeTool"
  188. />
  189. <Tool
  190. Name="VCFxCopTool"
  191. />
  192. <Tool
  193. Name="VCAppVerifierTool"
  194. />
  195. <Tool
  196. Name="VCPostBuildEventTool"
  197. />
  198. </Configuration>
  199. </Configurations>
  200. <References>
  201. </References>
  202. <Files>
  203. <Filter
  204. Name="SQLite"
  205. >
  206. <Filter
  207. Name="Header Files"
  208. >
  209. <File
  210. RelativePath=".\include\Poco\Data\SQLite\Binder.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\include\Poco\Data\SQLite\Connector.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\include\Poco\Data\SQLite\Extractor.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\include\Poco\Data\SQLite\SQLite.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\include\Poco\Data\SQLite\Utility.h"
  239. >
  240. </File>
  241. </Filter>
  242. <Filter
  243. Name="Source Files"
  244. >
  245. <File
  246. RelativePath=".\src\Binder.cpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\src\Connector.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\src\Extractor.cpp"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\src\SessionImpl.cpp"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\src\SQLiteException.cpp"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\src\SQLiteStatementImpl.cpp"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\src\Utility.cpp"
  271. >
  272. </File>
  273. </Filter>
  274. </Filter>
  275. <Filter
  276. Name="3rdparty"
  277. >
  278. <Filter
  279. Name="Header Files"
  280. >
  281. <File
  282. RelativePath=".\src\sqlite3.h"
  283. >
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="Source Files"
  288. >
  289. <File
  290. RelativePath=".\src\sqlite3.c"
  291. >
  292. </File>
  293. </Filter>
  294. </Filter>
  295. </Files>
  296. <Globals>
  297. </Globals>
  298. </VisualStudioProject>