diff options
Diffstat (limited to 'third_party/sqlite/sqlite.vcproj')
-rw-r--r-- | third_party/sqlite/sqlite.vcproj | 479 |
1 files changed, 479 insertions, 0 deletions
diff --git a/third_party/sqlite/sqlite.vcproj b/third_party/sqlite/sqlite.vcproj new file mode 100644 index 0000000..cc3a14b --- /dev/null +++ b/third_party/sqlite/sqlite.vcproj @@ -0,0 +1,479 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="sqlite" + ProjectGUID="{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}" + RootNamespace="sqlite" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Shell|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath=".\alter.c" + > + </File> + <File + RelativePath=".\analyze.c" + > + </File> + <File + RelativePath=".\attach.c" + > + </File> + <File + RelativePath=".\auth.c" + > + </File> + <File + RelativePath=".\btree.c" + > + </File> + <File + RelativePath=".\btree.h" + > + </File> + <File + RelativePath=".\btreeInt.h" + > + </File> + <File + RelativePath=".\build.c" + > + </File> + <File + RelativePath=".\callback.c" + > + </File> + <File + RelativePath=".\complete.c" + > + </File> + <File + RelativePath=".\date.c" + > + </File> + <File + RelativePath=".\delete.c" + > + </File> + <File + RelativePath=".\expr.c" + > + </File> + <File + RelativePath=".\fts2.c" + > + </File> + <File + RelativePath=".\fts2.h" + > + </File> + <File + RelativePath=".\fts2_hash.c" + > + </File> + <File + RelativePath=".\fts2_hash.h" + > + </File> + <File + RelativePath=".\fts2_icu.c" + > + </File> + <File + RelativePath=".\fts2_porter.c" + > + </File> + <File + RelativePath=".\fts2_tokenizer.c" + > + </File> + <File + RelativePath=".\fts2_tokenizer.h" + > + </File> + <File + RelativePath=".\fts2_tokenizer1.c" + > + </File> + <File + RelativePath=".\func.c" + > + </File> + <File + RelativePath=".\hash.c" + > + </File> + <File + RelativePath=".\hash.h" + > + </File> + <File + RelativePath=".\icu.c" + > + </File> + <File + RelativePath=".\insert.c" + > + </File> + <File + RelativePath=".\keywordhash.h" + > + </File> + <File + RelativePath=".\legacy.c" + > + </File> + <File + RelativePath=".\limits.h" + > + </File> + <File + RelativePath=".\loadext.c" + > + </File> + <File + RelativePath=".\main.c" + > + </File> + <File + RelativePath=".\malloc.c" + > + </File> + <File + RelativePath=".\opcodes.c" + > + </File> + <File + RelativePath=".\opcodes.h" + > + </File> + <File + RelativePath=".\os.c" + > + </File> + <File + RelativePath=".\os.h" + > + </File> + <File + RelativePath=".\os_win.c" + > + </File> + <File + RelativePath=".\pager.c" + > + </File> + <File + RelativePath=".\pager.h" + > + </File> + <File + RelativePath=".\parse.c" + > + </File> + <File + RelativePath=".\parse.h" + > + </File> + <File + RelativePath=".\pragma.c" + > + </File> + <File + RelativePath=".\prepare.c" + > + </File> + <File + RelativePath=".\printf.c" + > + </File> + <File + RelativePath=".\random.c" + > + </File> + <File + RelativePath=".\select.c" + > + </File> + <File + RelativePath=".\shell.c" + > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\shell_icu.c" + > + </File> + <File + RelativePath=".\sqlite3.h" + > + </File> + <File + RelativePath=".\sqlite3ext.h" + > + </File> + <File + RelativePath=".\sqliteInt.h" + > + </File> + <File + RelativePath=".\sqliteLimit.h" + > + </File> + <File + RelativePath=".\table.c" + > + </File> + <File + RelativePath=".\tokenize.c" + > + </File> + <File + RelativePath=".\trigger.c" + > + </File> + <File + RelativePath=".\update.c" + > + </File> + <File + RelativePath=".\utf.c" + > + </File> + <File + RelativePath=".\util.c" + > + </File> + <File + RelativePath=".\vacuum.c" + > + </File> + <File + RelativePath=".\vdbe.c" + > + </File> + <File + RelativePath=".\vdbe.h" + > + </File> + <File + RelativePath=".\vdbeapi.c" + > + </File> + <File + RelativePath=".\vdbeaux.c" + > + </File> + <File + RelativePath=".\vdbefifo.c" + > + </File> + <File + RelativePath=".\vdbeInt.h" + > + </File> + <File + RelativePath=".\vdbemem.c" + > + </File> + <File + RelativePath=".\vtab.c" + > + </File> + <File + RelativePath=".\where.c" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |