1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" ToolsVersion=
"15.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>
12 <ProjectConfiguration Include=
"Debug|x64">
13 <Configuration>Debug
</Configuration>
14 <Platform>x64
</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include=
"Release|x64">
17 <Configuration>Release
</Configuration>
18 <Platform>x64
</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label=
"Globals">
22 <VCProjectVersion>15.0</VCProjectVersion>
23 <ProjectGuid>{
59666402-A775-
49AC-A9BD-
19FD528F5FD9}
</ProjectGuid>
24 <Keyword>Win32Proj
</Keyword>
25 <RootNamespace>zlib
</RootNamespace>
26 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
28 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
30 <ConfigurationType>StaticLibrary
</ConfigurationType>
31 <UseDebugLibraries>true
</UseDebugLibraries>
32 <CharacterSet>MultiByte
</CharacterSet>
33 <PlatformToolset>$(DefaultPlatformToolset)
</PlatformToolset>
35 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
36 <ConfigurationType>StaticLibrary
</ConfigurationType>
37 <UseDebugLibraries>false
</UseDebugLibraries>
38 <WholeProgramOptimization>true
</WholeProgramOptimization>
39 <CharacterSet>MultiByte
</CharacterSet>
40 <PlatformToolset>$(DefaultPlatformToolset)
</PlatformToolset>
42 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'" Label=
"Configuration">
43 <ConfigurationType>StaticLibrary
</ConfigurationType>
44 <UseDebugLibraries>true
</UseDebugLibraries>
45 <CharacterSet>MultiByte
</CharacterSet>
46 <PlatformToolset>$(DefaultPlatformToolset)
</PlatformToolset>
48 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'" Label=
"Configuration">
49 <ConfigurationType>StaticLibrary
</ConfigurationType>
50 <UseDebugLibraries>false
</UseDebugLibraries>
51 <WholeProgramOptimization>true
</WholeProgramOptimization>
52 <CharacterSet>MultiByte
</CharacterSet>
53 <PlatformToolset>$(DefaultPlatformToolset)
</PlatformToolset>
55 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label=
"ExtensionSettings">
58 <ImportGroup Label=
"Shared">
60 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
63 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
66 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
67 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
69 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
70 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
72 <PropertyGroup Label=
"UserMacros" />
73 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
74 <LinkIncremental>true
</LinkIncremental>
76 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
77 <LinkIncremental>true
</LinkIncremental>
78 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
80 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
81 <LinkIncremental>false
</LinkIncremental>
82 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\
</OutDir>
84 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
85 <LinkIncremental>false
</LinkIncremental>
87 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'">
89 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
90 <WarningLevel>Level3
</WarningLevel>
91 <Optimization>Disabled
</Optimization>
92 <SDLCheck>true
</SDLCheck>
93 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
94 <ConformanceMode>true
</ConformanceMode>
95 <BufferSecurityCheck>false
</BufferSecurityCheck>
98 <SubSystem>Windows
</SubSystem>
99 <GenerateDebugInformation>true
</GenerateDebugInformation>
102 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
104 </ItemDefinitionGroup>
105 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
107 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
108 <WarningLevel>Level3
</WarningLevel>
109 <Optimization>Disabled
</Optimization>
110 <SDLCheck>true
</SDLCheck>
111 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
112 <ConformanceMode>true
</ConformanceMode>
113 <BufferSecurityCheck>false
</BufferSecurityCheck>
116 <SubSystem>Windows
</SubSystem>
117 <GenerateDebugInformation>true
</GenerateDebugInformation>
120 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
125 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
126 <WarningLevel>Level3
</WarningLevel>
127 <Optimization>MaxSpeed
</Optimization>
128 <FunctionLevelLinking>true
</FunctionLevelLinking>
129 <IntrinsicFunctions>true
</IntrinsicFunctions>
130 <SDLCheck>true
</SDLCheck>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
132 <ConformanceMode>true
</ConformanceMode>
133 <BufferSecurityCheck>false
</BufferSecurityCheck>
134 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
137 <SubSystem>Windows
</SubSystem>
138 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
139 <OptimizeReferences>true
</OptimizeReferences>
140 <GenerateDebugInformation>true
</GenerateDebugInformation>
143 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'">
148 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
149 <WarningLevel>Level3
</WarningLevel>
150 <Optimization>MaxSpeed
</Optimization>
151 <FunctionLevelLinking>true
</FunctionLevelLinking>
152 <IntrinsicFunctions>true
</IntrinsicFunctions>
153 <SDLCheck>true
</SDLCheck>
154 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
155 <ConformanceMode>true
</ConformanceMode>
156 <BufferSecurityCheck>false
</BufferSecurityCheck>
157 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
160 <SubSystem>Windows
</SubSystem>
161 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
162 <OptimizeReferences>true
</OptimizeReferences>
163 <GenerateDebugInformation>true
</GenerateDebugInformation>
166 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
168 </ItemDefinitionGroup>
170 <ClInclude Include=
"stdafx.h" />
171 <ClInclude Include=
"targetver.h" />
174 <ClCompile Include=
"..\zlib\adler32.c" />
175 <ClCompile Include=
"..\zlib\compress.c" />
176 <ClCompile Include=
"..\zlib\crc32.c" />
177 <ClCompile Include=
"..\zlib\deflate.c" />
178 <ClCompile Include=
"..\zlib\gzclose.c" />
179 <ClCompile Include=
"..\zlib\gzlib.c" />
180 <ClCompile Include=
"..\zlib\gzread.c" />
181 <ClCompile Include=
"..\zlib\gzwrite.c" />
182 <ClCompile Include=
"..\zlib\infback.c" />
183 <ClCompile Include=
"..\zlib\inffast.c" />
184 <ClCompile Include=
"..\zlib\inflate.c" />
185 <ClCompile Include=
"..\zlib\inftrees.c" />
186 <ClCompile Include=
"..\zlib\trees.c" />
187 <ClCompile Include=
"..\zlib\uncompr.c" />
188 <ClCompile Include=
"..\zlib\zutil.c" />
190 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
191 <ImportGroup Label=
"ExtensionTargets">