mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-04 12:17:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			422 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			422 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	Name="SQLite"
 | 
						|
	Version="7.10"
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	ProjectGUID="{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}"
 | 
						|
	RootNamespace="SQLite"
 | 
						|
	Keyword="Win32Proj">
 | 
						|
	<Platforms>
 | 
						|
		<Platform
 | 
						|
			Name="Win32"/>
 | 
						|
	</Platforms>
 | 
						|
	<Configurations>
 | 
						|
		<Configuration
 | 
						|
			Name="debug_shared|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				MinimalRebuild="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="3"
 | 
						|
				BufferSecurityCheck="TRUE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies=""
 | 
						|
				OutputFile="..\..\bin\PocoDataSQLited.dll"
 | 
						|
				LinkIncremental="2"
 | 
						|
				SuppressStartupBanner="TRUE"
 | 
						|
				GenerateDebugInformation="TRUE"
 | 
						|
				ProgramDatabaseFile="..\..\bin\PocoDataSQLited.pdb"
 | 
						|
				AdditionalLibraryDirectories="..\..\lib"
 | 
						|
				SubSystem="1"
 | 
						|
				ImportLibrary="..\..\lib\PocoDataSQLited.lib"
 | 
						|
				TargetMachine="1"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="release_shared|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="4"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				EnableIntrinsicFunctions="TRUE"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="TRUE"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="2"
 | 
						|
				BufferSecurityCheck="FALSE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="0"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies=""
 | 
						|
				OutputFile="..\..\bin\PocoDataSQLite.dll"
 | 
						|
				LinkIncremental="1"
 | 
						|
				SuppressStartupBanner="TRUE"
 | 
						|
				GenerateDebugInformation="FALSE"
 | 
						|
				AdditionalLibraryDirectories="..\..\lib"
 | 
						|
				SubSystem="1"
 | 
						|
				OptimizeReferences="2"
 | 
						|
				EnableCOMDATFolding="2"
 | 
						|
				ImportLibrary="..\..\lib\PocoDataSQLite.lib"
 | 
						|
				TargetMachine="1"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="debug_static_mt|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				MinimalRebuild="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				BufferSecurityCheck="TRUE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="..\..\lib\PocoDataSQLitemtd.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				OutputFile="..\..\lib\PocoDataSQLitemtd.lib"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="release_static_mt|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="4"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				EnableIntrinsicFunctions="TRUE"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="TRUE"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="FALSE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="0"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				OutputFile="..\..\lib\PocoDataSQLitemt.lib"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="debug_static_md|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				MinimalRebuild="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="3"
 | 
						|
				BufferSecurityCheck="TRUE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="..\..\lib\PocoDataSQLitemdd.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				OutputFile="..\..\lib\PocoDataSQLitemdd.lib"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="release_static_md|Win32"
 | 
						|
			OutputDirectory="obj\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="obj\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2">
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="4"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				EnableIntrinsicFunctions="TRUE"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="TRUE"
 | 
						|
				AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
 | 
						|
				StringPooling="TRUE"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="2"
 | 
						|
				BufferSecurityCheck="FALSE"
 | 
						|
				TreatWChar_tAsBuiltInType="TRUE"
 | 
						|
				ForceConformanceInForLoopScope="TRUE"
 | 
						|
				RuntimeTypeInfo="TRUE"
 | 
						|
				UsePrecompiledHeader="0"
 | 
						|
				ObjectFile="$(IntDir)\"
 | 
						|
				ProgramDataBaseFileName="$(IntDir)\vc70.pdb"
 | 
						|
				WarningLevel="3"
 | 
						|
				Detect64BitPortabilityProblems="FALSE"
 | 
						|
				DebugInformationFormat="0"
 | 
						|
				CompileAs="0"
 | 
						|
				DisableSpecificWarnings="4800;4996;4244;4018"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				OutputFile="..\..\lib\PocoDataSQLitemd.lib"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedWrapperGeneratorTool"/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 | 
						|
		</Configuration>
 | 
						|
	</Configurations>
 | 
						|
	<References/>
 | 
						|
	<Files>
 | 
						|
		<Filter
 | 
						|
			Name="SQLite">
 | 
						|
			<Filter
 | 
						|
				Name="Header Files">
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\Binder.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\Connector.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\Extractor.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\Notifier.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\SQLite.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\include\Poco\Data\SQLite\Utility.h"/>
 | 
						|
			</Filter>
 | 
						|
			<Filter
 | 
						|
				Name="Source Files">
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\Binder.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\Connector.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\Extractor.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\Notifier.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\SessionImpl.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\SQLiteException.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\SQLiteStatementImpl.cpp"/>
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\Utility.cpp"/>
 | 
						|
			</Filter>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="3rdparty">
 | 
						|
			<Filter
 | 
						|
				Name="Header Files">
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\sqlite3.h"/>
 | 
						|
			</Filter>
 | 
						|
			<Filter
 | 
						|
				Name="Source Files">
 | 
						|
				<File
 | 
						|
					RelativePath=".\src\sqlite3.c"/>
 | 
						|
			</Filter>
 | 
						|
		</Filter>
 | 
						|
	</Files>
 | 
						|
	<Globals/>
 | 
						|
</VisualStudioProject>
 |