SQLite3Dll.vcxproj 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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)\</OutDir>
  315. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  316. <TargetName>SQLite3Win64Dll</TargetName>
  317. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  318. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  319. </PropertyGroup>
  320. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  321. <LinkIncremental>true</LinkIncremental>
  322. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  323. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  324. <TargetName>SQLite3Win64Dll</TargetName>
  325. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  326. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  327. </PropertyGroup>
  328. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  329. <LinkIncremental>true</LinkIncremental>
  330. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\OTSCPPDll</OutDir>
  331. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  332. <TargetName>SQLite3Win64Dll</TargetName>
  333. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  334. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  335. </PropertyGroup>
  336. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  337. <LinkIncremental>true</LinkIncremental>
  338. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  339. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  340. <TargetName>SQLite3Win64Dll</TargetName>
  341. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  342. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  343. </PropertyGroup>
  344. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  345. <LinkIncremental>true</LinkIncremental>
  346. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  347. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  348. <TargetName>SQLite3Win64Dll</TargetName>
  349. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  350. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  351. </PropertyGroup>
  352. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  353. <LinkIncremental>true</LinkIncremental>
  354. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  355. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  356. <TargetName>SQLite3Win64Dll</TargetName>
  357. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  358. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  359. </PropertyGroup>
  360. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  361. <LinkIncremental>false</LinkIncremental>
  362. <TargetName>SQLite3Dll</TargetName>
  363. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  364. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  365. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  366. <ReferencePath>SQLiteDBDll</ReferencePath>
  367. </PropertyGroup>
  368. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  369. <LinkIncremental>false</LinkIncremental>
  370. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  371. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  372. <TargetName>SQLite3Win64Dll</TargetName>
  373. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  374. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  375. </PropertyGroup>
  376. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  377. <ClCompile>
  378. <PrecompiledHeader>Use</PrecompiledHeader>
  379. <WarningLevel>Level3</WarningLevel>
  380. <Optimization>Disabled</Optimization>
  381. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  382. </ClCompile>
  383. <Link>
  384. <SubSystem>Windows</SubSystem>
  385. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  386. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  387. </Link>
  388. </ItemDefinitionGroup>
  389. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  390. <ClCompile>
  391. <PrecompiledHeader>Use</PrecompiledHeader>
  392. <WarningLevel>Level3</WarningLevel>
  393. <Optimization>Disabled</Optimization>
  394. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  395. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  396. </ClCompile>
  397. <Link>
  398. <SubSystem>Windows</SubSystem>
  399. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  400. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  401. </Link>
  402. </ItemDefinitionGroup>
  403. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  404. <ClCompile>
  405. <PrecompiledHeader>Use</PrecompiledHeader>
  406. <WarningLevel>Level3</WarningLevel>
  407. <Optimization>Disabled</Optimization>
  408. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  409. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  410. </ClCompile>
  411. <Link>
  412. <SubSystem>Windows</SubSystem>
  413. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  414. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  415. </Link>
  416. </ItemDefinitionGroup>
  417. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  418. <ClCompile>
  419. <PrecompiledHeader>Use</PrecompiledHeader>
  420. <WarningLevel>Level3</WarningLevel>
  421. <Optimization>Disabled</Optimization>
  422. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  423. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  424. </ClCompile>
  425. <Link>
  426. <SubSystem>Windows</SubSystem>
  427. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  428. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  429. </Link>
  430. </ItemDefinitionGroup>
  431. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  432. <ClCompile>
  433. <PrecompiledHeader>Use</PrecompiledHeader>
  434. <WarningLevel>Level3</WarningLevel>
  435. <Optimization>Disabled</Optimization>
  436. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  437. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  438. </ClCompile>
  439. <Link>
  440. <SubSystem>Windows</SubSystem>
  441. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  442. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  443. </Link>
  444. </ItemDefinitionGroup>
  445. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  446. <ClCompile>
  447. <PrecompiledHeader>Use</PrecompiledHeader>
  448. <WarningLevel>Level3</WarningLevel>
  449. <Optimization>Disabled</Optimization>
  450. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  451. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  452. </ClCompile>
  453. <Link>
  454. <SubSystem>Windows</SubSystem>
  455. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  456. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  457. </Link>
  458. </ItemDefinitionGroup>
  459. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  460. <ClCompile>
  461. <PrecompiledHeader>Use</PrecompiledHeader>
  462. <WarningLevel>Level3</WarningLevel>
  463. <Optimization>Disabled</Optimization>
  464. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  465. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  466. </ClCompile>
  467. <Link>
  468. <SubSystem>Windows</SubSystem>
  469. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  470. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  471. </Link>
  472. </ItemDefinitionGroup>
  473. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  474. <ClCompile>
  475. <PrecompiledHeader>Use</PrecompiledHeader>
  476. <WarningLevel>Level3</WarningLevel>
  477. <Optimization>Disabled</Optimization>
  478. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  479. </ClCompile>
  480. <Link>
  481. <SubSystem>Windows</SubSystem>
  482. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  483. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  484. </Link>
  485. </ItemDefinitionGroup>
  486. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  487. <ClCompile>
  488. <PrecompiledHeader>Use</PrecompiledHeader>
  489. <WarningLevel>Level3</WarningLevel>
  490. <Optimization>MaxSpeed</Optimization>
  491. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  492. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  493. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  494. <IntrinsicFunctions>true</IntrinsicFunctions>
  495. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  496. <SupportJustMyCode>true</SupportJustMyCode>
  497. <WholeProgramOptimization>true</WholeProgramOptimization>
  498. </ClCompile>
  499. <Link>
  500. <SubSystem>Windows</SubSystem>
  501. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  502. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  503. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  504. <OptimizeReferences>true</OptimizeReferences>
  505. </Link>
  506. </ItemDefinitionGroup>
  507. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  508. <ClCompile>
  509. <PrecompiledHeader>Use</PrecompiledHeader>
  510. <WarningLevel>Level3</WarningLevel>
  511. <Optimization>MaxSpeed</Optimization>
  512. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  513. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  514. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  515. <IntrinsicFunctions>true</IntrinsicFunctions>
  516. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  517. <SupportJustMyCode>true</SupportJustMyCode>
  518. <WholeProgramOptimization>true</WholeProgramOptimization>
  519. </ClCompile>
  520. <Link>
  521. <SubSystem>Windows</SubSystem>
  522. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  523. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  524. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  525. <OptimizeReferences>true</OptimizeReferences>
  526. </Link>
  527. </ItemDefinitionGroup>
  528. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  529. <ClCompile>
  530. <PrecompiledHeader>Use</PrecompiledHeader>
  531. <WarningLevel>Level3</WarningLevel>
  532. <Optimization>MaxSpeed</Optimization>
  533. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  534. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  535. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  536. <IntrinsicFunctions>true</IntrinsicFunctions>
  537. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  538. <SupportJustMyCode>true</SupportJustMyCode>
  539. <WholeProgramOptimization>true</WholeProgramOptimization>
  540. </ClCompile>
  541. <Link>
  542. <SubSystem>Windows</SubSystem>
  543. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  544. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  545. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  546. <OptimizeReferences>true</OptimizeReferences>
  547. </Link>
  548. </ItemDefinitionGroup>
  549. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  550. <ClCompile>
  551. <PrecompiledHeader>Use</PrecompiledHeader>
  552. <WarningLevel>Level3</WarningLevel>
  553. <Optimization>MaxSpeed</Optimization>
  554. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  555. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  556. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  557. <IntrinsicFunctions>true</IntrinsicFunctions>
  558. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  559. <SupportJustMyCode>true</SupportJustMyCode>
  560. <WholeProgramOptimization>true</WholeProgramOptimization>
  561. </ClCompile>
  562. <Link>
  563. <SubSystem>Windows</SubSystem>
  564. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  565. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  566. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  567. <OptimizeReferences>true</OptimizeReferences>
  568. </Link>
  569. </ItemDefinitionGroup>
  570. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  571. <ClCompile>
  572. <PrecompiledHeader>Use</PrecompiledHeader>
  573. <WarningLevel>Level3</WarningLevel>
  574. <Optimization>MaxSpeed</Optimization>
  575. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  576. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  577. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  578. <IntrinsicFunctions>true</IntrinsicFunctions>
  579. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  580. <SupportJustMyCode>true</SupportJustMyCode>
  581. <WholeProgramOptimization>true</WholeProgramOptimization>
  582. </ClCompile>
  583. <Link>
  584. <SubSystem>Windows</SubSystem>
  585. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  586. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  587. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  588. <OptimizeReferences>true</OptimizeReferences>
  589. </Link>
  590. </ItemDefinitionGroup>
  591. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  592. <ClCompile>
  593. <PrecompiledHeader>Use</PrecompiledHeader>
  594. <WarningLevel>Level3</WarningLevel>
  595. <Optimization>MaxSpeed</Optimization>
  596. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  597. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  598. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  599. <IntrinsicFunctions>true</IntrinsicFunctions>
  600. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  601. <SupportJustMyCode>true</SupportJustMyCode>
  602. <WholeProgramOptimization>true</WholeProgramOptimization>
  603. </ClCompile>
  604. <Link>
  605. <SubSystem>Windows</SubSystem>
  606. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  607. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  608. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  609. <OptimizeReferences>true</OptimizeReferences>
  610. </Link>
  611. </ItemDefinitionGroup>
  612. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  613. <ClCompile>
  614. <WarningLevel>Level3</WarningLevel>
  615. <PrecompiledHeader>Use</PrecompiledHeader>
  616. <Optimization>MaxSpeed</Optimization>
  617. <FunctionLevelLinking>true</FunctionLevelLinking>
  618. <IntrinsicFunctions>true</IntrinsicFunctions>
  619. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  620. </ClCompile>
  621. <Link>
  622. <SubSystem>Windows</SubSystem>
  623. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  624. <OptimizeReferences>true</OptimizeReferences>
  625. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  626. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  627. </Link>
  628. </ItemDefinitionGroup>
  629. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  630. <ClCompile>
  631. <WarningLevel>Level3</WarningLevel>
  632. <PrecompiledHeader>Use</PrecompiledHeader>
  633. <Optimization>MaxSpeed</Optimization>
  634. <FunctionLevelLinking>true</FunctionLevelLinking>
  635. <IntrinsicFunctions>true</IntrinsicFunctions>
  636. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  637. </ClCompile>
  638. <Link>
  639. <SubSystem>Windows</SubSystem>
  640. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  641. <OptimizeReferences>true</OptimizeReferences>
  642. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  643. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  644. </Link>
  645. </ItemDefinitionGroup>
  646. <ItemGroup>
  647. <Text Include="ReadMe.txt" />
  648. </ItemGroup>
  649. <ItemGroup>
  650. <ClInclude Include="sqlite3.h" />
  651. <ClInclude Include="sqlite3ext.h" />
  652. <ClInclude Include="stdafx.h" />
  653. <ClInclude Include="targetver.h" />
  654. </ItemGroup>
  655. <ItemGroup>
  656. <ClCompile Include="dllmain.cpp">
  657. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  658. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">false</CompileAsManaged>
  659. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">false</CompileAsManaged>
  660. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">false</CompileAsManaged>
  661. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">false</CompileAsManaged>
  662. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">false</CompileAsManaged>
  663. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">false</CompileAsManaged>
  664. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  665. </PrecompiledHeader>
  666. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  667. </PrecompiledHeader>
  668. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">
  669. </PrecompiledHeader>
  670. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">
  671. </PrecompiledHeader>
  672. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">
  673. </PrecompiledHeader>
  674. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  675. </PrecompiledHeader>
  676. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">
  677. </PrecompiledHeader>
  678. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  679. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">false</CompileAsManaged>
  680. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">false</CompileAsManaged>
  681. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">false</CompileAsManaged>
  682. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">false</CompileAsManaged>
  683. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">false</CompileAsManaged>
  684. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">false</CompileAsManaged>
  685. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  686. </PrecompiledHeader>
  687. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  688. </PrecompiledHeader>
  689. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">
  690. </PrecompiledHeader>
  691. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">
  692. </PrecompiledHeader>
  693. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">
  694. </PrecompiledHeader>
  695. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  696. </PrecompiledHeader>
  697. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">
  698. </PrecompiledHeader>
  699. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  700. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  701. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  702. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  703. </PrecompiledHeader>
  704. </ClCompile>
  705. <ClCompile Include="sqlite3.c">
  706. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  707. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">NotUsing</PrecompiledHeader>
  708. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">NotUsing</PrecompiledHeader>
  709. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">NotUsing</PrecompiledHeader>
  710. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">NotUsing</PrecompiledHeader>
  711. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">NotUsing</PrecompiledHeader>
  712. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">NotUsing</PrecompiledHeader>
  713. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  714. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
  715. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">NotUsing</PrecompiledHeader>
  716. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">NotUsing</PrecompiledHeader>
  717. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">NotUsing</PrecompiledHeader>
  718. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">NotUsing</PrecompiledHeader>
  719. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">NotUsing</PrecompiledHeader>
  720. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">NotUsing</PrecompiledHeader>
  721. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  722. </ClCompile>
  723. <ClCompile Include="SQLite3Dll.cpp" />
  724. <ClCompile Include="stdafx.cpp">
  725. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  726. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">Create</PrecompiledHeader>
  727. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|Win32'">Create</PrecompiledHeader>
  728. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|Win32'">Create</PrecompiledHeader>
  729. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|Win32'">Create</PrecompiledHeader>
  730. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">Create</PrecompiledHeader>
  731. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|Win32'">Create</PrecompiledHeader>
  732. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  733. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">Create</PrecompiledHeader>
  734. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford60|x64'">Create</PrecompiledHeader>
  735. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford61|x64'">Create</PrecompiledHeader>
  736. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford62|x64'">Create</PrecompiledHeader>
  737. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">Create</PrecompiledHeader>
  738. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='LithiumCleanness|x64'">Create</PrecompiledHeader>
  739. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  740. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  741. </ClCompile>
  742. </ItemGroup>
  743. <ItemGroup>
  744. <None Include="sqlite3Win32.def" />
  745. <None Include="sqlite3Win64.def" />
  746. </ItemGroup>
  747. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  748. <ImportGroup Label="ExtensionTargets">
  749. </ImportGroup>
  750. </Project>