SQLite3Dll.vcxproj 17 KB

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