<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="sqliteVM" ProjectGUID="{BE0B498C-2C41-46E9-82B7-697FDD3F68E3}" Keyword="Win32Proj" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="..\..\lib\win32\debug" IntermediateDirectory="..\..\obj\win32\debug\SqliteVM" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\SQLite3;..\Exceptions;..\SqliteVM;..\Unicode" PreprocessorDefinitions="SQLITE_EXPORTS;WIN32;_DEBUG" MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLibrarianTool" LinkLibraryDependencies="true" /> <Tool Name="VCALinkTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="..\..\lib\win32\release" IntermediateDirectory="..\..\obj\win32\release\SqliteVM" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\SQLite3;..\Exceptions;..\SqliteVM;..\Unicode" PreprocessorDefinitions="SQLITE_EXPORTS;WIN32" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <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> </Configurations> <References> </References> <Files> <Filter Name="Unicode" > <File RelativePath="..\Unicode\ConvertUTF.c" > </File> <File RelativePath="..\Unicode\ConvertUTF.h" > </File> <File RelativePath="..\Unicode\UnicodeString.cpp" > </File> <File RelativePath="..\Unicode\UnicodeString.h" > </File> </Filter> <Filter Name="Exceptions" > <File RelativePath="..\Exceptions\CantCloseDbException.cpp" > </File> <File RelativePath="..\Exceptions\CantCloseDbException.h" > </File> <File RelativePath="..\Exceptions\CantOpenDbException.cpp" > </File> <File RelativePath="..\Exceptions\CantOpenDbException.h" > </File> <File RelativePath="..\Exceptions\ColumnNotFoundException.cpp" > </File> <File RelativePath="..\Exceptions\ColumnNotFoundException.h" > </File> <File RelativePath="..\Exceptions\ExecuteErrorException.cpp" > </File> <File RelativePath="..\Exceptions\ExecuteErrorException.h" > </File> <File RelativePath="..\Exceptions\InvalidArgumentException.cpp" > </File> <File RelativePath="..\Exceptions\InvalidArgumentException.h" > </File> <File RelativePath="..\Exceptions\NoDbConnectionException.cpp" > </File> <File RelativePath="..\Exceptions\NoDbConnectionException.h" > </File> <File RelativePath="..\Exceptions\OutOfMemoryException.cpp" > </File> <File RelativePath="..\Exceptions\OutOfMemoryException.h" > </File> <File RelativePath="..\Exceptions\SqliteException.cpp" > </File> <File RelativePath="..\Exceptions\SqliteException.h" > </File> <File RelativePath="..\Exceptions\SQLiteExceptions.h" > </File> <File RelativePath="..\Exceptions\SQLiteFinalizeException.cpp" > </File> <File RelativePath="..\Exceptions\SQLiteFinalizeException.h" > </File> <File RelativePath="..\Exceptions\SQLitePrepareException.cpp" > </File> <File RelativePath="..\Exceptions\SQLitePrepareException.h" > </File> <File RelativePath="..\Exceptions\SQLiteVMConstructException.cpp" > </File> <File RelativePath="..\Exceptions\SQLiteVMConstructException.h" > </File> <File RelativePath="..\Exceptions\TypeMismatchException.cpp" > </File> <File RelativePath="..\Exceptions\TypeMismatchException.h" > </File> </Filter> <Filter Name="SQLite" > <File RelativePath=".\ClassId.h" > </File> <File RelativePath=".\CommonDefs.h" > </File> <File RelativePath=".\SqliteBlob.cpp" > </File> <File RelativePath=".\SqliteBlob.h" > </File> <File RelativePath=".\SqliteDB.cpp" > </File> <File RelativePath=".\SqliteDB.h" > </File> <File RelativePath=".\SQLiteDefs.h" > </File> <File RelativePath=".\SqliteDisposable.cpp" > </File> <File RelativePath=".\SqliteDisposable.h" > </File> <File RelativePath=".\SqliteVM.cpp" > </File> <File RelativePath=".\SqliteVM.h" > </File> <File RelativePath=".\SqliteWrap.h" > </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject>