SQLite3Dll.vcxproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="CleannessRelease|Win32">
  5. <Configuration>CleannessRelease</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="CleannessRelease|x64">
  9. <Configuration>CleannessRelease</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="LithiumCleanness|Win32">
  17. <Configuration>LithiumCleanness</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="LithiumCleanness|x64">
  21. <Configuration>LithiumCleanness</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release_oxford50|Win32">
  25. <Configuration>Release_oxford50</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release_oxford50|x64">
  29. <Configuration>Release_oxford50</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release_oxford60|Win32">
  33. <Configuration>Release_oxford60</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release_oxford60|x64">
  37. <Configuration>Release_oxford60</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release_oxford61sp1|Win32">
  41. <Configuration>Release_oxford61sp1</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release_oxford61sp1|x64">
  45. <Configuration>Release_oxford61sp1</Configuration>
  46. <Platform>x64</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release_oxford61|Win32">
  49. <Configuration>Release_oxford61</Configuration>
  50. <Platform>Win32</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release_oxford61|x64">
  53. <Configuration>Release_oxford61</Configuration>
  54. <Platform>x64</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release_oxford62|Win32">
  57. <Configuration>Release_oxford62</Configuration>
  58. <Platform>Win32</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release_oxford62|x64">
  61. <Configuration>Release_oxford62</Configuration>
  62. <Platform>x64</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release|Win32">
  65. <Configuration>Release</Configuration>
  66. <Platform>Win32</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Debug|x64">
  69. <Configuration>Debug</Configuration>
  70. <Platform>x64</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release|x64">
  73. <Configuration>Release</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. </ItemGroup>
  77. <PropertyGroup Label="Globals">
  78. <VCProjectVersion>15.0</VCProjectVersion>
  79. <ProjectGuid>{EC722DFC-BD72-4673-B9E2-226C70B015A8}</ProjectGuid>
  80. <Keyword>Win32Proj</Keyword>
  81. <RootNamespace>SQLite3Dll</RootNamespace>
  82. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  83. </PropertyGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  86. <ConfigurationType>DynamicLibrary</ConfigurationType>
  87. <UseDebugLibraries>true</UseDebugLibraries>
  88. <PlatformToolset>v142</PlatformToolset>
  89. <CharacterSet>MultiByte</CharacterSet>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  92. <ConfigurationType>DynamicLibrary</ConfigurationType>
  93. <UseDebugLibraries>true</UseDebugLibraries>
  94. <PlatformToolset>v142</PlatformToolset>
  95. <CharacterSet>MultiByte</CharacterSet>
  96. <UseOfMfc>Dynamic</UseOfMfc>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'" Label="Configuration">
  99. <ConfigurationType>DynamicLibrary</ConfigurationType>
  100. <UseDebugLibraries>true</UseDebugLibraries>
  101. <PlatformToolset>v142</PlatformToolset>
  102. <CharacterSet>MultiByte</CharacterSet>
  103. <UseOfMfc>Dynamic</UseOfMfc>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="Configuration">
  106. <ConfigurationType>DynamicLibrary</ConfigurationType>
  107. <UseDebugLibraries>true</UseDebugLibraries>
  108. <PlatformToolset>v142</PlatformToolset>
  109. <CharacterSet>MultiByte</CharacterSet>
  110. <UseOfMfc>Dynamic</UseOfMfc>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="Configuration">
  113. <ConfigurationType>DynamicLibrary</ConfigurationType>
  114. <UseDebugLibraries>true</UseDebugLibraries>
  115. <PlatformToolset>v142</PlatformToolset>
  116. <CharacterSet>MultiByte</CharacterSet>
  117. <UseOfMfc>Dynamic</UseOfMfc>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="Configuration">
  120. <ConfigurationType>DynamicLibrary</ConfigurationType>
  121. <UseDebugLibraries>true</UseDebugLibraries>
  122. <PlatformToolset>v142</PlatformToolset>
  123. <CharacterSet>MultiByte</CharacterSet>
  124. <UseOfMfc>Dynamic</UseOfMfc>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  127. <ConfigurationType>DynamicLibrary</ConfigurationType>
  128. <UseDebugLibraries>true</UseDebugLibraries>
  129. <PlatformToolset>v142</PlatformToolset>
  130. <CharacterSet>MultiByte</CharacterSet>
  131. <UseOfMfc>Dynamic</UseOfMfc>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="Configuration">
  134. <ConfigurationType>DynamicLibrary</ConfigurationType>
  135. <UseDebugLibraries>true</UseDebugLibraries>
  136. <PlatformToolset>v142</PlatformToolset>
  137. <CharacterSet>MultiByte</CharacterSet>
  138. <UseOfMfc>Dynamic</UseOfMfc>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  141. <ConfigurationType>DynamicLibrary</ConfigurationType>
  142. <UseDebugLibraries>false</UseDebugLibraries>
  143. <PlatformToolset>v142</PlatformToolset>
  144. <WholeProgramOptimization>true</WholeProgramOptimization>
  145. <CharacterSet>MultiByte</CharacterSet>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  148. <ConfigurationType>DynamicLibrary</ConfigurationType>
  149. <UseDebugLibraries>true</UseDebugLibraries>
  150. <PlatformToolset>v143</PlatformToolset>
  151. <CharacterSet>MultiByte</CharacterSet>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  154. <ConfigurationType>DynamicLibrary</ConfigurationType>
  155. <UseDebugLibraries>true</UseDebugLibraries>
  156. <PlatformToolset>v143</PlatformToolset>
  157. <CharacterSet>MultiByte</CharacterSet>
  158. <WholeProgramOptimization>true</WholeProgramOptimization>
  159. </PropertyGroup>
  160. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="Configuration">
  161. <ConfigurationType>DynamicLibrary</ConfigurationType>
  162. <UseDebugLibraries>true</UseDebugLibraries>
  163. <PlatformToolset>v143</PlatformToolset>
  164. <CharacterSet>MultiByte</CharacterSet>
  165. <WholeProgramOptimization>true</WholeProgramOptimization>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="Configuration">
  168. <ConfigurationType>DynamicLibrary</ConfigurationType>
  169. <UseDebugLibraries>true</UseDebugLibraries>
  170. <PlatformToolset>v143</PlatformToolset>
  171. <CharacterSet>MultiByte</CharacterSet>
  172. <WholeProgramOptimization>true</WholeProgramOptimization>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="Configuration">
  175. <ConfigurationType>DynamicLibrary</ConfigurationType>
  176. <UseDebugLibraries>true</UseDebugLibraries>
  177. <PlatformToolset>v143</PlatformToolset>
  178. <CharacterSet>MultiByte</CharacterSet>
  179. <WholeProgramOptimization>true</WholeProgramOptimization>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="Configuration">
  182. <ConfigurationType>DynamicLibrary</ConfigurationType>
  183. <UseDebugLibraries>true</UseDebugLibraries>
  184. <PlatformToolset>v142</PlatformToolset>
  185. <CharacterSet>MultiByte</CharacterSet>
  186. <WholeProgramOptimization>true</WholeProgramOptimization>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  189. <ConfigurationType>DynamicLibrary</ConfigurationType>
  190. <UseDebugLibraries>true</UseDebugLibraries>
  191. <PlatformToolset>v142</PlatformToolset>
  192. <CharacterSet>MultiByte</CharacterSet>
  193. <WholeProgramOptimization>true</WholeProgramOptimization>
  194. </PropertyGroup>
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="Configuration">
  196. <ConfigurationType>DynamicLibrary</ConfigurationType>
  197. <UseDebugLibraries>true</UseDebugLibraries>
  198. <PlatformToolset>v142</PlatformToolset>
  199. <CharacterSet>MultiByte</CharacterSet>
  200. <WholeProgramOptimization>true</WholeProgramOptimization>
  201. </PropertyGroup>
  202. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  203. <ConfigurationType>DynamicLibrary</ConfigurationType>
  204. <UseDebugLibraries>false</UseDebugLibraries>
  205. <PlatformToolset>v142</PlatformToolset>
  206. <WholeProgramOptimization>true</WholeProgramOptimization>
  207. <CharacterSet>MultiByte</CharacterSet>
  208. </PropertyGroup>
  209. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  210. <ImportGroup Label="ExtensionSettings">
  211. </ImportGroup>
  212. <ImportGroup Label="Shared">
  213. </ImportGroup>
  214. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  215. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  216. </ImportGroup>
  217. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  218. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  219. </ImportGroup>
  220. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'" Label="PropertySheets">
  221. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  222. </ImportGroup>
  223. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'" Label="PropertySheets">
  224. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  225. </ImportGroup>
  226. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'" Label="PropertySheets">
  227. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  228. </ImportGroup>
  229. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'" Label="PropertySheets">
  230. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  231. </ImportGroup>
  232. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  233. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  234. </ImportGroup>
  235. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'" Label="PropertySheets">
  236. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  237. </ImportGroup>
  238. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  239. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  240. </ImportGroup>
  241. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  242. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  243. </ImportGroup>
  244. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  245. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  246. </ImportGroup>
  247. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'" Label="PropertySheets">
  248. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  249. </ImportGroup>
  250. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'" Label="PropertySheets">
  251. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  252. </ImportGroup>
  253. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'" Label="PropertySheets">
  254. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  255. </ImportGroup>
  256. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'" Label="PropertySheets">
  257. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  258. </ImportGroup>
  259. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  260. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  261. </ImportGroup>
  262. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'" Label="PropertySheets">
  263. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  264. </ImportGroup>
  265. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  266. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  267. </ImportGroup>
  268. <PropertyGroup Label="UserMacros" />
  269. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  270. <LinkIncremental>true</LinkIncremental>
  271. <TargetName>SQLite3Dll</TargetName>
  272. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  273. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  274. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  275. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  276. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  277. </PropertyGroup>
  278. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  279. <LinkIncremental>true</LinkIncremental>
  280. <TargetName>SQLite3Dll</TargetName>
  281. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  282. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  283. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  284. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  285. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  286. </PropertyGroup>
  287. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  288. <LinkIncremental>true</LinkIncremental>
  289. <TargetName>SQLite3Dll</TargetName>
  290. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  291. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  292. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  293. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  294. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  295. </PropertyGroup>
  296. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  297. <LinkIncremental>true</LinkIncremental>
  298. <TargetName>SQLite3Dll</TargetName>
  299. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  300. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  301. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  302. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  303. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  304. </PropertyGroup>
  305. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  306. <LinkIncremental>true</LinkIncremental>
  307. <TargetName>SQLite3Dll</TargetName>
  308. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  309. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  310. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  311. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  312. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  313. </PropertyGroup>
  314. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  315. <LinkIncremental>true</LinkIncremental>
  316. <TargetName>SQLite3Dll</TargetName>
  317. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  318. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  319. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  320. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  321. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  322. </PropertyGroup>
  323. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  324. <LinkIncremental>true</LinkIncremental>
  325. <TargetName>SQLite3Dll</TargetName>
  326. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  327. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  328. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  329. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  330. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  331. </PropertyGroup>
  332. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  333. <LinkIncremental>true</LinkIncremental>
  334. <TargetName>SQLite3Dll</TargetName>
  335. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  336. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  337. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  338. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  339. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  340. </PropertyGroup>
  341. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  342. <LinkIncremental>true</LinkIncremental>
  343. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll\</OutDir>
  344. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  345. <TargetName>SQLite3Win64Dll</TargetName>
  346. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  347. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  348. </PropertyGroup>
  349. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  350. <LinkIncremental>true</LinkIncremental>
  351. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  352. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  353. <TargetName>SQLite3Win64Dll</TargetName>
  354. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  355. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  356. <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll;$(LibraryPath)</LibraryPath>
  357. </PropertyGroup>
  358. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  359. <LinkIncremental>true</LinkIncremental>
  360. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  361. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  362. <TargetName>SQLite3Win64Dll</TargetName>
  363. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  364. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  365. </PropertyGroup>
  366. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  367. <LinkIncremental>true</LinkIncremental>
  368. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  369. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  370. <TargetName>SQLite3Win64Dll</TargetName>
  371. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  372. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  373. </PropertyGroup>
  374. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  375. <LinkIncremental>true</LinkIncremental>
  376. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  377. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  378. <TargetName>SQLite3Win64Dll</TargetName>
  379. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  380. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  381. </PropertyGroup>
  382. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  383. <LinkIncremental>true</LinkIncremental>
  384. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  385. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  386. <TargetName>SQLite3Win64Dll</TargetName>
  387. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  388. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  389. </PropertyGroup>
  390. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  391. <LinkIncremental>true</LinkIncremental>
  392. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  393. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  394. <TargetName>SQLite3Win64Dll</TargetName>
  395. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  396. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  399. <LinkIncremental>true</LinkIncremental>
  400. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  401. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  402. <TargetName>SQLite3Win64Dll</TargetName>
  403. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  404. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  405. </PropertyGroup>
  406. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  407. <LinkIncremental>false</LinkIncremental>
  408. <TargetName>SQLite3Dll</TargetName>
  409. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  410. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  411. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  412. <ReferencePath>SQLiteDBDll</ReferencePath>
  413. </PropertyGroup>
  414. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  415. <LinkIncremental>false</LinkIncremental>
  416. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  417. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  418. <TargetName>SQLite3Win64Dll</TargetName>
  419. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  420. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  421. </PropertyGroup>
  422. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  423. <ClCompile>
  424. <PrecompiledHeader>Use</PrecompiledHeader>
  425. <WarningLevel>Level3</WarningLevel>
  426. <Optimization>Disabled</Optimization>
  427. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  428. </ClCompile>
  429. <Link>
  430. <SubSystem>Windows</SubSystem>
  431. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  432. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  433. </Link>
  434. </ItemDefinitionGroup>
  435. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  436. <ClCompile>
  437. <PrecompiledHeader>Use</PrecompiledHeader>
  438. <WarningLevel>Level3</WarningLevel>
  439. <Optimization>Disabled</Optimization>
  440. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  441. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  442. </ClCompile>
  443. <Link>
  444. <SubSystem>Windows</SubSystem>
  445. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  446. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  447. </Link>
  448. </ItemDefinitionGroup>
  449. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  450. <ClCompile>
  451. <PrecompiledHeader>Use</PrecompiledHeader>
  452. <WarningLevel>Level3</WarningLevel>
  453. <Optimization>Disabled</Optimization>
  454. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  455. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  456. </ClCompile>
  457. <Link>
  458. <SubSystem>Windows</SubSystem>
  459. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  460. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  461. </Link>
  462. </ItemDefinitionGroup>
  463. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  464. <ClCompile>
  465. <PrecompiledHeader>Use</PrecompiledHeader>
  466. <WarningLevel>Level3</WarningLevel>
  467. <Optimization>Disabled</Optimization>
  468. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  469. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  470. </ClCompile>
  471. <Link>
  472. <SubSystem>Windows</SubSystem>
  473. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  474. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  475. </Link>
  476. </ItemDefinitionGroup>
  477. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  478. <ClCompile>
  479. <PrecompiledHeader>Use</PrecompiledHeader>
  480. <WarningLevel>Level3</WarningLevel>
  481. <Optimization>Disabled</Optimization>
  482. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  483. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  484. </ClCompile>
  485. <Link>
  486. <SubSystem>Windows</SubSystem>
  487. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  488. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  489. </Link>
  490. </ItemDefinitionGroup>
  491. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  492. <ClCompile>
  493. <PrecompiledHeader>Use</PrecompiledHeader>
  494. <WarningLevel>Level3</WarningLevel>
  495. <Optimization>Disabled</Optimization>
  496. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  497. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  498. </ClCompile>
  499. <Link>
  500. <SubSystem>Windows</SubSystem>
  501. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  502. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  503. </Link>
  504. </ItemDefinitionGroup>
  505. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  506. <ClCompile>
  507. <PrecompiledHeader>Use</PrecompiledHeader>
  508. <WarningLevel>Level3</WarningLevel>
  509. <Optimization>Disabled</Optimization>
  510. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  511. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  512. </ClCompile>
  513. <Link>
  514. <SubSystem>Windows</SubSystem>
  515. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  516. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  517. </Link>
  518. </ItemDefinitionGroup>
  519. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  520. <ClCompile>
  521. <PrecompiledHeader>Use</PrecompiledHeader>
  522. <WarningLevel>Level3</WarningLevel>
  523. <Optimization>Disabled</Optimization>
  524. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  525. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  526. </ClCompile>
  527. <Link>
  528. <SubSystem>Windows</SubSystem>
  529. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  530. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  531. </Link>
  532. </ItemDefinitionGroup>
  533. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  534. <ClCompile>
  535. <PrecompiledHeader>Use</PrecompiledHeader>
  536. <WarningLevel>Level3</WarningLevel>
  537. <Optimization>Disabled</Optimization>
  538. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  539. </ClCompile>
  540. <Link>
  541. <SubSystem>Windows</SubSystem>
  542. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  543. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  544. </Link>
  545. </ItemDefinitionGroup>
  546. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  547. <ClCompile>
  548. <PrecompiledHeader>Use</PrecompiledHeader>
  549. <WarningLevel>Level3</WarningLevel>
  550. <Optimization>MaxSpeed</Optimization>
  551. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  552. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  553. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  554. <IntrinsicFunctions>true</IntrinsicFunctions>
  555. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  556. <SupportJustMyCode>true</SupportJustMyCode>
  557. <WholeProgramOptimization>true</WholeProgramOptimization>
  558. </ClCompile>
  559. <Link>
  560. <SubSystem>Windows</SubSystem>
  561. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  562. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  563. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  564. <OptimizeReferences>true</OptimizeReferences>
  565. </Link>
  566. </ItemDefinitionGroup>
  567. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  568. <ClCompile>
  569. <PrecompiledHeader>Use</PrecompiledHeader>
  570. <WarningLevel>Level3</WarningLevel>
  571. <Optimization>MaxSpeed</Optimization>
  572. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  573. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  574. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  575. <IntrinsicFunctions>true</IntrinsicFunctions>
  576. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  577. <SupportJustMyCode>true</SupportJustMyCode>
  578. <WholeProgramOptimization>true</WholeProgramOptimization>
  579. </ClCompile>
  580. <Link>
  581. <SubSystem>Windows</SubSystem>
  582. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  583. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  584. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  585. <OptimizeReferences>true</OptimizeReferences>
  586. </Link>
  587. </ItemDefinitionGroup>
  588. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  589. <ClCompile>
  590. <PrecompiledHeader>Use</PrecompiledHeader>
  591. <WarningLevel>Level3</WarningLevel>
  592. <Optimization>MaxSpeed</Optimization>
  593. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  594. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  595. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  596. <IntrinsicFunctions>true</IntrinsicFunctions>
  597. <DebugInformationFormat>None</DebugInformationFormat>
  598. <SupportJustMyCode>true</SupportJustMyCode>
  599. <WholeProgramOptimization>true</WholeProgramOptimization>
  600. </ClCompile>
  601. <Link>
  602. <SubSystem>Windows</SubSystem>
  603. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  604. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  605. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  606. <OptimizeReferences>true</OptimizeReferences>
  607. </Link>
  608. </ItemDefinitionGroup>
  609. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  610. <ClCompile>
  611. <PrecompiledHeader>Use</PrecompiledHeader>
  612. <WarningLevel>Level3</WarningLevel>
  613. <Optimization>MaxSpeed</Optimization>
  614. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  615. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  616. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  617. <IntrinsicFunctions>true</IntrinsicFunctions>
  618. <DebugInformationFormat>None</DebugInformationFormat>
  619. <SupportJustMyCode>true</SupportJustMyCode>
  620. <WholeProgramOptimization>true</WholeProgramOptimization>
  621. </ClCompile>
  622. <Link>
  623. <SubSystem>Windows</SubSystem>
  624. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  625. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  626. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  627. <OptimizeReferences>true</OptimizeReferences>
  628. </Link>
  629. </ItemDefinitionGroup>
  630. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  631. <ClCompile>
  632. <PrecompiledHeader>Use</PrecompiledHeader>
  633. <WarningLevel>Level3</WarningLevel>
  634. <Optimization>MaxSpeed</Optimization>
  635. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  636. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  637. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  638. <IntrinsicFunctions>true</IntrinsicFunctions>
  639. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  640. <SupportJustMyCode>true</SupportJustMyCode>
  641. <WholeProgramOptimization>true</WholeProgramOptimization>
  642. </ClCompile>
  643. <Link>
  644. <SubSystem>Windows</SubSystem>
  645. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  646. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  647. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  648. <OptimizeReferences>true</OptimizeReferences>
  649. </Link>
  650. </ItemDefinitionGroup>
  651. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  652. <ClCompile>
  653. <PrecompiledHeader>Use</PrecompiledHeader>
  654. <WarningLevel>Level3</WarningLevel>
  655. <Optimization>MaxSpeed</Optimization>
  656. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  657. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  658. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  659. <IntrinsicFunctions>true</IntrinsicFunctions>
  660. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  661. <SupportJustMyCode>true</SupportJustMyCode>
  662. <WholeProgramOptimization>true</WholeProgramOptimization>
  663. </ClCompile>
  664. <Link>
  665. <SubSystem>Windows</SubSystem>
  666. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  667. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  668. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  669. <OptimizeReferences>true</OptimizeReferences>
  670. </Link>
  671. </ItemDefinitionGroup>
  672. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  673. <ClCompile>
  674. <PrecompiledHeader>Use</PrecompiledHeader>
  675. <WarningLevel>Level3</WarningLevel>
  676. <Optimization>MaxSpeed</Optimization>
  677. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  678. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  679. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  680. <IntrinsicFunctions>true</IntrinsicFunctions>
  681. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  682. <SupportJustMyCode>true</SupportJustMyCode>
  683. <WholeProgramOptimization>true</WholeProgramOptimization>
  684. </ClCompile>
  685. <Link>
  686. <SubSystem>Windows</SubSystem>
  687. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  688. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  689. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  690. <OptimizeReferences>true</OptimizeReferences>
  691. </Link>
  692. </ItemDefinitionGroup>
  693. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  694. <ClCompile>
  695. <WarningLevel>Level3</WarningLevel>
  696. <PrecompiledHeader>Use</PrecompiledHeader>
  697. <Optimization>MaxSpeed</Optimization>
  698. <FunctionLevelLinking>true</FunctionLevelLinking>
  699. <IntrinsicFunctions>true</IntrinsicFunctions>
  700. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  701. </ClCompile>
  702. <Link>
  703. <SubSystem>Windows</SubSystem>
  704. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  705. <OptimizeReferences>true</OptimizeReferences>
  706. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  707. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  708. </Link>
  709. </ItemDefinitionGroup>
  710. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  711. <ClCompile>
  712. <WarningLevel>Level3</WarningLevel>
  713. <PrecompiledHeader>Use</PrecompiledHeader>
  714. <Optimization>MaxSpeed</Optimization>
  715. <FunctionLevelLinking>true</FunctionLevelLinking>
  716. <IntrinsicFunctions>true</IntrinsicFunctions>
  717. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  718. </ClCompile>
  719. <Link>
  720. <SubSystem>Windows</SubSystem>
  721. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  722. <OptimizeReferences>true</OptimizeReferences>
  723. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  724. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  725. </Link>
  726. </ItemDefinitionGroup>
  727. <ItemGroup>
  728. <Text Include="ReadMe.txt" />
  729. </ItemGroup>
  730. <ItemGroup>
  731. <ClInclude Include="sqlite3.h" />
  732. <ClInclude Include="sqlite3ext.h" />
  733. <ClInclude Include="stdafx.h" />
  734. <ClInclude Include="targetver.h" />
  735. </ItemGroup>
  736. <ItemGroup>
  737. <ClCompile Include="dllmain.cpp">
  738. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  739. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">false</CompileAsManaged>
  740. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">false</CompileAsManaged>
  741. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">false</CompileAsManaged>
  742. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">false</CompileAsManaged>
  743. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">false</CompileAsManaged>
  744. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">false</CompileAsManaged>
  745. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">false</CompileAsManaged>
  746. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  747. </PrecompiledHeader>
  748. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  749. </PrecompiledHeader>
  750. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  751. </PrecompiledHeader>
  752. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  753. </PrecompiledHeader>
  754. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">
  755. </PrecompiledHeader>
  756. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  757. </PrecompiledHeader>
  758. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  759. </PrecompiledHeader>
  760. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  761. </PrecompiledHeader>
  762. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  763. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">false</CompileAsManaged>
  764. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">false</CompileAsManaged>
  765. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">false</CompileAsManaged>
  766. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">false</CompileAsManaged>
  767. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">false</CompileAsManaged>
  768. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">false</CompileAsManaged>
  769. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">false</CompileAsManaged>
  770. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  771. </PrecompiledHeader>
  772. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  773. </PrecompiledHeader>
  774. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  775. </PrecompiledHeader>
  776. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  777. </PrecompiledHeader>
  778. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">
  779. </PrecompiledHeader>
  780. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  781. </PrecompiledHeader>
  782. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  783. </PrecompiledHeader>
  784. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  785. </PrecompiledHeader>
  786. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  787. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  788. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  789. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  790. </PrecompiledHeader>
  791. </ClCompile>
  792. <ClCompile Include="sqlite3.c">
  793. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  794. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">NotUsing</PrecompiledHeader>
  795. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">NotUsing</PrecompiledHeader>
  796. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">NotUsing</PrecompiledHeader>
  797. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">NotUsing</PrecompiledHeader>
  798. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">NotUsing</PrecompiledHeader>
  799. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">NotUsing</PrecompiledHeader>
  800. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">NotUsing</PrecompiledHeader>
  801. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  802. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
  803. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">NotUsing</PrecompiledHeader>
  804. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">NotUsing</PrecompiledHeader>
  805. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">NotUsing</PrecompiledHeader>
  806. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">NotUsing</PrecompiledHeader>
  807. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">NotUsing</PrecompiledHeader>
  808. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">NotUsing</PrecompiledHeader>
  809. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">NotUsing</PrecompiledHeader>
  810. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  811. </ClCompile>
  812. <ClCompile Include="SQLite3Dll.cpp" />
  813. <ClCompile Include="stdafx.cpp">
  814. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  815. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">Create</PrecompiledHeader>
  816. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">Create</PrecompiledHeader>
  817. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">Create</PrecompiledHeader>
  818. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|Win32'">Create</PrecompiledHeader>
  819. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">Create</PrecompiledHeader>
  820. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">Create</PrecompiledHeader>
  821. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">Create</PrecompiledHeader>
  822. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  823. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">Create</PrecompiledHeader>
  824. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">Create</PrecompiledHeader>
  825. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">Create</PrecompiledHeader>
  826. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61sp1|x64'">Create</PrecompiledHeader>
  827. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">Create</PrecompiledHeader>
  828. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">Create</PrecompiledHeader>
  829. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">Create</PrecompiledHeader>
  830. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  831. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  832. </ClCompile>
  833. </ItemGroup>
  834. <ItemGroup>
  835. <None Include="sqlite3Win32.def" />
  836. <None Include="sqlite3Win64.def" />
  837. </ItemGroup>
  838. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  839. <ImportGroup Label="ExtensionTargets">
  840. </ImportGroup>
  841. </Project>