poco/Data/SQLite/SQLite_VS90.vcproj

636 lines
14 KiB
Plaintext
Raw Normal View History

2012-04-29 20:52:25 +02:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2020-01-11 12:45:39 +01:00
Version="9.00"
Name="SQLite"
ProjectGUID="{5B889CE7-AD42-4CFE-BBC3-532B61F8329E}"
2012-04-29 20:52:25 +02:00
RootNamespace="SQLite"
2020-01-11 12:45:39 +01:00
Keyword="Win32Proj"
TargetFrameworkVersion="0"
>
2012-04-29 20:52:25 +02:00
<Platforms>
<Platform
2020-01-11 12:45:39 +01:00
Name="Win32"
/>
2012-04-29 20:52:25 +02:00
</Platforms>
2020-01-11 12:45:39 +01:00
<ToolFiles>
</ToolFiles>
2012-04-29 20:52:25 +02:00
<Configurations>
<Configuration
Name="debug_shared|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
2012-04-29 20:52:25 +02:00
ConfigurationType="2"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2012-04-29 20:52:25 +02:00
Optimization="0"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
2012-04-29 20:52:25 +02:00
StringPooling="true"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="true"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
2012-04-29 20:52:25 +02:00
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCLinkerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2018-06-20 09:47:40 +02:00
AdditionalDependencies=""
OutputFile="..\..\bin\PocoDataSQLited.dll"
2012-04-29 20:52:25 +02:00
LinkIncremental="2"
SuppressStartupBanner="true"
2020-01-11 12:45:39 +01:00
AdditionalLibraryDirectories="..\..\lib"
2012-04-29 20:52:25 +02:00
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\bin\PocoDataSQLited.pdb"
2012-04-29 20:52:25 +02:00
SubSystem="1"
ImportLibrary="..\..\lib\PocoDataSQLited.lib"
TargetMachine="1"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManifestTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCAppVerifierTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
</Configuration>
<Configuration
Name="release_shared|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
2012-04-29 20:52:25 +02:00
ConfigurationType="2"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2012-04-29 20:52:25 +02:00
Optimization="4"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED;SQLite_EXPORTS"
2012-04-29 20:52:25 +02:00
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="0"
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCLinkerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2018-06-20 09:47:40 +02:00
AdditionalDependencies=""
OutputFile="..\..\bin\PocoDataSQLite.dll"
2012-04-29 20:52:25 +02:00
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\lib"
2020-01-11 12:45:39 +01:00
GenerateDebugInformation="false"
2012-04-29 20:52:25 +02:00
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="..\..\lib\PocoDataSQLite.lib"
TargetMachine="1"
2020-01-11 12:45:39 +01:00
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManifestTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCAppVerifierTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="debug_static_mt|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
ConfigurationType="4"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
Optimization="0"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;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"
2018-06-20 09:47:40 +02:00
ProgramDataBaseFileName="..\..\lib\PocoDataSQLiteMTd.pdb"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
2020-01-11 12:45:39 +01:00
OutputFile="..\..\lib\PocoDataSQLiteMTd.lib"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="release_static_mt|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
ConfigurationType="4"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
Optimization="4"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
StringPooling="true"
RuntimeLibrary="0"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="0"
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
2020-01-11 12:45:39 +01:00
OutputFile="..\..\lib\PocoDataSQLiteMT.lib"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
</Configuration>
<Configuration
Name="debug_static_md|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
2012-04-29 20:52:25 +02:00
ConfigurationType="4"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2012-04-29 20:52:25 +02:00
Optimization="0"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
2012-04-29 20:52:25 +02:00
StringPooling="true"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="true"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
2018-06-20 09:47:40 +02:00
ProgramDataBaseFileName="..\..\lib\PocoDataSQLiteMDd.pdb"
2012-04-29 20:52:25 +02:00
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
2012-04-29 20:52:25 +02:00
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCLibrarianTool"
2020-01-11 12:45:39 +01:00
OutputFile="..\..\lib\PocoDataSQLiteMDd.lib"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
</Configuration>
<Configuration
Name="release_static_md|Win32"
OutputDirectory="obj\$(ConfigurationName)"
IntermediateDirectory="obj\$(ConfigurationName)"
2012-04-29 20:52:25 +02:00
ConfigurationType="4"
2020-01-11 12:45:39 +01:00
CharacterSet="2"
>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCCustomBuildTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXMLDataGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCWebServiceProxyGeneratorTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCMIDLTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCCLCompilerTool"
2020-01-11 12:45:39 +01:00
AdditionalOptions=""
2012-04-29 20:52:25 +02:00
Optimization="4"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
OmitFramePointers="true"
AdditionalIncludeDirectories=".\include;..\..\Foundation\include;..\..\Data\include;..\..\Data\src"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED"
2012-04-29 20:52:25 +02:00
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="false"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="0"
CompileAs="0"
DisableSpecificWarnings="4996;4244;4018"
2020-01-11 12:45:39 +01:00
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCManagedResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCResourceCompilerTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPreLinkEventTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
Name="VCLibrarianTool"
2020-01-11 12:45:39 +01:00
OutputFile="..\..\lib\PocoDataSQLiteMD.lib"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCALinkTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCXDCMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCBscMakeTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCFxCopTool"
/>
2012-04-29 20:52:25 +02:00
<Tool
2020-01-11 12:45:39 +01:00
Name="VCPostBuildEventTool"
/>
2012-04-29 20:52:25 +02:00
</Configuration>
</Configurations>
2020-01-11 12:45:39 +01:00
<References>
</References>
2012-04-29 20:52:25 +02:00
<Files>
<Filter
2020-01-11 12:45:39 +01:00
Name="SQLite"
>
2012-04-29 20:52:25 +02:00
<Filter
2020-01-11 12:45:39 +01:00
Name="Header Files"
>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\Binder.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\Connector.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\Extractor.h"
>
</File>
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\Notifier.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\SessionImpl.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\SQLite.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\SQLiteException.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\SQLiteStatementImpl.h"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\include\Poco\Data\SQLite\Utility.h"
>
</File>
2012-04-29 20:52:25 +02:00
</Filter>
<Filter
2020-01-11 12:45:39 +01:00
Name="Source Files"
>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\Binder.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\Connector.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\Extractor.cpp"
>
</File>
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\Notifier.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\SessionImpl.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\SQLiteException.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\SQLiteStatementImpl.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\Utility.cpp"
>
</File>
2012-04-29 20:52:25 +02:00
</Filter>
</Filter>
<Filter
2020-01-11 12:45:39 +01:00
Name="3rdparty"
>
2012-04-29 20:52:25 +02:00
<Filter
2020-01-11 12:45:39 +01:00
Name="Header Files"
>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\sqlite3.h"
>
</File>
2012-04-29 20:52:25 +02:00
</Filter>
<Filter
2020-01-11 12:45:39 +01:00
Name="Source Files"
>
2012-04-29 20:52:25 +02:00
<File
2020-01-11 12:45:39 +01:00
RelativePath=".\src\sqlite3.c"
>
</File>
2012-04-29 20:52:25 +02:00
</Filter>
</Filter>
2020-01-11 12:45:39 +01:00
<File
RelativePath="..\..\DLLVersion.rc"
>
<FileConfiguration
Name="debug_static_mt|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCResourceCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="release_static_mt|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCResourceCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="debug_static_md|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCResourceCompilerTool"
/>
</FileConfiguration>
<FileConfiguration
Name="release_static_md|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCResourceCompilerTool"
/>
</FileConfiguration>
</File>
2012-04-29 20:52:25 +02:00
</Files>
2020-01-11 12:45:39 +01:00
<Globals>
</Globals>
2012-04-29 20:52:25 +02:00
</VisualStudioProject>