2007-05-12 16:41:03 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.10"
|
|
|
|
Name="ODBC"
|
|
|
|
ProjectGUID="{1B29820D-375F-11DB-837B-00123FC423B5}"
|
|
|
|
RootNamespace="SQLite"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
OutputDirectory="obj\debug_shared"
|
|
|
|
IntermediateDirectory="obj\debug_shared"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_DLL;ODBC_EXPORTS;NO_TCL;THREADSAFE"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="TRUE"
|
|
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="PocoFoundationd.lib PocoDatad.lib"
|
2008-03-27 15:53:54 +01:00
|
|
|
OutputFile="..\..\bin\Poco$(ProjectName)d.dll"
|
2007-05-12 16:41:03 +02:00
|
|
|
LinkIncremental="2"
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
AdditionalLibraryDirectories="..\..\lib"
|
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
ProgramDatabaseFile="..\..\bin\PocoODBCd.pdb"
|
|
|
|
SubSystem="1"
|
|
|
|
OptimizeForWindows98="1"
|
|
|
|
ImportLibrary="..\..\lib\PocoODBCd.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\release_shared"
|
|
|
|
IntermediateDirectory="obj\release_shared"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="TRUE"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="TRUE"
|
|
|
|
OptimizeForProcessor="3"
|
|
|
|
AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;POCO_DLL;ODBC_EXPORTS;NO_TCL;THREADSAFE"
|
|
|
|
GeneratePreprocessedFile="0"
|
|
|
|
KeepComments="FALSE"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="PocoFoundation.lib PocoData.lib"
|
2008-03-27 15:53:54 +01:00
|
|
|
OutputFile="..\..\bin\Poco$(ProjectName).dll"
|
2007-05-12 16:41:03 +02:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
AdditionalLibraryDirectories="..\..\lib"
|
|
|
|
GenerateDebugInformation="FALSE"
|
|
|
|
ProgramDatabaseFile=""
|
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
OptimizeForWindows98="1"
|
|
|
|
ImportLibrary="..\..\lib\PocoODBC.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>
|
2008-03-27 15:53:54 +01:00
|
|
|
<Configuration
|
|
|
|
Name="debug_static|Win32"
|
|
|
|
OutputDirectory=".\obj\debug_static"
|
|
|
|
IntermediateDirectory=".\obj\debug_static"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;ODBC_EXPORTS;NO_TCL;THREADSAFE"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="TRUE"
|
|
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\..\lib\Poco$(ProjectName)mtd.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release_static|Win32"
|
|
|
|
OutputDirectory=".\obj\release_static"
|
|
|
|
IntermediateDirectory=".\obj\release_static"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="TRUE"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="TRUE"
|
|
|
|
OptimizeForProcessor="3"
|
|
|
|
AdditionalIncludeDirectories=".\include;.\src;..\..\Foundation\include;..\..\Data\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;ODBC_EXPORTS;NO_TCL;THREADSAFE"
|
|
|
|
GeneratePreprocessedFile="0"
|
|
|
|
KeepComments="FALSE"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="..\..\lib\Poco$(ProjectName)mt.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
2007-05-12 16:41:03 +02:00
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="ODBC"
|
|
|
|
Filter="">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="">
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Binder.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\ConnectionHandle.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
2007-05-15 20:34:37 +02:00
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Connector.h">
|
2007-05-15 20:34:37 +02:00
|
|
|
</File>
|
2007-05-12 16:41:03 +02:00
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Diagnostics.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\EnvironmentHandle.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Error.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Extractor.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Handle.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\ODBC.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\ODBCException.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-01-05 21:47:42 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\ODBCMetaColumn.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\ODBCStatementImpl.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Parameter.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Preparator.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\SessionImpl.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
2007-12-19 03:37:40 +01:00
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\TypeInfo.h">
|
2007-12-19 03:37:40 +01:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Unicode.h">
|
|
|
|
</File>
|
|
|
|
<File
|
2008-01-05 21:47:42 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Unicode_UNIXODBC.h">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
2008-03-27 15:53:54 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
2007-12-19 03:37:40 +01:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Unicode_WIN32.h">
|
2008-01-05 21:47:42 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
2008-03-27 15:53:54 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
</FileConfiguration>
|
2007-12-19 03:37:40 +01:00
|
|
|
</File>
|
2007-05-12 16:41:03 +02:00
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\include\Poco\Data\ODBC\Utility.h">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Binder.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ConnectionHandle.cpp">
|
|
|
|
</File>
|
2007-05-15 20:34:37 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Connector.cpp">
|
|
|
|
</File>
|
2007-05-12 16:41:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\EnvironmentHandle.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Extractor.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
2008-01-05 21:47:42 +01:00
|
|
|
RelativePath=".\src\ODBCException.cpp">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
2008-01-05 21:47:42 +01:00
|
|
|
RelativePath=".\src\ODBCMetaColumn.cpp">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ODBCStatementImpl.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Parameter.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
2008-11-24 01:38:23 +01:00
|
|
|
RelativePath=".\src\Preparator.cpp">
|
2007-05-12 16:41:03 +02:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SessionImpl.cpp">
|
|
|
|
</File>
|
2007-12-19 03:37:40 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\TypeInfo.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Unicode.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
2008-01-05 21:47:42 +01:00
|
|
|
RelativePath=".\src\Unicode_UNIXODBC.cpp">
|
2007-12-19 03:37:40 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
2008-03-27 15:53:54 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
2007-12-19 03:37:40 +01:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Unicode_WIN32.cpp">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_shared|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
2008-03-27 15:53:54 +01:00
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static|Win32"
|
|
|
|
ExcludedFromBuild="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
2007-12-19 03:37:40 +01:00
|
|
|
</File>
|
2007-05-12 16:41:03 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Utility.cpp">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|