salvaVidas/scr/TZlib/gzipdemo/gzipdemo.vcproj
2021-09-01 18:26:41 +02:00

227 lines
5.0 KiB
XML

<?xml version="1.0" encoding = "gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="gzipdemo"
ProjectGUID="{B013F279-7272-47D6-B8C9-B583C2BDE1B4}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gzipdemo.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/gzipdemo.pdb"
SubSystem="1"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/gzipdemo.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
<File
RelativePath="gzipdemo.cpp">
</File>
<File
RelativePath="stdafx.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
</FileConfiguration>
</File>
<Filter
Name="zip"
Filter="">
<File
RelativePath="..\Zip\adler32.c">
</File>
<File
RelativePath="..\Zip\compress.c">
</File>
<File
RelativePath="..\Zip\crc32.c">
</File>
<File
RelativePath="..\Zip\deflate.c">
</File>
<File
RelativePath="..\Zip\gzio.c">
</File>
<File
RelativePath="..\Zip\infblock.c">
</File>
<File
RelativePath="..\Zip\infcodes.c">
</File>
<File
RelativePath="..\Zip\inffast.c">
</File>
<File
RelativePath="..\Zip\inflate.c">
</File>
<File
RelativePath="..\Zip\inftrees.c">
</File>
<File
RelativePath="..\Zip\infutil.c">
</File>
<File
RelativePath="..\Zip\maketree.c">
</File>
<File
RelativePath="..\Zip\trees.c">
</File>
<File
RelativePath="..\Zip\uncompr.c">
</File>
<File
RelativePath="..\Zip\zutil.c">
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
<File
RelativePath="..\GZipHelper.h">
</File>
<File
RelativePath="..\Zip\deflate.h">
</File>
<File
RelativePath="..\Zip\infblock.h">
</File>
<File
RelativePath="..\Zip\infcodes.h">
</File>
<File
RelativePath="..\Zip\inffast.h">
</File>
<File
RelativePath="..\Zip\inffixed.h">
</File>
<File
RelativePath="..\Zip\inftrees.h">
</File>
<File
RelativePath="..\Zip\infutil.h">
</File>
<File
RelativePath="stdafx.h">
</File>
<File
RelativePath="..\Zip\trees.h">
</File>
<File
RelativePath="..\Zip\zconf.h">
</File>
<File
RelativePath="..\Zip\zlib.h">
</File>
<File
RelativePath="..\Zip\zutil.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
<File
RelativePath="ReadMe.txt">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>