mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
539 lines
14 KiB
Plaintext
539 lines
14 KiB
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
Name="Zip"
|
||
|
Version="9.00"
|
||
|
ProjectType="Visual C++"
|
||
|
ProjectGUID="{4AC75EAD-BFCF-41E6-AB1F-0DA203CC7C61}"
|
||
|
RootNamespace="Zip"
|
||
|
Keyword="Win32Proj">
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"/>
|
||
|
</Platforms>
|
||
|
<ToolFiles/>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="debug_shared|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="2"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;Zip_EXPORTS"
|
||
|
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"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
||
|
OutputFile="..\bin\PocoZipd.dll"
|
||
|
LinkIncremental="2"
|
||
|
SuppressStartupBanner="true"
|
||
|
GenerateDebugInformation="true"
|
||
|
ProgramDatabaseFile="..\bin\PocoZipd.pdb"
|
||
|
AdditionalLibraryDirectories="..\lib"
|
||
|
SubSystem="1"
|
||
|
ImportLibrary="..\lib\PocoZipd.lib"
|
||
|
TargetMachine="1"
|
||
|
AdditionalOptions=""/>
|
||
|
<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_shared|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="2"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="4"
|
||
|
InlineFunctionExpansion="1"
|
||
|
EnableIntrinsicFunctions="true"
|
||
|
FavorSizeOrSpeed="1"
|
||
|
OmitFramePointers="true"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;Zip_EXPORTS"
|
||
|
StringPooling="true"
|
||
|
RuntimeLibrary="2"
|
||
|
BufferSecurityCheck="false"
|
||
|
TreatWChar_tAsBuiltInType="true"
|
||
|
ForceConformanceInForLoopScope="true"
|
||
|
RuntimeTypeInfo="true"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="false"
|
||
|
DebugInformationFormat="0"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
||
|
OutputFile="..\bin\PocoZip.dll"
|
||
|
LinkIncremental="1"
|
||
|
SuppressStartupBanner="true"
|
||
|
GenerateDebugInformation="false"
|
||
|
AdditionalLibraryDirectories="..\lib"
|
||
|
SubSystem="1"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
ImportLibrary="..\lib\PocoZip.lib"
|
||
|
TargetMachine="1"
|
||
|
AdditionalOptions=""/>
|
||
|
<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_static_mt|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
||
|
StringPooling="true"
|
||
|
MinimalRebuild="true"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="1"
|
||
|
BufferSecurityCheck="true"
|
||
|
TreatWChar_tAsBuiltInType="true"
|
||
|
ForceConformanceInForLoopScope="true"
|
||
|
RuntimeTypeInfo="true"
|
||
|
UsePrecompiledHeader="0"
|
||
|
ProgramDataBaseFileName="..\lib\PocoZipMTd.pdb"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="false"
|
||
|
DebugInformationFormat="3"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="..\lib\PocoZipMTd.lib"/>
|
||
|
<Tool
|
||
|
Name="VCALinkTool"/>
|
||
|
<Tool
|
||
|
Name="VCXDCMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCBscMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCFxCopTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="release_static_mt|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="4"
|
||
|
InlineFunctionExpansion="1"
|
||
|
EnableIntrinsicFunctions="true"
|
||
|
FavorSizeOrSpeed="1"
|
||
|
OmitFramePointers="true"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
||
|
StringPooling="true"
|
||
|
RuntimeLibrary="0"
|
||
|
BufferSecurityCheck="false"
|
||
|
TreatWChar_tAsBuiltInType="true"
|
||
|
ForceConformanceInForLoopScope="true"
|
||
|
RuntimeTypeInfo="true"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="false"
|
||
|
DebugInformationFormat="0"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="..\lib\PocoZipMT.lib"/>
|
||
|
<Tool
|
||
|
Name="VCALinkTool"/>
|
||
|
<Tool
|
||
|
Name="VCXDCMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCBscMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCFxCopTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="debug_static_md|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="0"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
||
|
StringPooling="true"
|
||
|
MinimalRebuild="true"
|
||
|
BasicRuntimeChecks="3"
|
||
|
RuntimeLibrary="3"
|
||
|
BufferSecurityCheck="true"
|
||
|
TreatWChar_tAsBuiltInType="true"
|
||
|
ForceConformanceInForLoopScope="true"
|
||
|
RuntimeTypeInfo="true"
|
||
|
UsePrecompiledHeader="0"
|
||
|
ProgramDataBaseFileName="..\lib\PocoZipMDd.pdb"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="false"
|
||
|
DebugInformationFormat="3"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="..\lib\PocoZipMDd.lib"/>
|
||
|
<Tool
|
||
|
Name="VCALinkTool"/>
|
||
|
<Tool
|
||
|
Name="VCXDCMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCBscMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCFxCopTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
</Configuration>
|
||
|
<Configuration
|
||
|
Name="release_static_md|Win32"
|
||
|
OutputDirectory="obj\$(ConfigurationName)"
|
||
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
||
|
ConfigurationType="4"
|
||
|
CharacterSet="2">
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"/>
|
||
|
<Tool
|
||
|
Name="VCXMLDataGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||
|
<Tool
|
||
|
Name="VCMIDLTool"/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="4"
|
||
|
InlineFunctionExpansion="1"
|
||
|
EnableIntrinsicFunctions="true"
|
||
|
FavorSizeOrSpeed="1"
|
||
|
OmitFramePointers="true"
|
||
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
||
|
StringPooling="true"
|
||
|
RuntimeLibrary="2"
|
||
|
BufferSecurityCheck="false"
|
||
|
TreatWChar_tAsBuiltInType="true"
|
||
|
ForceConformanceInForLoopScope="true"
|
||
|
RuntimeTypeInfo="true"
|
||
|
UsePrecompiledHeader="0"
|
||
|
WarningLevel="3"
|
||
|
Detect64BitPortabilityProblems="false"
|
||
|
DebugInformationFormat="0"
|
||
|
CompileAs="0"
|
||
|
DisableSpecificWarnings="4244;4267"
|
||
|
AdditionalOptions=""/>
|
||
|
<Tool
|
||
|
Name="VCManagedResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
<Tool
|
||
|
Name="VCPreLinkEventTool"/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="..\lib\PocoZipMD.lib"/>
|
||
|
<Tool
|
||
|
Name="VCALinkTool"/>
|
||
|
<Tool
|
||
|
Name="VCXDCMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCBscMakeTool"/>
|
||
|
<Tool
|
||
|
Name="VCFxCopTool"/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"/>
|
||
|
</Configuration>
|
||
|
</Configurations>
|
||
|
<References/>
|
||
|
<Files>
|
||
|
<Filter
|
||
|
Name="Zip">
|
||
|
<Filter
|
||
|
Name="Header Files">
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\AutoDetectStream.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Compress.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Decompress.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ParseCallback.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\PartialStream.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\SkipCallback.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Zip.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipArchive.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipArchiveInfo.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipCommon.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipDataInfo.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipException.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipFileInfo.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipLocalFileHeader.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipStream.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipUtil.h"/>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Source Files">
|
||
|
<File
|
||
|
RelativePath=".\src\AutoDetectStream.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Compress.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Decompress.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ParseCallback.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\PartialStream.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\SkipCallback.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipArchive.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipArchiveInfo.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipCommon.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipDataInfo.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipException.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipFileInfo.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipLocalFileHeader.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipStream.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipUtil.cpp"/>
|
||
|
</Filter>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Manipulation">
|
||
|
<Filter
|
||
|
Name="Header Files">
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Add.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Delete.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Keep.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Rename.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\Replace.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipManipulator.h"/>
|
||
|
<File
|
||
|
RelativePath=".\include\Poco\Zip\ZipOperation.h"/>
|
||
|
</Filter>
|
||
|
<Filter
|
||
|
Name="Source Files">
|
||
|
<File
|
||
|
RelativePath=".\src\Add.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Delete.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Keep.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Rename.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\Replace.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipManipulator.cpp"/>
|
||
|
<File
|
||
|
RelativePath=".\src\ZipOperation.cpp"/>
|
||
|
</Filter>
|
||
|
</Filter>
|
||
|
<File
|
||
|
RelativePath="..\DLLVersion.rc">
|
||
|
<FileConfiguration
|
||
|
Name="debug_shared|Win32">
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
</FileConfiguration>
|
||
|
<FileConfiguration
|
||
|
Name="release_shared|Win32">
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"/>
|
||
|
</FileConfiguration>
|
||
|
<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>
|
||
|
</Files>
|
||
|
<Globals/>
|
||
|
</VisualStudioProject>
|