SQLite3Dll.vcxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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="Release_oxford50|Win32">
  17. <Configuration>Release_oxford50</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release_oxford50|x64">
  21. <Configuration>Release_oxford50</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Win32">
  25. <Configuration>Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <VCProjectVersion>15.0</VCProjectVersion>
  39. <ProjectGuid>{EC722DFC-BD72-4673-B9E2-226C70B015A8}</ProjectGuid>
  40. <Keyword>Win32Proj</Keyword>
  41. <RootNamespace>SQLite3Dll</RootNamespace>
  42. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  46. <ConfigurationType>DynamicLibrary</ConfigurationType>
  47. <UseDebugLibraries>true</UseDebugLibraries>
  48. <PlatformToolset>v142</PlatformToolset>
  49. <CharacterSet>MultiByte</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="Configuration">
  52. <ConfigurationType>DynamicLibrary</ConfigurationType>
  53. <UseDebugLibraries>true</UseDebugLibraries>
  54. <PlatformToolset>v142</PlatformToolset>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. <UseOfMfc>Dynamic</UseOfMfc>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="Configuration">
  59. <ConfigurationType>DynamicLibrary</ConfigurationType>
  60. <UseDebugLibraries>true</UseDebugLibraries>
  61. <PlatformToolset>v142</PlatformToolset>
  62. <CharacterSet>MultiByte</CharacterSet>
  63. <UseOfMfc>Dynamic</UseOfMfc>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  66. <ConfigurationType>DynamicLibrary</ConfigurationType>
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. <PlatformToolset>v142</PlatformToolset>
  69. <WholeProgramOptimization>true</WholeProgramOptimization>
  70. <CharacterSet>MultiByte</CharacterSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  73. <ConfigurationType>DynamicLibrary</ConfigurationType>
  74. <UseDebugLibraries>true</UseDebugLibraries>
  75. <PlatformToolset>v142</PlatformToolset>
  76. <CharacterSet>MultiByte</CharacterSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="Configuration">
  79. <ConfigurationType>DynamicLibrary</ConfigurationType>
  80. <UseDebugLibraries>true</UseDebugLibraries>
  81. <PlatformToolset>v142</PlatformToolset>
  82. <CharacterSet>MultiByte</CharacterSet>
  83. <WholeProgramOptimization>true</WholeProgramOptimization>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="Configuration">
  86. <ConfigurationType>DynamicLibrary</ConfigurationType>
  87. <UseDebugLibraries>true</UseDebugLibraries>
  88. <PlatformToolset>v142</PlatformToolset>
  89. <CharacterSet>MultiByte</CharacterSet>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  93. <ConfigurationType>DynamicLibrary</ConfigurationType>
  94. <UseDebugLibraries>false</UseDebugLibraries>
  95. <PlatformToolset>v142</PlatformToolset>
  96. <WholeProgramOptimization>true</WholeProgramOptimization>
  97. <CharacterSet>MultiByte</CharacterSet>
  98. </PropertyGroup>
  99. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  100. <ImportGroup Label="ExtensionSettings">
  101. </ImportGroup>
  102. <ImportGroup Label="Shared">
  103. </ImportGroup>
  104. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  105. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  126. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  127. </ImportGroup>
  128. <PropertyGroup Label="UserMacros" />
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  130. <LinkIncremental>true</LinkIncremental>
  131. <TargetName>SQLite3Dll</TargetName>
  132. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  133. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  134. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  135. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  136. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  139. <LinkIncremental>true</LinkIncremental>
  140. <TargetName>SQLite3Dll</TargetName>
  141. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  142. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  143. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  144. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  145. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  148. <LinkIncremental>true</LinkIncremental>
  149. <TargetName>SQLite3Dll</TargetName>
  150. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  151. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  152. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  153. <ReferencePath>E:\OTS_SrcV1.1\OTS\SQLite3Dll;$(ReferencePath)</ReferencePath>
  154. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <LinkIncremental>true</LinkIncremental>
  158. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  159. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  160. <TargetName>SQLite3Win64Dll</TargetName>
  161. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  162. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  165. <LinkIncremental>true</LinkIncremental>
  166. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  167. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  168. <TargetName>SQLite3Win64Dll</TargetName>
  169. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  170. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  173. <LinkIncremental>true</LinkIncremental>
  174. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  175. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  176. <TargetName>SQLite3Win64Dll</TargetName>
  177. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  178. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  179. </PropertyGroup>
  180. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  181. <LinkIncremental>false</LinkIncremental>
  182. <TargetName>SQLite3Dll</TargetName>
  183. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  184. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  185. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  186. <ReferencePath>SQLiteDBDll</ReferencePath>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  189. <LinkIncremental>false</LinkIncremental>
  190. <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
  191. <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  192. <TargetName>SQLite3Win64Dll</TargetName>
  193. <IncludePath>$(SolutionDir)SQLite3Dll;$(IncludePath)</IncludePath>
  194. <ReferencePath>SQLiteDBWin64Dll</ReferencePath>
  195. </PropertyGroup>
  196. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  197. <ClCompile>
  198. <PrecompiledHeader>Use</PrecompiledHeader>
  199. <WarningLevel>Level3</WarningLevel>
  200. <Optimization>Disabled</Optimization>
  201. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  202. </ClCompile>
  203. <Link>
  204. <SubSystem>Windows</SubSystem>
  205. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  206. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  207. </Link>
  208. </ItemDefinitionGroup>
  209. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  210. <ClCompile>
  211. <PrecompiledHeader>Use</PrecompiledHeader>
  212. <WarningLevel>Level3</WarningLevel>
  213. <Optimization>Disabled</Optimization>
  214. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  215. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  216. </ClCompile>
  217. <Link>
  218. <SubSystem>Windows</SubSystem>
  219. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  220. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  221. </Link>
  222. </ItemDefinitionGroup>
  223. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  224. <ClCompile>
  225. <PrecompiledHeader>Use</PrecompiledHeader>
  226. <WarningLevel>Level3</WarningLevel>
  227. <Optimization>Disabled</Optimization>
  228. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  229. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  230. </ClCompile>
  231. <Link>
  232. <SubSystem>Windows</SubSystem>
  233. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  234. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  235. </Link>
  236. </ItemDefinitionGroup>
  237. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  238. <ClCompile>
  239. <PrecompiledHeader>Use</PrecompiledHeader>
  240. <WarningLevel>Level3</WarningLevel>
  241. <Optimization>Disabled</Optimization>
  242. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  243. </ClCompile>
  244. <Link>
  245. <SubSystem>Windows</SubSystem>
  246. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  247. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  248. </Link>
  249. </ItemDefinitionGroup>
  250. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  251. <ClCompile>
  252. <PrecompiledHeader>Use</PrecompiledHeader>
  253. <WarningLevel>Level3</WarningLevel>
  254. <Optimization>MaxSpeed</Optimization>
  255. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  256. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  257. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  258. <IntrinsicFunctions>true</IntrinsicFunctions>
  259. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  260. <SupportJustMyCode>true</SupportJustMyCode>
  261. <WholeProgramOptimization>true</WholeProgramOptimization>
  262. </ClCompile>
  263. <Link>
  264. <SubSystem>Windows</SubSystem>
  265. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  266. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  267. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  268. <OptimizeReferences>true</OptimizeReferences>
  269. </Link>
  270. </ItemDefinitionGroup>
  271. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  272. <ClCompile>
  273. <PrecompiledHeader>Use</PrecompiledHeader>
  274. <WarningLevel>Level3</WarningLevel>
  275. <Optimization>MaxSpeed</Optimization>
  276. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  277. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  278. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  279. <IntrinsicFunctions>true</IntrinsicFunctions>
  280. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  281. <SupportJustMyCode>true</SupportJustMyCode>
  282. <WholeProgramOptimization>true</WholeProgramOptimization>
  283. </ClCompile>
  284. <Link>
  285. <SubSystem>Windows</SubSystem>
  286. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  287. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  288. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  289. <OptimizeReferences>true</OptimizeReferences>
  290. </Link>
  291. </ItemDefinitionGroup>
  292. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  293. <ClCompile>
  294. <WarningLevel>Level3</WarningLevel>
  295. <PrecompiledHeader>Use</PrecompiledHeader>
  296. <Optimization>MaxSpeed</Optimization>
  297. <FunctionLevelLinking>true</FunctionLevelLinking>
  298. <IntrinsicFunctions>true</IntrinsicFunctions>
  299. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  300. </ClCompile>
  301. <Link>
  302. <SubSystem>Windows</SubSystem>
  303. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  304. <OptimizeReferences>true</OptimizeReferences>
  305. <ModuleDefinitionFile>sqlite3Win32.def</ModuleDefinitionFile>
  306. <OutputFile>$(OutDir)\SQLite3Dll.dll</OutputFile>
  307. </Link>
  308. </ItemDefinitionGroup>
  309. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  310. <ClCompile>
  311. <WarningLevel>Level3</WarningLevel>
  312. <PrecompiledHeader>Use</PrecompiledHeader>
  313. <Optimization>MaxSpeed</Optimization>
  314. <FunctionLevelLinking>true</FunctionLevelLinking>
  315. <IntrinsicFunctions>true</IntrinsicFunctions>
  316. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;SQLITE3DLL_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  317. </ClCompile>
  318. <Link>
  319. <SubSystem>Windows</SubSystem>
  320. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  321. <OptimizeReferences>true</OptimizeReferences>
  322. <ModuleDefinitionFile>sqlite3Win64.def</ModuleDefinitionFile>
  323. <OutputFile>$(OutDir)\SQLite3Win64Dll.dll</OutputFile>
  324. </Link>
  325. </ItemDefinitionGroup>
  326. <ItemGroup>
  327. <Text Include="ReadMe.txt" />
  328. </ItemGroup>
  329. <ItemGroup>
  330. <ClInclude Include="sqlite3.h" />
  331. <ClInclude Include="sqlite3ext.h" />
  332. <ClInclude Include="stdafx.h" />
  333. <ClInclude Include="targetver.h" />
  334. </ItemGroup>
  335. <ItemGroup>
  336. <ClCompile Include="dllmain.cpp">
  337. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  338. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">false</CompileAsManaged>
  339. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">false</CompileAsManaged>
  340. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  341. </PrecompiledHeader>
  342. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">
  343. </PrecompiledHeader>
  344. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">
  345. </PrecompiledHeader>
  346. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
  347. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">false</CompileAsManaged>
  348. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">false</CompileAsManaged>
  349. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  350. </PrecompiledHeader>
  351. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
  352. </PrecompiledHeader>
  353. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">
  354. </PrecompiledHeader>
  355. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  356. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  357. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
  358. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  359. </PrecompiledHeader>
  360. </ClCompile>
  361. <ClCompile Include="sqlite3.c">
  362. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
  363. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">NotUsing</PrecompiledHeader>
  364. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">NotUsing</PrecompiledHeader>
  365. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
  366. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
  367. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">NotUsing</PrecompiledHeader>
  368. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">NotUsing</PrecompiledHeader>
  369. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
  370. </ClCompile>
  371. <ClCompile Include="SQLite3Dll.cpp" />
  372. <ClCompile Include="stdafx.cpp">
  373. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  374. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|Win32'">Create</PrecompiledHeader>
  375. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|Win32'">Create</PrecompiledHeader>
  376. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  377. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">Create</PrecompiledHeader>
  378. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='CleannessRelease|x64'">Create</PrecompiledHeader>
  379. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  380. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  381. </ClCompile>
  382. </ItemGroup>
  383. <ItemGroup>
  384. <None Include="sqlite3Win32.def" />
  385. <None Include="sqlite3Win64.def" />
  386. </ItemGroup>
  387. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  388. <ImportGroup Label="ExtensionTargets">
  389. </ImportGroup>
  390. </Project>