]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update to sqlite 3.3.5
authorMichael Jerris <mike@jerris.com>
Wed, 26 Apr 2006 17:06:03 +0000 (17:06 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 26 Apr 2006 17:06:03 +0000 (17:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1258 d0543943-73ff-0310-b7d9-9358b9ac24b2

w32/vsnet/GetLibs.vbs
w32/vsnet/Tools/sqlite.vcproj

index d5daaec2bd9115d1e41de890bd7bdc2251a7b568..c7e1b78ec800ff132d47c20adba644aef606615b 100644 (file)
@@ -1,4 +1,4 @@
-On Error Resume Next\r
+'On Error Resume Next\r
 ' **************\r
 ' Initialization\r
 ' **************\r
@@ -412,12 +412,12 @@ End Sub
 \r
 Sub BuildLibs_sqlite(BuildDebug, BuildRelease)\r
        If Not FSO.FolderExists(LibDestDir & "sqlite") Then \r
-               WgetUnCompress "http://www.sqlite.org/sqlite-source-3_2_7.zip", LibDestDir \r
-               If Not FSO.FolderExists(LibDestDir & "sqlite-source-3_2_7") Then\r
+               WgetUnCompress "http://www.sqlite.org/sqlite-source-3_3_5.zip", LibDestDir \r
+               If Not FSO.FolderExists(LibDestDir & "sqlite-source-3_3_5") Then\r
                        Wscript.echo "Unable to get SQLite from default download location, Trying backup location:"\r
-                       WgetUnCompress LibsBase & "sqlite-source-3_2_7.zip", LibDestDir\r
+                       WgetUnCompress LibsBase & "sqlite-source-3_3_5.zip", LibDestDir\r
                End If\r
-               RenameFolder LibDestDir & "sqlite-source-3_2_7", "sqlite"\r
+               RenameFolder LibDestDir & "sqlite-source-3_3_5", "sqlite"\r
                FSO.CopyFile Utilsdir & "sqlite.vcproj", LibDestDir & "sqlite\", True\r
                FindReplaceInFile LibDestDir & "sqlite\sqlite.vcproj", "WIN32;", "_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;"\r
        End If\r
index 6954658de4c332e6cc090a95dd7d0a9c96dba673..98bcc13b731fe3fc75b0e7a5c8d51d73e8d0fa35 100644 (file)
 <?xml version="1.0" encoding="Windows-1252"?>\r
 <VisualStudioProject\r
        ProjectType="Visual C++"\r
-       Version="7.10"\r
+       Version="8.00"\r
        Name="sqlite"\r
        ProjectGUID="{6EDFEFD5-3596-4FA9-8EBA-B331547B35A3}"\r
-       Keyword="Win32Proj">\r
+       Keyword="Win32Proj"\r
+       >\r
        <Platforms>\r
                <Platform\r
-                       Name="Win32"/>\r
+                       Name="Win32"\r
+               />\r
        </Platforms>\r
+       <ToolFiles>\r
+       </ToolFiles>\r
        <Configurations>\r
                <Configuration\r
                        Name="Debug|Win32"\r
                        OutputDirectory="Debug"\r
                        IntermediateDirectory="Debug"\r
                        ConfigurationType="4"\r
-                       CharacterSet="2">\r
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+                       CharacterSet="2"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                       />\r
                        <Tool\r
                                Name="VCCLCompilerTool"\r
                                Optimization="0"\r
-                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG"\r
-                               MinimalRebuild="TRUE"\r
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG"\r
+                               MinimalRebuild="true"\r
                                BasicRuntimeChecks="3"\r
                                RuntimeLibrary="3"\r
                                UsePrecompiledHeader="0"\r
                                WarningLevel="0"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="4"/>\r
+                               Detect64BitPortabilityProblems="true"\r
+                               DebugInformationFormat="4"\r
+                       />\r
                        <Tool\r
-                               Name="VCCustomBuildTool"/>\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCLibrarianTool"/>\r
+                               Name="VCResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCMIDLTool"/>\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
-                       <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
+                               Name="VCLibrarianTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
+                               Name="VCALinkTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
+                               Name="VCBscMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
+                               Name="VCFxCopTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
                </Configuration>\r
                <Configuration\r
                        Name="Release|Win32"\r
                        OutputDirectory="Release"\r
                        IntermediateDirectory="Release"\r
                        ConfigurationType="4"\r
-                       CharacterSet="2">\r
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+                       CharacterSet="2"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                       />\r
                        <Tool\r
                                Name="VCCLCompilerTool"\r
-                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB"\r
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB"\r
                                RuntimeLibrary="2"\r
                                UsePrecompiledHeader="0"\r
                                WarningLevel="0"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="3"/>\r
-                       <Tool\r
-                               Name="VCCustomBuildTool"/>\r
-                       <Tool\r
-                               Name="VCLibrarianTool"\r
-                               OutputFile="$(OutDir)/sqlite.lib"/>\r
+                               Detect64BitPortabilityProblems="true"\r
+                               DebugInformationFormat="3"\r
+                       />\r
                        <Tool\r
-                               Name="VCMIDLTool"/>\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
+                               Name="VCResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
+                               Name="VCLibrarianTool"\r
+                               OutputFile="$(OutDir)/sqlite.lib"\r
+                       />\r
                        <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
+                               Name="VCALinkTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
+                               Name="VCBscMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
+                               Name="VCFxCopTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
                </Configuration>\r
                <Configuration\r
                        Name="Debug DLL|Win32"\r
                        OutputDirectory="$(ConfigurationName)"\r
                        IntermediateDirectory="$(ConfigurationName)"\r
                        ConfigurationType="2"\r
-                       CharacterSet="2">\r
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+                       CharacterSet="2"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                       />\r
                        <Tool\r
                                Name="VCCLCompilerTool"\r
                                Optimization="0"\r
-                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG"\r
-                               MinimalRebuild="TRUE"\r
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG"\r
+                               MinimalRebuild="true"\r
                                BasicRuntimeChecks="3"\r
                                RuntimeLibrary="3"\r
                                UsePrecompiledHeader="0"\r
                                WarningLevel="0"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="4"/>\r
+                               Detect64BitPortabilityProblems="true"\r
+                               DebugInformationFormat="4"\r
+                       />\r
+                       <Tool\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCCustomBuildTool"/>\r
+                               Name="VCResourceCompilerTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
                        <Tool\r
                                Name="VCLinkerTool"\r
                                ModuleDefinitionFile="sqlite3.def"\r
-                               GenerateDebugInformation="TRUE"\r
+                               GenerateDebugInformation="true"\r
                                SubSystem="2"\r
-                               TargetMachine="1"/>\r
-                       <Tool\r
-                               Name="VCMIDLTool"/>\r
+                               TargetMachine="1"\r
+                       />\r
                        <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
+                               Name="VCALinkTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
+                               Name="VCManifestTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
+                               Name="VCBscMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
+                               Name="VCFxCopTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
+                               Name="VCAppVerifierTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
+                               Name="VCWebDeploymentTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
-                       <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
                </Configuration>\r
                <Configuration\r
                        Name="Release DLL|Win32"\r
                        OutputDirectory="$(ConfigurationName)"\r
                        IntermediateDirectory="$(ConfigurationName)"\r
                        ConfigurationType="2"\r
-                       CharacterSet="2">\r
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"\r
+                       CharacterSet="2"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                       />\r
                        <Tool\r
                                Name="VCCLCompilerTool"\r
-                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB"\r
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB"\r
                                RuntimeLibrary="2"\r
                                UsePrecompiledHeader="0"\r
                                WarningLevel="0"\r
-                               Detect64BitPortabilityProblems="TRUE"\r
-                               DebugInformationFormat="3"/>\r
+                               Detect64BitPortabilityProblems="true"\r
+                               DebugInformationFormat="3"\r
+                       />\r
                        <Tool\r
-                               Name="VCCustomBuildTool"/>\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCLinkerTool"\r
-                               ModuleDefinitionFile="sqlite3.def"/>\r
+                               Name="VCResourceCompilerTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCMIDLTool"/>\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPostBuildEventTool"/>\r
+                               Name="VCLinkerTool"\r
+                               ModuleDefinitionFile="sqlite3.def"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreBuildEventTool"/>\r
+                               Name="VCALinkTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCPreLinkEventTool"/>\r
+                               Name="VCManifestTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCResourceCompilerTool"/>\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebServiceProxyGeneratorTool"/>\r
+                               Name="VCBscMakeTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCXMLDataGeneratorTool"/>\r
+                               Name="VCFxCopTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCWebDeploymentTool"/>\r
+                               Name="VCAppVerifierTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCManagedWrapperGeneratorTool"/>\r
+                               Name="VCWebDeploymentTool"\r
+                       />\r
                        <Tool\r
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
                </Configuration>\r
        </Configurations>\r
        <References>\r
                <Filter\r
                        Name="Source Files"\r
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
-                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">\r
+                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"\r
+                       >\r
+                       <File\r
+                               RelativePath="alter.c"\r
+                               >\r
+                       </File>\r
                        <File\r
-                               RelativePath="alter.c">\r
+                               RelativePath="analyze.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="analyze.c">\r
+                               RelativePath="attach.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="attach.c">\r
+                               RelativePath="auth.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="auth.c">\r
+                               RelativePath="btree.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="btree.c">\r
+                               RelativePath="build.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="build.c">\r
+                               RelativePath="callback.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="callback.c">\r
+                               RelativePath="complete.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="complete.c">\r
+                               RelativePath="date.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="date.c">\r
+                               RelativePath="delete.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="delete.c">\r
+                               RelativePath="expr.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="expr.c">\r
+                               RelativePath="func.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="func.c">\r
+                               RelativePath="hash.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="hash.c">\r
+                               RelativePath="insert.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="insert.c">\r
+                               RelativePath="legacy.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="legacy.c">\r
+                               RelativePath="main.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="main.c">\r
+                               RelativePath="opcodes.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="opcodes.c">\r
+                               RelativePath="os.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os_unix.c">\r
+                               RelativePath="os_unix.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os_win.c">\r
+                               RelativePath="os_win.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="pager.c">\r
+                               RelativePath="pager.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="parse.c">\r
+                               RelativePath="parse.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="pragma.c">\r
+                               RelativePath="pragma.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="prepare.c">\r
+                               RelativePath="prepare.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="printf.c">\r
+                               RelativePath="printf.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="random.c">\r
+                               RelativePath="random.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="select.c">\r
+                               RelativePath="select.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="shell.c">\r
+                               RelativePath="shell.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="table.c">\r
+                               RelativePath="table.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="tokenize.c">\r
+                               RelativePath="tokenize.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="trigger.c">\r
+                               RelativePath="trigger.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="update.c">\r
+                               RelativePath="update.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="utf.c">\r
+                               RelativePath="utf.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="util.c">\r
+                               RelativePath="util.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vacuum.c">\r
+                               RelativePath="vacuum.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbe.c">\r
+                               RelativePath="vdbe.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbeapi.c">\r
+                               RelativePath="vdbeapi.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbeaux.c">\r
+                               RelativePath="vdbeaux.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbefifo.c">\r
+                               RelativePath="vdbefifo.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbemem.c">\r
+                               RelativePath="vdbemem.c"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="where.c">\r
+                               RelativePath="where.c"\r
+                               >\r
                        </File>\r
                </Filter>\r
                <Filter\r
                        Name="Header Files"\r
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"\r
-                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">\r
-                       <File\r
-                               RelativePath="btree.h">\r
-                       </File>\r
-                       <File\r
-                               RelativePath="hash.h">\r
-                       </File>\r
+                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"\r
+                       >\r
                        <File\r
-                               RelativePath="keywordhash.h">\r
+                               RelativePath="btree.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="opcodes.h">\r
+                               RelativePath="hash.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os.h">\r
+                               RelativePath="keywordhash.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os_common.h">\r
+                               RelativePath="opcodes.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os_unix.h">\r
+                               RelativePath="os.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="os_win.h">\r
+                               RelativePath="os_common.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="pager.h">\r
+                               RelativePath="pager.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="parse.h">\r
+                               RelativePath="parse.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="sqlite3.h">\r
+                               RelativePath="sqlite3.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="sqliteInt.h">\r
+                               RelativePath="sqliteInt.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbe.h">\r
+                               RelativePath="vdbe.h"\r
+                               >\r
                        </File>\r
                        <File\r
-                               RelativePath="vdbeInt.h">\r
+                               RelativePath="vdbeInt.h"\r
+                               >\r
                        </File>\r
                </Filter>\r
        </Files>\r
        <Globals>\r
        </Globals>\r
 </VisualStudioProject>\r
-\r