- <?xml version="1.0" encoding="windows-1250"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="zlib"
- ProjectGUID="{2FCD4B66-9CF9-4C8F-BC70-37CD20002D49}"
- RootNamespace="zlib"
- Keyword="MFCProj"
- SignManifests="true"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(OutDir)"
- ConfigurationType="4"
- UseOfMFC="1"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4995;4996"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
- RuntimeLibrary="1"
- ForceConformanceInForLoopScope="true"
- PrecompiledHeaderFile=".Debug/zlib.pch"
- AssemblerListingLocation=".Debug/"
- ObjectFile=".Debug/"
- ProgramDataBaseFileName=".Debug/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="../../lib/$(ProjectName)D.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(OutDir)"
- ConfigurationType="4"
- UseOfMFC="2"
- ATLMinimizesCRunTimeLibraryUsage="false"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4995;4996"
- Optimization="3"
- InlineFunctionExpansion="1"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- EnableFiberSafeOptimizations="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
- StringPooling="true"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableFunctionLevelLinking="true"
- ForceConformanceInForLoopScope="true"
- PrecompiledHeaderFile=".Release/zlib.pch"
- AssemblerListingLocation=".Release/"
- ObjectFile=".Release/"
- ProgramDataBaseFileName=".Release/"
- WarningLevel="3"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- Culture="2057"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="../../lib/$(ProjectName)R.lib"
- SuppressStartupBanner="true"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
- >
- <File
- RelativePath=".Adler32.c"
- >
- </File>
- <File
- RelativePath=".Compress.c"
- >
- </File>
- <File
- RelativePath=".Crc32.c"
- >
- </File>
- <File
- RelativePath=".Deflate.c"
- >
- </File>
- <File
- RelativePath=".Gzio.c"
- >
- </File>
- <File
- RelativePath=".Infblock.c"
- >
- </File>
- <File
- RelativePath=".Infcodes.c"
- >
- </File>
- <File
- RelativePath=".Inffast.c"
- >
- </File>
- <File
- RelativePath=".Inflate.c"
- >
- </File>
- <File
- RelativePath=".Inftrees.c"
- >
- </File>
- <File
- RelativePath=".Infutil.c"
- >
- </File>
- <File
- RelativePath=".Trees.c"
- >
- </File>
- <File
- RelativePath=".Uncompr.c"
- >
- </File>
- <File
- RelativePath=".Zutil.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;fi;fd"
- >
- <File
- RelativePath=".deflate.h"
- >
- </File>
- <File
- RelativePath=".infblock.h"
- >
- </File>
- <File
- RelativePath=".infcodes.h"
- >
- </File>
- <File
- RelativePath=".inffast.h"
- >
- </File>
- <File
- RelativePath=".inftrees.h"
- >
- </File>
- <File
- RelativePath=".infutil.h"
- >
- </File>
- <File
- RelativePath=".zconf.h"
- >
- </File>
- <File
- RelativePath=".zlib.h"
- >
- </File>
- <File
- RelativePath=".zutil.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
- >
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="DevPartner_IsInstrumented"
- Value="0"
- />
- </Globals>
- </VisualStudioProject>