SQLite_VS90.vcproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  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;_CRT_SECURE_NO_WARNINGS"
  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\Poco$(ProjectName)d.dll"
  73. LinkIncremental="2"
  74. SuppressStartupBanner="true"
  75. AdditionalLibraryDirectories="..\..\lib"
  76. GenerateDebugInformation="true"
  77. ProgramDatabaseFile="..\..\bin\$(ProjectName)d.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;_CRT_SECURE_NO_WARNINGS"
  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\Poco$(ProjectName).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. <Configuration
  200. Name="debug_static|Win32"
  201. OutputDirectory=".\obj\debug_static"
  202. IntermediateDirectory=".\obj\debug_static"
  203. ConfigurationType="4"
  204. CharacterSet="2"
  205. >
  206. <Tool
  207. Name="VCPreBuildEventTool"
  208. />
  209. <Tool
  210. Name="VCCustomBuildTool"
  211. />
  212. <Tool
  213. Name="VCXMLDataGeneratorTool"
  214. />
  215. <Tool
  216. Name="VCWebServiceProxyGeneratorTool"
  217. />
  218. <Tool
  219. Name="VCMIDLTool"
  220. />
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. Optimization="0"
  224. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  225. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLite_EXPORTS;NO_TCL;THREADSAFE;_CRT_SECURE_NO_WARNINGS"
  226. StringPooling="true"
  227. MinimalRebuild="true"
  228. BasicRuntimeChecks="3"
  229. RuntimeLibrary="3"
  230. BufferSecurityCheck="true"
  231. TreatWChar_tAsBuiltInType="true"
  232. ForceConformanceInForLoopScope="true"
  233. RuntimeTypeInfo="true"
  234. UsePrecompiledHeader="0"
  235. WarningLevel="3"
  236. Detect64BitPortabilityProblems="false"
  237. DebugInformationFormat="4"
  238. CompileAs="0"
  239. />
  240. <Tool
  241. Name="VCManagedResourceCompilerTool"
  242. />
  243. <Tool
  244. Name="VCResourceCompilerTool"
  245. />
  246. <Tool
  247. Name="VCPreLinkEventTool"
  248. />
  249. <Tool
  250. Name="VCLibrarianTool"
  251. OutputFile="..\..\lib\Poco$(ProjectName)mtd.lib"
  252. />
  253. <Tool
  254. Name="VCALinkTool"
  255. />
  256. <Tool
  257. Name="VCXDCMakeTool"
  258. />
  259. <Tool
  260. Name="VCBscMakeTool"
  261. />
  262. <Tool
  263. Name="VCFxCopTool"
  264. />
  265. <Tool
  266. Name="VCPostBuildEventTool"
  267. />
  268. </Configuration>
  269. <Configuration
  270. Name="release_static|Win32"
  271. OutputDirectory=".\obj\release_static"
  272. IntermediateDirectory=".\obj\release_static"
  273. ConfigurationType="4"
  274. CharacterSet="2"
  275. >
  276. <Tool
  277. Name="VCPreBuildEventTool"
  278. />
  279. <Tool
  280. Name="VCCustomBuildTool"
  281. />
  282. <Tool
  283. Name="VCXMLDataGeneratorTool"
  284. />
  285. <Tool
  286. Name="VCWebServiceProxyGeneratorTool"
  287. />
  288. <Tool
  289. Name="VCMIDLTool"
  290. />
  291. <Tool
  292. Name="VCCLCompilerTool"
  293. Optimization="4"
  294. InlineFunctionExpansion="1"
  295. EnableIntrinsicFunctions="true"
  296. FavorSizeOrSpeed="1"
  297. OmitFramePointers="true"
  298. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  299. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_STATIC;SQLite_EXPORTS;NO_TCL;THREADSAFE;_CRT_SECURE_NO_WARNINGS"
  300. GeneratePreprocessedFile="0"
  301. KeepComments="false"
  302. StringPooling="true"
  303. RuntimeLibrary="2"
  304. BufferSecurityCheck="false"
  305. TreatWChar_tAsBuiltInType="true"
  306. ForceConformanceInForLoopScope="true"
  307. RuntimeTypeInfo="true"
  308. UsePrecompiledHeader="0"
  309. WarningLevel="3"
  310. Detect64BitPortabilityProblems="false"
  311. DebugInformationFormat="0"
  312. CompileAs="0"
  313. />
  314. <Tool
  315. Name="VCManagedResourceCompilerTool"
  316. />
  317. <Tool
  318. Name="VCResourceCompilerTool"
  319. />
  320. <Tool
  321. Name="VCPreLinkEventTool"
  322. />
  323. <Tool
  324. Name="VCLibrarianTool"
  325. OutputFile="..\..\lib\Poco$(ProjectName)mt.lib"
  326. />
  327. <Tool
  328. Name="VCALinkTool"
  329. />
  330. <Tool
  331. Name="VCXDCMakeTool"
  332. />
  333. <Tool
  334. Name="VCBscMakeTool"
  335. />
  336. <Tool
  337. Name="VCFxCopTool"
  338. />
  339. <Tool
  340. Name="VCPostBuildEventTool"
  341. />
  342. </Configuration>
  343. </Configurations>
  344. <References>
  345. </References>
  346. <Files>
  347. <Filter
  348. Name="SQLite"
  349. >
  350. <Filter
  351. Name="Header Files"
  352. >
  353. <File
  354. RelativePath=".\include\Poco\Data\SQLite\Binder.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".\include\Poco\Data\SQLite\Connector.h"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".\include\Poco\Data\SQLite\Extractor.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".\include\Poco\Data\SQLite\SQLite.h"
  371. >
  372. </File>
  373. <File
  374. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"
  375. >
  376. </File>
  377. <File
  378. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"
  379. >
  380. </File>
  381. <File
  382. RelativePath=".\include\Poco\Data\SQLite\Utility.h"
  383. >
  384. </File>
  385. </Filter>
  386. <Filter
  387. Name="Source Files"
  388. >
  389. <File
  390. RelativePath=".\src\Binder.cpp"
  391. >
  392. </File>
  393. <File
  394. RelativePath=".\src\Connector.cpp"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\src\Extractor.cpp"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\src\SessionImpl.cpp"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\src\SQLiteException.cpp"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\src\SQLiteStatementImpl.cpp"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".\src\Utility.cpp"
  415. >
  416. </File>
  417. </Filter>
  418. </Filter>
  419. <Filter
  420. Name="3rdparty"
  421. >
  422. <Filter
  423. Name="Header Files"
  424. >
  425. <File
  426. RelativePath=".\src\sqlite3.h"
  427. >
  428. </File>
  429. </Filter>
  430. <Filter
  431. Name="Source Files"
  432. >
  433. <File
  434. RelativePath=".\src\sqlite3.c"
  435. >
  436. </File>
  437. </Filter>
  438. </Filter>
  439. </Files>
  440. <Globals>
  441. </Globals>
  442. </VisualStudioProject>