SQLite_VS71.vcproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="SQLite"
  6. ProjectGUID="{1b29820d-375f-11db-837b-00123fc423b5}"
  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\debug_shared"
  17. IntermediateDirectory="obj\debug_shared"
  18. ConfigurationType="2"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  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. WarningLevel="3"
  35. Detect64BitPortabilityProblems="FALSE"
  36. DebugInformationFormat="4"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="PocoFoundationd.lib PocoDatad.lib"
  43. OutputFile="..\..\bin\PocoSQLited.dll"
  44. LinkIncremental="2"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories="..\..\lib"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile="..\..\bin\PocoSQLited.pdb"
  49. SubSystem="1"
  50. OptimizeForWindows98="1"
  51. ImportLibrary="..\..\lib\PocoSQLited.lib"
  52. TargetMachine="1"/>
  53. <Tool
  54. Name="VCMIDLTool"/>
  55. <Tool
  56. Name="VCPostBuildEventTool"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="release_shared|Win32"
  76. OutputDirectory="obj\release_shared"
  77. IntermediateDirectory="obj\release_shared"
  78. ConfigurationType="2"
  79. CharacterSet="2">
  80. <Tool
  81. Name="VCCLCompilerTool"
  82. Optimization="4"
  83. InlineFunctionExpansion="1"
  84. EnableIntrinsicFunctions="TRUE"
  85. FavorSizeOrSpeed="1"
  86. OmitFramePointers="TRUE"
  87. OptimizeForProcessor="3"
  88. AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
  89. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;SQLite_EXPORTS;NO_TCL;THREADSAFE"
  90. GeneratePreprocessedFile="0"
  91. KeepComments="FALSE"
  92. StringPooling="TRUE"
  93. RuntimeLibrary="2"
  94. BufferSecurityCheck="FALSE"
  95. TreatWChar_tAsBuiltInType="TRUE"
  96. ForceConformanceInForLoopScope="TRUE"
  97. RuntimeTypeInfo="TRUE"
  98. UsePrecompiledHeader="0"
  99. WarningLevel="3"
  100. Detect64BitPortabilityProblems="FALSE"
  101. DebugInformationFormat="0"
  102. CompileAs="0"/>
  103. <Tool
  104. Name="VCCustomBuildTool"/>
  105. <Tool
  106. Name="VCLinkerTool"
  107. AdditionalDependencies="PocoFoundation.lib PocoData.lib"
  108. OutputFile="..\..\bin\PocoSQLite.dll"
  109. LinkIncremental="1"
  110. SuppressStartupBanner="TRUE"
  111. AdditionalLibraryDirectories="..\..\lib"
  112. GenerateDebugInformation="FALSE"
  113. ProgramDatabaseFile=""
  114. SubSystem="1"
  115. OptimizeReferences="2"
  116. EnableCOMDATFolding="2"
  117. OptimizeForWindows98="1"
  118. ImportLibrary="..\..\lib\PocoSQLite.lib"
  119. TargetMachine="1"/>
  120. <Tool
  121. Name="VCMIDLTool"/>
  122. <Tool
  123. Name="VCPostBuildEventTool"/>
  124. <Tool
  125. Name="VCPreBuildEventTool"/>
  126. <Tool
  127. Name="VCPreLinkEventTool"/>
  128. <Tool
  129. Name="VCResourceCompilerTool"/>
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"/>
  132. <Tool
  133. Name="VCXMLDataGeneratorTool"/>
  134. <Tool
  135. Name="VCWebDeploymentTool"/>
  136. <Tool
  137. Name="VCManagedWrapperGeneratorTool"/>
  138. <Tool
  139. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="SQLite"
  147. Filter="">
  148. <Filter
  149. Name="Header Files"
  150. Filter="">
  151. <File
  152. RelativePath=".\include\Poco\Data\SQLite\Binder.h">
  153. </File>
  154. <File
  155. RelativePath=".\include\Poco\Data\SQLite\Extractor.h">
  156. </File>
  157. <File
  158. RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h">
  159. </File>
  160. <File
  161. RelativePath=".\include\Poco\Data\SQLite\Connector.h">
  162. </File>
  163. <File
  164. RelativePath=".\include\Poco\Data\SQLite\SQLite.h">
  165. </File>
  166. <File
  167. RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h">
  168. </File>
  169. <File
  170. RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h">
  171. </File>
  172. <File
  173. RelativePath=".\include\Poco\Data\SQLite\Utility.h">
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="Source Files"
  178. Filter="">
  179. <File
  180. RelativePath=".\src\Binder.cpp">
  181. </File>
  182. <File
  183. RelativePath=".\src\Extractor.cpp">
  184. </File>
  185. <File
  186. RelativePath=".\src\SessionImpl.cpp">
  187. </File>
  188. <File
  189. RelativePath=".\src\Connector.cpp">
  190. </File>
  191. <File
  192. RelativePath=".\src\SQLiteException.cpp">
  193. </File>
  194. <File
  195. RelativePath=".\src\SQLiteStatementImpl.cpp">
  196. </File>
  197. <File
  198. RelativePath=".\src\Utility.cpp">
  199. </File>
  200. </Filter>
  201. </Filter>
  202. <Filter
  203. Name="3rdparty"
  204. Filter="">
  205. <Filter
  206. Name="Header Files"
  207. Filter="">
  208. <File
  209. RelativePath=".\src\sqlite3.h">
  210. </File>
  211. </Filter>
  212. <Filter
  213. Name="Source Files"
  214. Filter="">
  215. <File
  216. RelativePath=".\src\sqlite3.c">
  217. </File>
  218. </Filter>
  219. </Filter>
  220. </Files>
  221. <Globals>
  222. </Globals>
  223. </VisualStudioProject>