1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{90D19FCF-8560-4396-A250-DDF74D1B0E36}</ProjectGuid>
15 <RootNamespace>LibZLib</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <CharacterSet>Unicode</CharacterSet>
22 <WholeProgramOptimization>true</WholeProgramOptimization>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>StaticLibrary</ConfigurationType>
26 <CharacterSet>Unicode</CharacterSet>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <PropertyGroup Label="UserMacros" />
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\lib\</OutDir>
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\lib\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
44 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
45 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
46 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
47 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
48 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
49 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
51 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <Optimization>Disabled</Optimization>
54 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
55 <StringPooling>true</StringPooling>
56 <MinimalRebuild>true</MinimalRebuild>
59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
60 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
61 <FunctionLevelLinking>true</FunctionLevelLinking>
62 <FloatingPointModel>Fast</FloatingPointModel>
63 <RuntimeTypeInfo>false</RuntimeTypeInfo>
66 <WarningLevel>Level3</WarningLevel>
67 <TreatWarningAsError>true</TreatWarningAsError>
68 <SuppressStartupBanner>true</SuppressStartupBanner>
69 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
70 <CallingConvention>Cdecl</CallingConvention>
72 </ItemDefinitionGroup>
73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <Optimization>MaxSpeed</Optimization>
76 <IntrinsicFunctions>true</IntrinsicFunctions>
77 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
78 <StringPooling>true</StringPooling>
81 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
82 <FunctionLevelLinking>true</FunctionLevelLinking>
83 <FloatingPointModel>Fast</FloatingPointModel>
84 <RuntimeTypeInfo>false</RuntimeTypeInfo>
87 <WarningLevel>Level3</WarningLevel>
88 <TreatWarningAsError>true</TreatWarningAsError>
89 <SuppressStartupBanner>true</SuppressStartupBanner>
90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91 <CallingConvention>Cdecl</CallingConvention>
93 </ItemDefinitionGroup>
95 <ClCompile Include="..\..\zlib\adler32.c" />
96 <ClCompile Include="..\..\zlib\compress.c" />
97 <ClCompile Include="..\..\zlib\crc32.c" />
98 <ClCompile Include="..\..\zlib\deflate.c" />
99 <ClCompile Include="..\..\zlib\infback.c" />
100 <ClCompile Include="..\..\zlib\inffast.c" />
101 <ClCompile Include="..\..\zlib\inflate.c" />
102 <ClCompile Include="..\..\zlib\inftrees.c" />
103 <ClCompile Include="..\..\zlib\trees.c" />
104 <ClCompile Include="..\..\zlib\uncompr.c" />
105 <ClCompile Include="..\..\zlib\zutil.c" />
108 <ClInclude Include="..\..\zlib\crc32.h" />
109 <ClInclude Include="..\..\zlib\deflate.h" />
110 <ClInclude Include="..\..\zlib\inffast.h" />
111 <ClInclude Include="..\..\zlib\inffixed.h" />
112 <ClInclude Include="..\..\zlib\inflate.h" />
113 <ClInclude Include="..\..\zlib\inftrees.h" />
114 <ClInclude Include="..\..\zlib\trees.h" />
115 <ClInclude Include="..\..\zlib\zconf.h" />
116 <ClInclude Include="..\..\zlib\zconf.in.h" />
117 <ClInclude Include="..\..\zlib\zlib.h" />
118 <ClInclude Include="..\..\zlib\zutil.h" />
120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
121 <ImportGroup Label="ExtensionTargets">