| [1096] | 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|Itanium"> | 
|---|
|  | 5 | <Configuration>Debug</Configuration> | 
|---|
|  | 6 | <Platform>Itanium</Platform> | 
|---|
|  | 7 | </ProjectConfiguration> | 
|---|
|  | 8 | <ProjectConfiguration Include="Debug|Win32"> | 
|---|
|  | 9 | <Configuration>Debug</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="ReleaseWithoutAsm|Itanium"> | 
|---|
|  | 17 | <Configuration>ReleaseWithoutAsm</Configuration> | 
|---|
|  | 18 | <Platform>Itanium</Platform> | 
|---|
|  | 19 | </ProjectConfiguration> | 
|---|
|  | 20 | <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> | 
|---|
|  | 21 | <Configuration>ReleaseWithoutAsm</Configuration> | 
|---|
|  | 22 | <Platform>Win32</Platform> | 
|---|
|  | 23 | </ProjectConfiguration> | 
|---|
|  | 24 | <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> | 
|---|
|  | 25 | <Configuration>ReleaseWithoutAsm</Configuration> | 
|---|
|  | 26 | <Platform>x64</Platform> | 
|---|
|  | 27 | </ProjectConfiguration> | 
|---|
|  | 28 | <ProjectConfiguration Include="Release|Itanium"> | 
|---|
|  | 29 | <Configuration>Release</Configuration> | 
|---|
|  | 30 | <Platform>Itanium</Platform> | 
|---|
|  | 31 | </ProjectConfiguration> | 
|---|
|  | 32 | <ProjectConfiguration Include="Release|Win32"> | 
|---|
|  | 33 | <Configuration>Release</Configuration> | 
|---|
|  | 34 | <Platform>Win32</Platform> | 
|---|
|  | 35 | </ProjectConfiguration> | 
|---|
|  | 36 | <ProjectConfiguration Include="Release|x64"> | 
|---|
|  | 37 | <Configuration>Release</Configuration> | 
|---|
|  | 38 | <Platform>x64</Platform> | 
|---|
|  | 39 | </ProjectConfiguration> | 
|---|
|  | 40 | </ItemGroup> | 
|---|
|  | 41 | <PropertyGroup Label="Globals"> | 
|---|
|  | 42 | <ProjectGuid>{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}</ProjectGuid> | 
|---|
|  | 43 | </PropertyGroup> | 
|---|
|  | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
|---|
|  | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | 
|---|
|  | 46 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 47 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 48 | </PropertyGroup> | 
|---|
|  | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
|---|
|  | 50 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 51 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 52 | </PropertyGroup> | 
|---|
|  | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
|---|
|  | 54 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 55 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 56 | </PropertyGroup> | 
|---|
|  | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration"> | 
|---|
|  | 58 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 59 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 60 | </PropertyGroup> | 
|---|
|  | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> | 
|---|
|  | 62 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 63 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 64 | </PropertyGroup> | 
|---|
|  | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration"> | 
|---|
|  | 66 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 67 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 68 | </PropertyGroup> | 
|---|
|  | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | 
|---|
|  | 70 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 71 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 72 | </PropertyGroup> | 
|---|
|  | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
|---|
|  | 74 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 75 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 76 | </PropertyGroup> | 
|---|
|  | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
|---|
|  | 78 | <ConfigurationType>StaticLibrary</ConfigurationType> | 
|---|
|  | 79 | <UseOfMfc>false</UseOfMfc> | 
|---|
|  | 80 | </PropertyGroup> | 
|---|
|  | 81 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
|---|
|  | 82 | <ImportGroup Label="ExtensionSettings"> | 
|---|
|  | 83 | </ImportGroup> | 
|---|
|  | 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> | 
|---|
|  | 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 86 | </ImportGroup> | 
|---|
|  | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | 
|---|
|  | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 89 | </ImportGroup> | 
|---|
|  | 90 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | 
|---|
|  | 91 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 92 | </ImportGroup> | 
|---|
|  | 93 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets"> | 
|---|
|  | 94 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 95 | </ImportGroup> | 
|---|
|  | 96 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets"> | 
|---|
|  | 97 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 98 | </ImportGroup> | 
|---|
|  | 99 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets"> | 
|---|
|  | 100 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 101 | </ImportGroup> | 
|---|
|  | 102 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> | 
|---|
|  | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 104 | </ImportGroup> | 
|---|
|  | 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
|---|
|  | 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 107 | </ImportGroup> | 
|---|
|  | 108 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 
|---|
|  | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
|---|
|  | 110 | </ImportGroup> | 
|---|
|  | 111 | <PropertyGroup Label="UserMacros" /> | 
|---|
|  | 112 | <PropertyGroup> | 
|---|
|  | 113 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | 
|---|
|  | 114 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 115 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 116 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 117 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 118 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 119 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 120 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 121 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 122 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 123 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 124 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 125 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 126 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 127 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 128 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 129 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 130 | <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\</OutDir> | 
|---|
|  | 131 | <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\ZlibStat$(Configuration)\Tmp\</IntDir> | 
|---|
|  | 132 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 133 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | 
|---|
|  | 134 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" /> | 
|---|
|  | 135 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 136 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
|---|
|  | 137 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
|---|
|  | 138 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 139 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | 
|---|
|  | 140 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | 
|---|
|  | 141 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 142 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | 
|---|
|  | 143 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" /> | 
|---|
|  | 144 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 145 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | 
|---|
|  | 146 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> | 
|---|
|  | 147 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 148 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | 
|---|
|  | 149 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> | 
|---|
|  | 150 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 151 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | 
|---|
|  | 152 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" /> | 
|---|
|  | 153 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 154 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 
|---|
|  | 155 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 
|---|
|  | 156 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | 
|---|
|  | 157 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | 
|---|
|  | 158 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | 
|---|
|  | 159 | </PropertyGroup> | 
|---|
|  | 160 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
|---|
|  | 161 | <ClCompile> | 
|---|
|  | 162 | <Optimization>Disabled</Optimization> | 
|---|
|  | 163 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 164 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 165 | <ExceptionHandling> | 
|---|
|  | 166 | </ExceptionHandling> | 
|---|
|  | 167 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | 
|---|
|  | 168 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 169 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 170 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 171 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 172 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 173 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 174 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 175 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | 
|---|
|  | 176 | </ClCompile> | 
|---|
|  | 177 | <ResourceCompile> | 
|---|
|  | 178 | <Culture>0x040c</Culture> | 
|---|
|  | 179 | </ResourceCompile> | 
|---|
|  | 180 | <Lib> | 
|---|
|  | 181 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 182 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 183 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 184 | </Lib> | 
|---|
|  | 185 | <PreBuildEvent> | 
|---|
|  | 186 | <Command>cd ..\..\masmx86 | 
|---|
|  | 187 | bld_ml32.bat</Command> | 
|---|
|  | 188 | </PreBuildEvent> | 
|---|
|  | 189 | </ItemDefinitionGroup> | 
|---|
|  | 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
|---|
|  | 191 | <ClCompile> | 
|---|
|  | 192 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 193 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 194 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 195 | <StringPooling>true</StringPooling> | 
|---|
|  | 196 | <ExceptionHandling> | 
|---|
|  | 197 | </ExceptionHandling> | 
|---|
|  | 198 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
|---|
|  | 199 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 200 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 201 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 202 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 203 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 204 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 205 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 206 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 207 | </ClCompile> | 
|---|
|  | 208 | <ResourceCompile> | 
|---|
|  | 209 | <Culture>0x040c</Culture> | 
|---|
|  | 210 | </ResourceCompile> | 
|---|
|  | 211 | <Lib> | 
|---|
|  | 212 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 213 | <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies> | 
|---|
|  | 214 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 215 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 216 | </Lib> | 
|---|
|  | 217 | <PreBuildEvent> | 
|---|
|  | 218 | <Command>cd ..\..\masmx86 | 
|---|
|  | 219 | bld_ml32.bat</Command> | 
|---|
|  | 220 | </PreBuildEvent> | 
|---|
|  | 221 | </ItemDefinitionGroup> | 
|---|
|  | 222 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | 
|---|
|  | 223 | <ClCompile> | 
|---|
|  | 224 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 225 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 226 | <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 227 | <StringPooling>true</StringPooling> | 
|---|
|  | 228 | <ExceptionHandling> | 
|---|
|  | 229 | </ExceptionHandling> | 
|---|
|  | 230 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | 
|---|
|  | 231 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 232 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 233 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 234 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 235 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 236 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 237 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 238 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 239 | </ClCompile> | 
|---|
|  | 240 | <ResourceCompile> | 
|---|
|  | 241 | <Culture>0x040c</Culture> | 
|---|
|  | 242 | </ResourceCompile> | 
|---|
|  | 243 | <Lib> | 
|---|
|  | 244 | <AdditionalOptions>/MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 245 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 246 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 247 | </Lib> | 
|---|
|  | 248 | </ItemDefinitionGroup> | 
|---|
|  | 249 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
|---|
|  | 250 | <Midl> | 
|---|
|  | 251 | <TargetEnvironment>X64</TargetEnvironment> | 
|---|
|  | 252 | </Midl> | 
|---|
|  | 253 | <ClCompile> | 
|---|
|  | 254 | <Optimization>Disabled</Optimization> | 
|---|
|  | 255 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 256 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 257 | <ExceptionHandling> | 
|---|
|  | 258 | </ExceptionHandling> | 
|---|
|  | 259 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
|---|
|  | 260 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 261 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 262 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 263 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 264 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 265 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 266 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 267 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | 
|---|
|  | 268 | </ClCompile> | 
|---|
|  | 269 | <ResourceCompile> | 
|---|
|  | 270 | <Culture>0x040c</Culture> | 
|---|
|  | 271 | </ResourceCompile> | 
|---|
|  | 272 | <Lib> | 
|---|
|  | 273 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 274 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 275 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 276 | </Lib> | 
|---|
|  | 277 | <PreBuildEvent> | 
|---|
|  | 278 | <Command>cd ..\..\masmx64 | 
|---|
|  | 279 | bld_ml64.bat</Command> | 
|---|
|  | 280 | </PreBuildEvent> | 
|---|
|  | 281 | </ItemDefinitionGroup> | 
|---|
|  | 282 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'"> | 
|---|
|  | 283 | <Midl> | 
|---|
|  | 284 | <TargetEnvironment>Itanium</TargetEnvironment> | 
|---|
|  | 285 | </Midl> | 
|---|
|  | 286 | <ClCompile> | 
|---|
|  | 287 | <Optimization>Disabled</Optimization> | 
|---|
|  | 288 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 289 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 290 | <ExceptionHandling> | 
|---|
|  | 291 | </ExceptionHandling> | 
|---|
|  | 292 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 
|---|
|  | 293 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 294 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 295 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 296 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 297 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 298 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 299 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 300 | <DebugInformationFormat>OldStyle</DebugInformationFormat> | 
|---|
|  | 301 | </ClCompile> | 
|---|
|  | 302 | <ResourceCompile> | 
|---|
|  | 303 | <Culture>0x040c</Culture> | 
|---|
|  | 304 | </ResourceCompile> | 
|---|
|  | 305 | <Lib> | 
|---|
|  | 306 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 307 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 308 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 309 | </Lib> | 
|---|
|  | 310 | </ItemDefinitionGroup> | 
|---|
|  | 311 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
|---|
|  | 312 | <Midl> | 
|---|
|  | 313 | <TargetEnvironment>X64</TargetEnvironment> | 
|---|
|  | 314 | </Midl> | 
|---|
|  | 315 | <ClCompile> | 
|---|
|  | 316 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 317 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 318 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 319 | <StringPooling>true</StringPooling> | 
|---|
|  | 320 | <ExceptionHandling> | 
|---|
|  | 321 | </ExceptionHandling> | 
|---|
|  | 322 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
|---|
|  | 323 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 324 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 325 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 326 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 327 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 328 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 329 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 330 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 331 | </ClCompile> | 
|---|
|  | 332 | <ResourceCompile> | 
|---|
|  | 333 | <Culture>0x040c</Culture> | 
|---|
|  | 334 | </ResourceCompile> | 
|---|
|  | 335 | <Lib> | 
|---|
|  | 336 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 337 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | 
|---|
|  | 338 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 339 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 340 | </Lib> | 
|---|
|  | 341 | <PreBuildEvent> | 
|---|
|  | 342 | <Command>cd ..\..\masmx64 | 
|---|
|  | 343 | bld_ml64.bat</Command> | 
|---|
|  | 344 | </PreBuildEvent> | 
|---|
|  | 345 | </ItemDefinitionGroup> | 
|---|
|  | 346 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'"> | 
|---|
|  | 347 | <Midl> | 
|---|
|  | 348 | <TargetEnvironment>Itanium</TargetEnvironment> | 
|---|
|  | 349 | </Midl> | 
|---|
|  | 350 | <ClCompile> | 
|---|
|  | 351 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 352 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 353 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 354 | <StringPooling>true</StringPooling> | 
|---|
|  | 355 | <ExceptionHandling> | 
|---|
|  | 356 | </ExceptionHandling> | 
|---|
|  | 357 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
|---|
|  | 358 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 359 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 360 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 361 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 362 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 363 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 364 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 365 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 366 | </ClCompile> | 
|---|
|  | 367 | <ResourceCompile> | 
|---|
|  | 368 | <Culture>0x040c</Culture> | 
|---|
|  | 369 | </ResourceCompile> | 
|---|
|  | 370 | <Lib> | 
|---|
|  | 371 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 372 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 373 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 374 | </Lib> | 
|---|
|  | 375 | </ItemDefinitionGroup> | 
|---|
|  | 376 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | 
|---|
|  | 377 | <Midl> | 
|---|
|  | 378 | <TargetEnvironment>X64</TargetEnvironment> | 
|---|
|  | 379 | </Midl> | 
|---|
|  | 380 | <ClCompile> | 
|---|
|  | 381 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 382 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 383 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 384 | <StringPooling>true</StringPooling> | 
|---|
|  | 385 | <ExceptionHandling> | 
|---|
|  | 386 | </ExceptionHandling> | 
|---|
|  | 387 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
|---|
|  | 388 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 389 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 390 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 391 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 392 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 393 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 394 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 395 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 396 | </ClCompile> | 
|---|
|  | 397 | <ResourceCompile> | 
|---|
|  | 398 | <Culture>0x040c</Culture> | 
|---|
|  | 399 | </ResourceCompile> | 
|---|
|  | 400 | <Lib> | 
|---|
|  | 401 | <AdditionalOptions>/MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 402 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 403 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 404 | </Lib> | 
|---|
|  | 405 | </ItemDefinitionGroup> | 
|---|
|  | 406 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'"> | 
|---|
|  | 407 | <Midl> | 
|---|
|  | 408 | <TargetEnvironment>Itanium</TargetEnvironment> | 
|---|
|  | 409 | </Midl> | 
|---|
|  | 410 | <ClCompile> | 
|---|
|  | 411 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | 
|---|
|  | 412 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 
|---|
|  | 413 | <PreprocessorDefinitions>ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
|---|
|  | 414 | <StringPooling>true</StringPooling> | 
|---|
|  | 415 | <ExceptionHandling> | 
|---|
|  | 416 | </ExceptionHandling> | 
|---|
|  | 417 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 
|---|
|  | 418 | <BufferSecurityCheck>false</BufferSecurityCheck> | 
|---|
|  | 419 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
|---|
|  | 420 | <PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile> | 
|---|
|  | 421 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | 
|---|
|  | 422 | <ObjectFileName>$(IntDir)</ObjectFileName> | 
|---|
|  | 423 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | 
|---|
|  | 424 | <WarningLevel>Level3</WarningLevel> | 
|---|
|  | 425 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 426 | </ClCompile> | 
|---|
|  | 427 | <ResourceCompile> | 
|---|
|  | 428 | <Culture>0x040c</Culture> | 
|---|
|  | 429 | </ResourceCompile> | 
|---|
|  | 430 | <Lib> | 
|---|
|  | 431 | <AdditionalOptions>/MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions)</AdditionalOptions> | 
|---|
|  | 432 | <OutputFile>$(OutDir)zlibstat.lib</OutputFile> | 
|---|
|  | 433 | <SuppressStartupBanner>true</SuppressStartupBanner> | 
|---|
|  | 434 | </Lib> | 
|---|
|  | 435 | </ItemDefinitionGroup> | 
|---|
|  | 436 | <ItemGroup> | 
|---|
|  | 437 | <ClCompile Include="..\..\..\adler32.c" /> | 
|---|
|  | 438 | <ClCompile Include="..\..\..\compress.c" /> | 
|---|
|  | 439 | <ClCompile Include="..\..\..\crc32.c" /> | 
|---|
|  | 440 | <ClCompile Include="..\..\..\deflate.c" /> | 
|---|
|  | 441 | <ClCompile Include="..\..\..\gzclose.c" /> | 
|---|
|  | 442 | <ClCompile Include="..\..\..\gzlib.c" /> | 
|---|
|  | 443 | <ClCompile Include="..\..\..\gzread.c" /> | 
|---|
|  | 444 | <ClCompile Include="..\..\..\gzwrite.c" /> | 
|---|
|  | 445 | <ClCompile Include="..\..\..\infback.c" /> | 
|---|
|  | 446 | <ClCompile Include="..\..\masmx64\inffas8664.c"> | 
|---|
|  | 447 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild> | 
|---|
|  | 448 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | 
|---|
|  | 449 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild> | 
|---|
|  | 450 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild> | 
|---|
|  | 451 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild> | 
|---|
|  | 452 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | 
|---|
|  | 453 | </ClCompile> | 
|---|
|  | 454 | <ClCompile Include="..\..\..\inffast.c" /> | 
|---|
|  | 455 | <ClCompile Include="..\..\..\inflate.c" /> | 
|---|
|  | 456 | <ClCompile Include="..\..\..\inftrees.c" /> | 
|---|
|  | 457 | <ClCompile Include="..\..\minizip\ioapi.c" /> | 
|---|
|  | 458 | <ClCompile Include="..\..\..\trees.c" /> | 
|---|
|  | 459 | <ClCompile Include="..\..\..\uncompr.c" /> | 
|---|
|  | 460 | <ClCompile Include="..\..\minizip\unzip.c" /> | 
|---|
|  | 461 | <ClCompile Include="..\..\minizip\zip.c" /> | 
|---|
|  | 462 | <ClCompile Include="..\..\..\zutil.c" /> | 
|---|
|  | 463 | </ItemGroup> | 
|---|
|  | 464 | <ItemGroup> | 
|---|
|  | 465 | <ResourceCompile Include="zlib.rc" /> | 
|---|
|  | 466 | </ItemGroup> | 
|---|
|  | 467 | <ItemGroup> | 
|---|
|  | 468 | <None Include="zlibvc.def" /> | 
|---|
|  | 469 | </ItemGroup> | 
|---|
|  | 470 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
|---|
|  | 471 | <ImportGroup Label="ExtensionTargets"> | 
|---|
|  | 472 | </ImportGroup> | 
|---|
|  | 473 | </Project> | 
|---|