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 Library|Win32">
5 <Configuration>Debug Library
</Configuration>
6 <Platform>Win32
</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include=
"Debug|Win32">
9 <Configuration>Debug
</Configuration>
10 <Platform>Win32
</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include=
"Release Library|Win32">
13 <Configuration>Release Library
</Configuration>
14 <Platform>Win32
</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include=
"Release|Win32">
17 <Configuration>Release
</Configuration>
18 <Platform>Win32
</Platform>
19 </ProjectConfiguration>
22 <ClCompile Include=
"$(ZLibSrcDir)\adler32.c" />
23 <ClCompile Include=
"$(ZLibSrcDir)\compress.c" />
24 <ClCompile Include=
"$(ZLibSrcDir)\crc32.c" />
25 <ClCompile Include=
"$(ZLibSrcDir)\deflate.c" />
26 <ClCompile Include=
"$(ZLibSrcDir)\infback.c" />
27 <ClCompile Include=
"$(ZLibSrcDir)\inffast.c" />
28 <ClCompile Include=
"$(ZLibSrcDir)\inflate.c" />
29 <ClCompile Include=
"$(ZLibSrcDir)\inftrees.c" />
30 <ClCompile Include=
"$(ZLibSrcDir)\trees.c" />
31 <ClCompile Include=
"$(ZLibSrcDir)\uncompr.c" />
32 <ClCompile Include=
"$(ZLibSrcDir)\zutil.c" />
34 <PropertyGroup Label=
"Globals">
35 <ProjectGuid>{
60F89955-
91C6-
3A36-
8000-
13C592FEC2DF}
</ProjectGuid>
36 <Keyword>Win32Proj
</Keyword>
37 <RootNamespace>zlib
</RootNamespace>
39 <Import Project=
"$(SolutionDir)\zlib.props" />
40 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"Configuration">
42 <ConfigurationType>StaticLibrary
</ConfigurationType>
44 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
45 <ConfigurationType>StaticLibrary
</ConfigurationType>
47 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"Configuration">
48 <ConfigurationType>StaticLibrary
</ConfigurationType>
50 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
51 <ConfigurationType>StaticLibrary
</ConfigurationType>
53 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
54 <ConfigurationType>StaticLibrary
</ConfigurationType>
56 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label=
"ExtensionSettings">
59 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"PropertySheets">
60 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
62 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"PropertySheets">
63 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
65 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"PropertySheets">
66 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
68 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"PropertySheets">
69 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
71 <PropertyGroup Label=
"UserMacros" />
72 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
73 <LinkIncremental>true
</LinkIncremental>
75 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
76 <LinkIncremental>true
</LinkIncremental>
78 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
79 <LinkIncremental>true
</LinkIncremental>
81 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
82 <LinkIncremental>true
</LinkIncremental>
84 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <LinkIncremental>true
</LinkIncremental>
87 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
89 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
90 <RuntimeLibrary>MultiThreadedDebug
</RuntimeLibrary>
91 <WarningLevel>$(WarningLevel)
</WarningLevel>
92 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
93 <Optimization>Disabled
</Optimization>
94 <BrowseInformation>true
</BrowseInformation>
95 <FunctionLevelLinking>true
</FunctionLevelLinking>
96 <DisableSpecificWarnings>$(DisableSpecificWarnings);
4127;
4131;
4242;
4244</DisableSpecificWarnings>
97 <TreatWarningAsError>$(TreatWarningAsError)
</TreatWarningAsError>
100 <TargetMachine>MachineX86
</TargetMachine>
101 <GenerateDebugInformation>true
</GenerateDebugInformation>
102 <SubSystem>Windows
</SubSystem>
104 </ItemDefinitionGroup>
105 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
107 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
108 <WarningLevel>$(WarningLevel)
</WarningLevel>
109 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
110 <Optimization>Disabled
</Optimization>
111 <BrowseInformation>true
</BrowseInformation>
112 <FunctionLevelLinking>true
</FunctionLevelLinking>
113 <DisableSpecificWarnings>$(DisableSpecificWarnings);
4127;
4131;
4242;
4244</DisableSpecificWarnings>
114 <TreatWarningAsError>$(TreatWarningAsError)
</TreatWarningAsError>
115 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
118 <TargetMachine>MachineX86
</TargetMachine>
119 <GenerateDebugInformation>true
</GenerateDebugInformation>
120 <SubSystem>Windows
</SubSystem>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
125 <WarningLevel>$(WarningLevel)
</WarningLevel>
126 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
127 <Optimization>Full
</Optimization>
128 <IntrinsicFunctions>true
</IntrinsicFunctions>
129 <WholeProgramOptimization>true
</WholeProgramOptimization>
130 <BufferSecurityCheck>false
</BufferSecurityCheck>
131 <BrowseInformation>true
</BrowseInformation>
132 <FunctionLevelLinking>true
</FunctionLevelLinking>
133 <DisableSpecificWarnings>$(DisableSpecificWarnings);
4127;
4131;
4242;
4244</DisableSpecificWarnings>
134 <TreatWarningAsError>$(TreatWarningAsError)
</TreatWarningAsError>
135 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
136 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
139 <TargetMachine>MachineX86
</TargetMachine>
140 <GenerateDebugInformation>true
</GenerateDebugInformation>
141 <SubSystem>Windows
</SubSystem>
144 <LinkTimeCodeGeneration>true
</LinkTimeCodeGeneration>
146 </ItemDefinitionGroup>
147 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
149 <WarningLevel>$(WarningLevel)
</WarningLevel>
150 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
151 <Optimization>Full
</Optimization>
152 <IntrinsicFunctions>true
</IntrinsicFunctions>
153 <WholeProgramOptimization>true
</WholeProgramOptimization>
154 <BufferSecurityCheck>false
</BufferSecurityCheck>
155 <BrowseInformation>true
</BrowseInformation>
156 <FunctionLevelLinking>true
</FunctionLevelLinking>
157 <DisableSpecificWarnings>$(DisableSpecificWarnings);
4127;
4131;
4242;
4244</DisableSpecificWarnings>
158 <TreatWarningAsError>$(TreatWarningAsError)
</TreatWarningAsError>
159 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;Z_SOLO;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
162 <TargetMachine>MachineX86
</TargetMachine>
163 <GenerateDebugInformation>true
</GenerateDebugInformation>
164 <SubSystem>Windows
</SubSystem>
165 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
166 <OptimizeReferences>true
</OptimizeReferences>
169 <LinkTimeCodeGeneration>true
</LinkTimeCodeGeneration>
171 </ItemDefinitionGroup>
172 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
173 <ImportGroup Label=
"ExtensionTargets">