SQLite3Dll.vcxproj 44 KB

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