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 <Keyword>Win32Proj
</Keyword>
37 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <Import Project=
"$(SolutionDir)\zlib.props" />
39 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"Configuration">
40 <ConfigurationType>StaticLibrary
</ConfigurationType>
42 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
43 <ConfigurationType>StaticLibrary
</ConfigurationType>
45 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"Configuration">
46 <ConfigurationType>StaticLibrary
</ConfigurationType>
48 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
49 <ConfigurationType>StaticLibrary
</ConfigurationType>
51 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
52 <ConfigurationType>StaticLibrary
</ConfigurationType>
54 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label=
"ExtensionSettings">
57 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"PropertySheets">
58 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
60 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"PropertySheets">
61 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
63 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"PropertySheets">
64 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
66 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"PropertySheets">
67 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
69 <PropertyGroup Label=
"UserMacros" />
70 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
71 <LinkIncremental>true
</LinkIncremental>
73 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true
</LinkIncremental>
76 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
77 <LinkIncremental>true
</LinkIncremental>
79 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <LinkIncremental>true
</LinkIncremental>
82 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
83 <LinkIncremental>true
</LinkIncremental>
85 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
87 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
88 <RuntimeLibrary>MultiThreadedDebug
</RuntimeLibrary>
89 <WarningLevel>TurnOffAllWarnings
</WarningLevel>
90 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
91 <Optimization>Disabled
</Optimization>
92 <BrowseInformation>true
</BrowseInformation>
95 <TargetMachine>MachineX86
</TargetMachine>
96 <GenerateDebugInformation>true
</GenerateDebugInformation>
97 <SubSystem>Windows
</SubSystem>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
103 <WarningLevel>TurnOffAllWarnings
</WarningLevel>
104 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
105 <Optimization>Disabled
</Optimization>
106 <BrowseInformation>true
</BrowseInformation>
109 <TargetMachine>MachineX86
</TargetMachine>
110 <GenerateDebugInformation>true
</GenerateDebugInformation>
111 <SubSystem>Windows
</SubSystem>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
116 <WarningLevel>Level3
</WarningLevel>
117 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
118 <Optimization>Full
</Optimization>
119 <IntrinsicFunctions>true
</IntrinsicFunctions>
120 <WholeProgramOptimization>true
</WholeProgramOptimization>
121 <BufferSecurityCheck>false
</BufferSecurityCheck>
122 <BrowseInformation>true
</BrowseInformation>
123 <FunctionLevelLinking>true
</FunctionLevelLinking>
124 <TreatWarningAsError>true
</TreatWarningAsError>
125 <RuntimeLibrary>MultiThreaded
</RuntimeLibrary>
128 <TargetMachine>MachineX86
</TargetMachine>
129 <GenerateDebugInformation>true
</GenerateDebugInformation>
130 <SubSystem>Windows
</SubSystem>
133 <LinkTimeCodeGeneration>true
</LinkTimeCodeGeneration>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
138 <WarningLevel>Level3
</WarningLevel>
139 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
140 <Optimization>Full
</Optimization>
141 <IntrinsicFunctions>true
</IntrinsicFunctions>
142 <WholeProgramOptimization>true
</WholeProgramOptimization>
143 <BufferSecurityCheck>false
</BufferSecurityCheck>
144 <BrowseInformation>true
</BrowseInformation>
145 <FunctionLevelLinking>true
</FunctionLevelLinking>
146 <TreatWarningAsError>true
</TreatWarningAsError>
149 <TargetMachine>MachineX86
</TargetMachine>
150 <GenerateDebugInformation>true
</GenerateDebugInformation>
151 <SubSystem>Windows
</SubSystem>
154 <LinkTimeCodeGeneration>true
</LinkTimeCodeGeneration>
156 </ItemDefinitionGroup>
157 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
159 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
160 <WarningLevel>Level3
</WarningLevel>
161 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
164 <TargetMachine>MachineX86
</TargetMachine>
165 <GenerateDebugInformation>true
</GenerateDebugInformation>
166 <SubSystem>Windows
</SubSystem>
167 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
168 <OptimizeReferences>true
</OptimizeReferences>
170 </ItemDefinitionGroup>
171 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
172 <ImportGroup Label=
"ExtensionTargets">