| 1 | = Changes to the SQLite Project Files = |
| 2 | |
| 3 | == Creating the project file == |
| 4 | |
| 5 | {{{ |
| 6 | #!diff |
| 7 | --- "a/sqlite\\sqlite3.vcxproj.orig" |
| 8 | +++ "b/sqlite\\sqlite3.vcxproj" |
| 9 | @@ -1 +1,315 @@ |
| 10 | +<?xml version="1.0" encoding="utf-8"?> |
| 11 | +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 12 | + <ItemGroup Label="ProjectConfigurations"> |
| 13 | + <ProjectConfiguration Include="Debug|Win32"> |
| 14 | + <Configuration>Debug</Configuration> |
| 15 | + <Platform>Win32</Platform> |
| 16 | + </ProjectConfiguration> |
| 17 | + <ProjectConfiguration Include="Debug|x64"> |
| 18 | + <Configuration>Debug</Configuration> |
| 19 | + <Platform>x64</Platform> |
| 20 | + </ProjectConfiguration> |
| 21 | + <ProjectConfiguration Include="Release|Win32"> |
| 22 | + <Configuration>Release</Configuration> |
| 23 | + <Platform>Win32</Platform> |
| 24 | + </ProjectConfiguration> |
| 25 | + <ProjectConfiguration Include="Release|x64"> |
| 26 | + <Configuration>Release</Configuration> |
| 27 | + <Platform>x64</Platform> |
| 28 | + </ProjectConfiguration> |
| 29 | + </ItemGroup> |
| 30 | + <PropertyGroup Label="Globals"> |
| 31 | + <ProjectGuid>{4698B535-3C18-47F8-BFCB-8D8A6DEF6039}</ProjectGuid> |
| 32 | + <RootNamespace>sqlite3</RootNamespace> |
| 33 | + <Keyword>Win32Proj</Keyword> |
| 34 | + </PropertyGroup> |
| 35 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 37 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 38 | + <CharacterSet>Unicode</CharacterSet> |
| 39 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 40 | + <PlatformToolset>v120</PlatformToolset> |
| 41 | + </PropertyGroup> |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 44 | + <CharacterSet>Unicode</CharacterSet> |
| 45 | + <PlatformToolset>v120</PlatformToolset> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 48 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 49 | + <CharacterSet>Unicode</CharacterSet> |
| 50 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 51 | + <PlatformToolset>v120</PlatformToolset> |
| 52 | + </PropertyGroup> |
| 53 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 54 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + <PlatformToolset>v120</PlatformToolset> |
| 57 | + </PropertyGroup> |
| 58 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 59 | + <ImportGroup Label="ExtensionSettings"> |
| 60 | + </ImportGroup> |
| 61 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 65 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 66 | + </ImportGroup> |
| 67 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 68 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 69 | + </ImportGroup> |
| 70 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 71 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 72 | + </ImportGroup> |
| 73 | + <PropertyGroup Label="UserMacros" /> |
| 74 | + <PropertyGroup> |
| 75 | + <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
| 76 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| 77 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
| 78 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 79 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| 80 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> |
| 81 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
| 82 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| 83 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
| 84 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 85 | + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
| 86 | + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> |
| 87 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
| 88 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 89 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 90 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| 91 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 92 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 93 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| 94 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 95 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 96 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| 97 | + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| 98 | + <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 99 | + <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| 100 | + </PropertyGroup> |
| 101 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 102 | + <ClCompile> |
| 103 | + <Optimization>Disabled</Optimization> |
| 104 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_CORE;SQLITE_ENABLE_FTS3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 105 | + <MinimalRebuild>true</MinimalRebuild> |
| 106 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 107 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 108 | + <PrecompiledHeader> |
| 109 | + </PrecompiledHeader> |
| 110 | + <WarningLevel>Level3</WarningLevel> |
| 111 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 112 | + </ClCompile> |
| 113 | + <Link> |
| 114 | + <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile> |
| 115 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 116 | + <SubSystem>Windows</SubSystem> |
| 117 | + <SetChecksum>true</SetChecksum> |
| 118 | + <TargetMachine>MachineX86</TargetMachine> |
| 119 | + </Link> |
| 120 | + </ItemDefinitionGroup> |
| 121 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 122 | + <Midl> |
| 123 | + <TargetEnvironment>X64</TargetEnvironment> |
| 124 | + </Midl> |
| 125 | + <ClCompile> |
| 126 | + <Optimization>Disabled</Optimization> |
| 127 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_CORE;SQLITE_ENABLE_FTS3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | + <MinimalRebuild>true</MinimalRebuild> |
| 129 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 130 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 131 | + <PrecompiledHeader> |
| 132 | + </PrecompiledHeader> |
| 133 | + <WarningLevel>Level3</WarningLevel> |
| 134 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 135 | + </ClCompile> |
| 136 | + <Link> |
| 137 | + <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile> |
| 138 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 139 | + <SubSystem>Windows</SubSystem> |
| 140 | + <SetChecksum>true</SetChecksum> |
| 141 | + <TargetMachine>MachineX64</TargetMachine> |
| 142 | + </Link> |
| 143 | + </ItemDefinitionGroup> |
| 144 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 145 | + <ClCompile> |
| 146 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_CORE;SQLITE_ENABLE_FTS3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 147 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 148 | + <PrecompiledHeader> |
| 149 | + </PrecompiledHeader> |
| 150 | + <WarningLevel>Level3</WarningLevel> |
| 151 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 152 | + </ClCompile> |
| 153 | + <Link> |
| 154 | + <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile> |
| 155 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 156 | + <SubSystem>Windows</SubSystem> |
| 157 | + <OptimizeReferences>true</OptimizeReferences> |
| 158 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 159 | + <SetChecksum>true</SetChecksum> |
| 160 | + <TargetMachine>MachineX86</TargetMachine> |
| 161 | + </Link> |
| 162 | + </ItemDefinitionGroup> |
| 163 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 164 | + <Midl> |
| 165 | + <TargetEnvironment>X64</TargetEnvironment> |
| 166 | + </Midl> |
| 167 | + <ClCompile> |
| 168 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_CORE;SQLITE_ENABLE_FTS3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 169 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 170 | + <PrecompiledHeader> |
| 171 | + </PrecompiledHeader> |
| 172 | + <WarningLevel>Level3</WarningLevel> |
| 173 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 174 | + </ClCompile> |
| 175 | + <Link> |
| 176 | + <ModuleDefinitionFile>sqlite3.def</ModuleDefinitionFile> |
| 177 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 178 | + <SubSystem>Windows</SubSystem> |
| 179 | + <OptimizeReferences>true</OptimizeReferences> |
| 180 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 181 | + <SetChecksum>true</SetChecksum> |
| 182 | + <TargetMachine>MachineX64</TargetMachine> |
| 183 | + </Link> |
| 184 | + </ItemDefinitionGroup> |
| 185 | + <ItemGroup> |
| 186 | + <ClCompile Include="alter.c" /> |
| 187 | + <ClCompile Include="analyze.c" /> |
| 188 | + <ClCompile Include="attach.c" /> |
| 189 | + <ClCompile Include="auth.c" /> |
| 190 | + <ClCompile Include="backup.c" /> |
| 191 | + <ClCompile Include="bitvec.c" /> |
| 192 | + <ClCompile Include="btmutex.c" /> |
| 193 | + <ClCompile Include="btree.c" /> |
| 194 | + <ClCompile Include="build.c" /> |
| 195 | + <ClCompile Include="callback.c" /> |
| 196 | + <ClCompile Include="complete.c" /> |
| 197 | + <ClCompile Include="ctime.c" /> |
| 198 | + <ClCompile Include="date.c" /> |
| 199 | + <ClCompile Include="delete.c" /> |
| 200 | + <ClCompile Include="expr.c" /> |
| 201 | + <ClCompile Include="fault.c" /> |
| 202 | + <ClCompile Include="fkey.c" /> |
| 203 | + <ClCompile Include="fts1.c" /> |
| 204 | + <ClCompile Include="fts1_hash.c" /> |
| 205 | + <ClCompile Include="fts1_porter.c" /> |
| 206 | + <ClCompile Include="fts1_tokenizer1.c" /> |
| 207 | + <ClCompile Include="fts2.c" /> |
| 208 | + <ClCompile Include="fts2_hash.c" /> |
| 209 | + <ClCompile Include="fts2_icu.c" /> |
| 210 | + <ClCompile Include="fts2_porter.c" /> |
| 211 | + <ClCompile Include="fts2_tokenizer.c" /> |
| 212 | + <ClCompile Include="fts2_tokenizer1.c" /> |
| 213 | + <ClCompile Include="fts3.c" /> |
| 214 | + <ClCompile Include="fts3_aux.c" /> |
| 215 | + <ClCompile Include="fts3_expr.c" /> |
| 216 | + <ClCompile Include="fts3_hash.c" /> |
| 217 | + <ClCompile Include="fts3_icu.c" /> |
| 218 | + <ClCompile Include="fts3_porter.c" /> |
| 219 | + <ClCompile Include="fts3_snippet.c" /> |
| 220 | + <ClCompile Include="fts3_tokenizer.c" /> |
| 221 | + <ClCompile Include="fts3_tokenizer1.c" /> |
| 222 | + <ClCompile Include="fts3_tokenize_vtab.c" /> |
| 223 | + <ClCompile Include="fts3_unicode.c" /> |
| 224 | + <ClCompile Include="fts3_unicode2.c" /> |
| 225 | + <ClCompile Include="fts3_write.c" /> |
| 226 | + <ClCompile Include="func.c" /> |
| 227 | + <ClCompile Include="global.c" /> |
| 228 | + <ClCompile Include="hash.c" /> |
| 229 | + <ClCompile Include="icu.c" /> |
| 230 | + <ClCompile Include="insert.c" /> |
| 231 | + <ClCompile Include="journal.c" /> |
| 232 | + <ClCompile Include="legacy.c" /> |
| 233 | + <ClCompile Include="loadext.c" /> |
| 234 | + <ClCompile Include="main.c" /> |
| 235 | + <ClCompile Include="malloc.c" /> |
| 236 | + <ClCompile Include="mem0.c" /> |
| 237 | + <ClCompile Include="mem1.c" /> |
| 238 | + <ClCompile Include="mem2.c" /> |
| 239 | + <ClCompile Include="mem3.c" /> |
| 240 | + <ClCompile Include="mem5.c" /> |
| 241 | + <ClCompile Include="memjournal.c" /> |
| 242 | + <ClCompile Include="mutex.c" /> |
| 243 | + <ClCompile Include="mutex_noop.c" /> |
| 244 | + <ClCompile Include="mutex_unix.c" /> |
| 245 | + <ClCompile Include="mutex_w32.c" /> |
| 246 | + <ClCompile Include="notify.c" /> |
| 247 | + <ClCompile Include="opcodes.c" /> |
| 248 | + <ClCompile Include="os.c" /> |
| 249 | + <ClCompile Include="os_unix.c" /> |
| 250 | + <ClCompile Include="os_win.c" /> |
| 251 | + <ClCompile Include="pager.c" /> |
| 252 | + <ClCompile Include="parse.c" /> |
| 253 | + <ClCompile Include="pcache.c" /> |
| 254 | + <ClCompile Include="pcache1.c" /> |
| 255 | + <ClCompile Include="pragma.c" /> |
| 256 | + <ClCompile Include="prepare.c" /> |
| 257 | + <ClCompile Include="printf.c" /> |
| 258 | + <ClCompile Include="random.c" /> |
| 259 | + <ClCompile Include="resolve.c" /> |
| 260 | + <ClCompile Include="rowset.c" /> |
| 261 | + <ClCompile Include="rtree.c" /> |
| 262 | + <ClCompile Include="select.c" /> |
| 263 | + <ClCompile Include="status.c" /> |
| 264 | + <ClCompile Include="table.c" /> |
| 265 | + <ClCompile Include="tokenize.c" /> |
| 266 | + <ClCompile Include="trigger.c" /> |
| 267 | + <ClCompile Include="update.c" /> |
| 268 | + <ClCompile Include="utf.c" /> |
| 269 | + <ClCompile Include="util.c" /> |
| 270 | + <ClCompile Include="vacuum.c" /> |
| 271 | + <ClCompile Include="vdbe.c" /> |
| 272 | + <ClCompile Include="vdbeapi.c" /> |
| 273 | + <ClCompile Include="vdbeaux.c" /> |
| 274 | + <ClCompile Include="vdbeblob.c" /> |
| 275 | + <ClCompile Include="vdbemem.c" /> |
| 276 | + <ClCompile Include="vdbesort.c" /> |
| 277 | + <ClCompile Include="vdbetrace.c" /> |
| 278 | + <ClCompile Include="vtab.c" /> |
| 279 | + <ClCompile Include="wal.c" /> |
| 280 | + <ClCompile Include="walker.c" /> |
| 281 | + <ClCompile Include="where.c" /> |
| 282 | + </ItemGroup> |
| 283 | + <ItemGroup> |
| 284 | + <ClInclude Include="btree.h" /> |
| 285 | + <ClInclude Include="btreeInt.h" /> |
| 286 | + <ClInclude Include="fts1.h" /> |
| 287 | + <ClInclude Include="fts1_hash.h" /> |
| 288 | + <ClInclude Include="fts1_tokenizer.h" /> |
| 289 | + <ClInclude Include="fts2.h" /> |
| 290 | + <ClInclude Include="fts2_hash.h" /> |
| 291 | + <ClInclude Include="fts2_tokenizer.h" /> |
| 292 | + <ClInclude Include="fts3.h" /> |
| 293 | + <ClInclude Include="fts3_expr.h" /> |
| 294 | + <ClInclude Include="fts3_hash.h" /> |
| 295 | + <ClInclude Include="fts3_tokenizer.h" /> |
| 296 | + <ClInclude Include="fts3Int.h" /> |
| 297 | + <ClInclude Include="hash.h" /> |
| 298 | + <ClInclude Include="hwtime.h" /> |
| 299 | + <ClInclude Include="keywordhash.h" /> |
| 300 | + <ClInclude Include="mutex.h" /> |
| 301 | + <ClInclude Include="opcodes.h" /> |
| 302 | + <ClInclude Include="os.h" /> |
| 303 | + <ClInclude Include="os_common.h" /> |
| 304 | + <ClInclude Include="pager.h" /> |
| 305 | + <ClInclude Include="parse.h" /> |
| 306 | + <ClInclude Include="pcache.h" /> |
| 307 | + <ClInclude Include="resource.h" /> |
| 308 | + <ClInclude Include="rtree.h" /> |
| 309 | + <ClInclude Include="sqlite3.h" /> |
| 310 | + <ClInclude Include="sqlite3ext.h" /> |
| 311 | + <ClInclude Include="sqliteicu.h" /> |
| 312 | + <ClInclude Include="sqliteInt.h" /> |
| 313 | + <ClInclude Include="sqliteLimit.h" /> |
| 314 | + <ClInclude Include="vdbe.h" /> |
| 315 | + <ClInclude Include="vdbeInt.h" /> |
| 316 | + <ClInclude Include="wal.h" /> |
| 317 | + </ItemGroup> |
| 318 | + <ItemGroup> |
| 319 | + <ResourceCompile Include="sqlite3.rc" /> |
| 320 | + </ItemGroup> |
| 321 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 322 | + <ImportGroup Label="ExtensionTargets"> |
| 323 | + </ImportGroup> |
| 324 | +</Project> |
| 325 | }}} |