summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/sqlite3.vcproj
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-13 21:56:27 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-13 21:56:27 (GMT)
commit2b3f52f97ba92f61e3529e10567e260f20ca71cf (patch)
tree6465b22bcd400a964ea90880b31576ec729d393c /PC/VS8.0/sqlite3.vcproj
parentfa268032c98d7e716285bd34a843a03ace862454 (diff)
downloadcpython-2b3f52f97ba92f61e3529e10567e260f20ca71cf.zip
cpython-2b3f52f97ba92f61e3529e10567e260f20ca71cf.tar.gz
cpython-2b3f52f97ba92f61e3529e10567e260f20ca71cf.tar.bz2
Add missing files for the windows VS2005 compiler
Diffstat (limited to 'PC/VS8.0/sqlite3.vcproj')
-rw-r--r--PC/VS8.0/sqlite3.vcproj743
1 files changed, 743 insertions, 0 deletions
diff --git a/PC/VS8.0/sqlite3.vcproj b/PC/VS8.0/sqlite3.vcproj
new file mode 100644
index 0000000..fc35f42
--- /dev/null
+++ b/PC/VS8.0/sqlite3.vcproj
@@ -0,0 +1,743 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="sqlite3"
+ ProjectGUID="{A1A295E5-463C-437F-81CA-1F32367685DA}"
+ RootNamespace="sqlite3"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd_d.vsprops"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.dll"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd_d.vsprops;.\x64.vsprops"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.dll"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName).dll"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName).dll"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="PGInstrument|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops;.\pginstrument.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="PGInstrument|x64"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="PGUpdate|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops;.\pgupdate.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="PGUpdate|x64"
+ ConfigurationType="2"
+ InheritedPropertySheets=".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\sqlite-source-3.3.4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile="..\..\..\sqlite-source-3.3.4\sqlite3.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\btree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\hash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\keywordhash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\opcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\os.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\os_common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\pager.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\sqlite3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\sqliteInt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbe.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbeInt.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\alter.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\analyze.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\attach.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\auth.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\btree.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\build.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\callback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\complete.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\date.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\delete.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\expr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\func.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\hash.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\insert.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\legacy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\main.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\opcodes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\os.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\os_unix.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\os_win.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\pager.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\parse.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\pragma.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\prepare.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\printf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\random.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\select.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\shell.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\table.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\tokenize.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\trigger.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\update.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\utf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\util.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vacuum.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbeapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbeaux.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbefifo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\vdbemem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\sqlite-source-3.3.4\where.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>