<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\Libs\Win32\zlib\src\crc32.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\deflate.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\gzguts.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\inffast.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\inffixed.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\inflate.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\inftrees.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\trees.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\zconf.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\zlib.h" /> <ClInclude Include="..\..\Libs\Win32\zlib\src\zutil.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\Libs\Win32\zlib\src\adler32.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\compress.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\crc32.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\deflate.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\gzclose.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\gzlib.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\gzread.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\gzwrite.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\infback.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\inffast.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\inflate.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\inftrees.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\trees.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\uncompr.c" /> <ClCompile Include="..\..\Libs\Win32\zlib\src\zutil.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{B4A2ECF2-D1E0-4E73-A59F-BCCE49C37CC6}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>zlib</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup /> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>