SQLite_VS80.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="SQLite"
  6. ProjectGUID="{1B29820D-375F-11DB-837B-00123FC423B5}"
  7. RootNamespace="SQLite"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="debug_shared|Win32"
  20. OutputDirectory=".\obj\debug_shared"
  21. IntermediateDirectory=".\obj\debug_shared"
  22. ConfigurationType="2"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  45. StringPooling="true"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. BufferSecurityCheck="true"
  50. TreatWChar_tAsBuiltInType="true"
  51. ForceConformanceInForLoopScope="true"
  52. RuntimeTypeInfo="true"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. Detect64BitPortabilityProblems="false"
  56. DebugInformationFormat="4"
  57. CompileAs="0"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="PocoFoundationd.lib PocoDatad.lib"
  71. OutputFile="..\..\bin\Poco$(ProjectName)d.dll"
  72. LinkIncremental="2"
  73. SuppressStartupBanner="true"
  74. AdditionalLibraryDirectories="..\..\lib"
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="..\..\bin\Poco$(ProjectName)d.pdb"
  77. SubSystem="1"
  78. OptimizeForWindows98="1"
  79. ImportLibrary="..\..\lib\Poco$(ProjectName)d.lib"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCWebDeploymentTool"
  102. />
  103. <Tool
  104. Name="VCPostBuildEventTool"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="release_shared|Win32"
  109. OutputDirectory="obj\release_shared"
  110. IntermediateDirectory="obj\release_shared"
  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. Optimization="4"
  132. InlineFunctionExpansion="1"
  133. EnableIntrinsicFunctions="true"
  134. FavorSizeOrSpeed="1"
  135. OmitFramePointers="true"
  136. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  137. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  138. GeneratePreprocessedFile="0"
  139. KeepComments="false"
  140. StringPooling="true"
  141. RuntimeLibrary="2"
  142. BufferSecurityCheck="false"
  143. TreatWChar_tAsBuiltInType="true"
  144. ForceConformanceInForLoopScope="true"
  145. RuntimeTypeInfo="true"
  146. UsePrecompiledHeader="0"
  147. WarningLevel="3"
  148. Detect64BitPortabilityProblems="false"
  149. DebugInformationFormat="0"
  150. CompileAs="0"
  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. AdditionalDependencies="PocoFoundation.lib PocoData.lib"
  164. OutputFile="..\..\bin\Poco$(ProjectName).dll"
  165. LinkIncremental="1"
  166. SuppressStartupBanner="true"
  167. AdditionalLibraryDirectories="..\..\lib"
  168. GenerateDebugInformation="false"
  169. ProgramDatabaseFile=""
  170. SubSystem="1"
  171. OptimizeReferences="2"
  172. EnableCOMDATFolding="2"
  173. OptimizeForWindows98="1"
  174. ImportLibrary="..\..\lib\Poco$(ProjectName).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="VCWebDeploymentTool"
  197. />
  198. <Tool
  199. Name="VCPostBuildEventTool"
  200. />
  201. </Configuration>
  202. <Configuration
  203. Name="debug_static|Win32"
  204. OutputDirectory=".\obj\debug_static"
  205. IntermediateDirectory=".\obj\debug_static"
  206. ConfigurationType="4"
  207. CharacterSet="2"
  208. >
  209. <Tool
  210. Name="VCPreBuildEventTool"
  211. />
  212. <Tool
  213. Name="VCCustomBuildTool"
  214. />
  215. <Tool
  216. Name="VCXMLDataGeneratorTool"
  217. />
  218. <Tool
  219. Name="VCWebServiceProxyGeneratorTool"
  220. />
  221. <Tool
  222. Name="VCMIDLTool"
  223. />
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. Optimization="0"
  227. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  228. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_STATIC;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  229. StringPooling="true"
  230. MinimalRebuild="true"
  231. BasicRuntimeChecks="3"
  232. RuntimeLibrary="3"
  233. BufferSecurityCheck="true"
  234. TreatWChar_tAsBuiltInType="true"
  235. ForceConformanceInForLoopScope="true"
  236. RuntimeTypeInfo="true"
  237. UsePrecompiledHeader="0"
  238. WarningLevel="3"
  239. Detect64BitPortabilityProblems="false"
  240. DebugInformationFormat="4"
  241. CompileAs="0"
  242. />
  243. <Tool
  244. Name="VCManagedResourceCompilerTool"
  245. />
  246. <Tool
  247. Name="VCResourceCompilerTool"
  248. />
  249. <Tool
  250. Name="VCPreLinkEventTool"
  251. />
  252. <Tool
  253. Name="VCLibrarianTool"
  254. OutputFile="..\..\lib\Poco$(ProjectName)mtd.lib"
  255. />
  256. <Tool
  257. Name="VCALinkTool"
  258. />
  259. <Tool
  260. Name="VCXDCMakeTool"
  261. />
  262. <Tool
  263. Name="VCBscMakeTool"
  264. />
  265. <Tool
  266. Name="VCFxCopTool"
  267. />
  268. <Tool
  269. Name="VCPostBuildEventTool"
  270. />
  271. </Configuration>
  272. <Configuration
  273. Name="release_static|Win32"
  274. OutputDirectory=".\obj\release_static"
  275. IntermediateDirectory=".\obj\release_static"
  276. ConfigurationType="4"
  277. CharacterSet="2"
  278. >
  279. <Tool
  280. Name="VCPreBuildEventTool"
  281. />
  282. <Tool
  283. Name="VCCustomBuildTool"
  284. />
  285. <Tool
  286. Name="VCXMLDataGeneratorTool"
  287. />
  288. <Tool
  289. Name="VCWebServiceProxyGeneratorTool"
  290. />
  291. <Tool
  292. Name="VCMIDLTool"
  293. />
  294. <Tool
  295. Name="VCCLCompilerTool"
  296. Optimization="4"
  297. InlineFunctionExpansion="1"
  298. EnableIntrinsicFunctions="true"
  299. FavorSizeOrSpeed="1"
  300. OmitFramePointers="true"
  301. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  302. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  303. GeneratePreprocessedFile="0"
  304. KeepComments="false"
  305. StringPooling="true"
  306. RuntimeLibrary="2"
  307. BufferSecurityCheck="false"
  308. TreatWChar_tAsBuiltInType="true"
  309. ForceConformanceInForLoopScope="true"
  310. RuntimeTypeInfo="true"
  311. UsePrecompiledHeader="0"
  312. WarningLevel="3"
  313. Detect64BitPortabilityProblems="false"
  314. DebugInformationFormat="0"
  315. CompileAs="0"
  316. />
  317. <Tool
  318. Name="VCManagedResourceCompilerTool"
  319. />
  320. <Tool
  321. Name="VCResourceCompilerTool"
  322. />
  323. <Tool
  324. Name="VCPreLinkEventTool"
  325. />
  326. <Tool
  327. Name="VCLibrarianTool"
  328. OutputFile="..\..\lib\Poco$(ProjectName)mt.lib"
  329. />
  330. <Tool
  331. Name="VCALinkTool"
  332. />
  333. <Tool
  334. Name="VCXDCMakeTool"
  335. />
  336. <Tool
  337. Name="VCBscMakeTool"
  338. />
  339. <Tool
  340. Name="VCFxCopTool"
  341. />
  342. <Tool
  343. Name="VCPostBuildEventTool"
  344. />
  345. </Configuration>
  346. </Configurations>
  347. <References>
  348. </References>
  349. <Files>
  350. <Filter
  351. Name="SQLite"
  352. >
  353. <Filter
  354. Name="Header Files"
  355. >
  356. <File
  357. RelativePath=".\include\Poco\Data\SQLite\Binder.h"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\include\Poco\Data\SQLite\Connector.h"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".\include\Poco\Data\SQLite\Extractor.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".\include\Poco\Data\SQLite\SQLite.h"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".\include\Poco\Data\SQLite\Utility.h"
  386. >
  387. </File>
  388. </Filter>
  389. <Filter
  390. Name="Source Files"
  391. >
  392. <File
  393. RelativePath=".\src\Binder.cpp"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\src\Connector.cpp"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\src\Extractor.cpp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\src\SessionImpl.cpp"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\src\SQLiteException.cpp"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\src\SQLiteStatementImpl.cpp"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\src\Utility.cpp"
  418. >
  419. </File>
  420. </Filter>
  421. </Filter>
  422. <Filter
  423. Name="3rdparty"
  424. >
  425. <Filter
  426. Name="Header Files"
  427. >
  428. <File
  429. RelativePath=".\src\sqlite3.h"
  430. >
  431. </File>
  432. </Filter>
  433. <Filter
  434. Name="Source Files"
  435. >
  436. <File
  437. RelativePath=".\src\sqlite3.c"
  438. >
  439. </File>
  440. </Filter>
  441. </Filter>
  442. </Files>
  443. <Globals>
  444. </Globals>
  445. </VisualStudioProject>