SQLite3.vcxproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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="LIB_Debug|Win32">
  9. <Configuration>LIB_Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="LIB_Release|Win32">
  13. <Configuration>LIB_Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{FA3DE65C-A236-4097-90F9-8B90A127AEB9}</ProjectGuid>
  23. <RootNamespace>SQLite3</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <PlatformToolset>v143</PlatformToolset>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <PlatformToolset>v143</PlatformToolset>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. <WholeProgramOptimization>true</WholeProgramOptimization>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <PlatformToolset>v143</PlatformToolset>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <PlatformToolset>v143</PlatformToolset>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  50. <ImportGroup Label="ExtensionSettings">
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Debug|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup>
  66. <_ProjectFileVersion>16.0.29124.152</_ProjectFileVersion>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <OutDir>..\..\..\bin\$(ProjectName)\</OutDir>
  70. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <OutDir>..\..\..\bin\$(ProjectName)\</OutDir>
  74. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'">
  77. <OutDir>..\..\..\bin\$(ProjectName)\静态编译\</OutDir>
  78. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Debug|Win32'">
  81. <OutDir>..\..\..\bin\$(ProjectName)\静态编译\</OutDir>
  82. <IntDir>$(OutDir)$(Configuration)\</IntDir>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <ClCompile>
  86. <Optimization>Disabled</Optimization>
  87. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;SQLITE_ENABLE_SESSION;SQLITE_ENABLE_PREUPDATE_HOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <MinimalRebuild>true</MinimalRebuild>
  89. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  90. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  91. <PrecompiledHeader />
  92. <WarningLevel>Level3</WarningLevel>
  93. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  94. </ClCompile>
  95. <PostBuildEvent>
  96. <Command>xcopy ..\Debug\SQLite3.lib ..\testsqlite3\ /Y /A</Command>
  97. </PostBuildEvent>
  98. <Link>
  99. <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <Optimization>MaxSpeed</Optimization>
  105. <IntrinsicFunctions>true</IntrinsicFunctions>
  106. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE3_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;SQLITE_ENABLE_SESSION;SQLITE_ENABLE_PREUPDATE_HOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  108. <FunctionLevelLinking>true</FunctionLevelLinking>
  109. <PrecompiledHeader />
  110. <WarningLevel>Level3</WarningLevel>
  111. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  112. </ClCompile>
  113. <PostBuildEvent>
  114. <Command />
  115. </PostBuildEvent>
  116. <Link>
  117. <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile>
  118. </Link>
  119. </ItemDefinitionGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Release|Win32'">
  121. <ClCompile>
  122. <Optimization>MaxSpeed</Optimization>
  123. <IntrinsicFunctions>true</IntrinsicFunctions>
  124. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE3_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;SQLITE_ENABLE_SESSION;SQLITE_ENABLE_PREUPDATE_HOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <PrecompiledHeader />
  128. <WarningLevel>Level3</WarningLevel>
  129. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  130. </ClCompile>
  131. <PostBuildEvent>
  132. <Command />
  133. </PostBuildEvent>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='LIB_Debug|Win32'">
  136. <ClCompile>
  137. <Optimization>Disabled</Optimization>
  138. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE3_EXPORTS;SQLITE_ENABLE_COLUMN_METADATA;SQLITE_ENABLE_RTREE;SQLITE_ENABLE_FTS5;SQLITE_ENABLE_SESSION;SQLITE_ENABLE_PREUPDATE_HOOK;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. <MinimalRebuild>true</MinimalRebuild>
  140. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  141. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  142. <PrecompiledHeader />
  143. <WarningLevel>Level3</WarningLevel>
  144. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  145. </ClCompile>
  146. <Lib>
  147. <OutputFile>$(OutDir)$(ProjectName)D.lib</OutputFile>
  148. </Lib>
  149. <PostBuildEvent>
  150. <Command />
  151. </PostBuildEvent>
  152. </ItemDefinitionGroup>
  153. <ItemGroup>
  154. <ClCompile Include="shell.c" />
  155. <ClCompile Include="sqlite3.c" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="sqlite3.def" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ClInclude Include="resource.h" />
  162. <ClInclude Include="sqlite3.h" />
  163. <ClInclude Include="sqlite3ext.h" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ResourceCompile Include="SQLite3.rc" />
  167. </ItemGroup>
  168. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  169. <ImportGroup Label="ExtensionTargets">
  170. </ImportGroup>
  171. </Project>