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>
14 <ClCompile Include=
"$(ZLibSrcDir)\adler32.c" />
15 <ClCompile Include=
"$(ZLibSrcDir)\compress.c" />
16 <ClCompile Include=
"$(ZLibSrcDir)\crc32.c" />
17 <ClCompile Include=
"$(ZLibSrcDir)\deflate.c" />
18 <ClCompile Include=
"$(ZLibSrcDir)\infback.c" />
19 <ClCompile Include=
"$(ZLibSrcDir)\inffast.c" />
20 <ClCompile Include=
"$(ZLibSrcDir)\inflate.c" />
21 <ClCompile Include=
"$(ZLibSrcDir)\inftrees.c" />
22 <ClCompile Include=
"$(ZLibSrcDir)\trees.c" />
23 <ClCompile Include=
"$(ZLibSrcDir)\uncompr.c" />
24 <ClCompile Include=
"$(ZLibSrcDir)\zutil.c" />
26 <PropertyGroup Label=
"Globals">
27 <Keyword>Win32Proj
</Keyword>
29 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30 <Import Project=
"$(SolutionDir)\zlib.props" />
31 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
32 <ConfigurationType>DynamicLibrary
</ConfigurationType>
33 <WholeProgramOptimization>true
</WholeProgramOptimization>
35 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"Configuration">
36 <ConfigurationType>StaticLibrary
</ConfigurationType>
38 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
39 <ConfigurationType>DynamicLibrary
</ConfigurationType>
41 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
42 <ImportGroup Label=
"ExtensionSettings">
44 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
47 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"PropertySheets">
48 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
50 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
51 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
53 <PropertyGroup Label=
"UserMacros" />
54 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <LinkIncremental>false
</LinkIncremental>
57 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
58 <LinkIncremental>true
</LinkIncremental>
60 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
61 <LinkIncremental>true
</LinkIncremental>
63 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
65 <PreprocessorDefinitions>WIN32;ZLIB_DLL;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
66 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
67 <WarningLevel>Level3
</WarningLevel>
68 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
69 <Optimization>Disabled
</Optimization>
70 <IntrinsicFunctions>true
</IntrinsicFunctions>
73 <GenerateDebugInformation>true
</GenerateDebugInformation>
74 <SubSystem>Windows
</SubSystem>
76 <AdditionalDependencies>msvcrtd.lib;kernel32.lib
</AdditionalDependencies>
77 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
79 </ItemDefinitionGroup>
80 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
82 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
83 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
84 <WarningLevel>Level3
</WarningLevel>
85 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
86 <Optimization>Disabled
</Optimization>
89 <TargetMachine>MachineX86
</TargetMachine>
90 <GenerateDebugInformation>true
</GenerateDebugInformation>
91 <SubSystem>Windows
</SubSystem>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
96 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEBUGZLIB_EXPORTS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
97 <RuntimeLibrary>MultiThreadedDLL
</RuntimeLibrary>
98 <WarningLevel>Level3
</WarningLevel>
99 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
102 <TargetMachine>MachineX86
</TargetMachine>
103 <GenerateDebugInformation>true
</GenerateDebugInformation>
104 <SubSystem>Windows
</SubSystem>
105 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
106 <OptimizeReferences>true
</OptimizeReferences>
108 </ItemDefinitionGroup>
109 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
110 <ImportGroup Label=
"ExtensionTargets">