| [1050] | 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>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid>
 | 
|---|
 | 43 |     <RootNamespace>testzlib</RootNamespace>
 | 
|---|
 | 44 |     <Keyword>Win32Proj</Keyword>
 | 
|---|
 | 45 |   </PropertyGroup>
 | 
|---|
 | 46 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
|---|
 | 47 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
|---|
 | 48 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 49 |     <CharacterSet>MultiByte</CharacterSet>
 | 
|---|
 | 50 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 51 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 52 |   </PropertyGroup>
 | 
|---|
 | 53 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
 | 
|---|
 | 54 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 55 |     <CharacterSet>MultiByte</CharacterSet>
 | 
|---|
 | 56 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 57 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 58 |   </PropertyGroup>
 | 
|---|
 | 59 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
|---|
 | 60 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 61 |     <CharacterSet>Unicode</CharacterSet>
 | 
|---|
 | 62 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 63 |   </PropertyGroup>
 | 
|---|
 | 64 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
 | 
|---|
 | 65 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 66 |     <CharacterSet>MultiByte</CharacterSet>
 | 
|---|
 | 67 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 68 |   </PropertyGroup>
 | 
|---|
 | 69 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="Configuration">
 | 
|---|
 | 70 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 71 |     <CharacterSet>MultiByte</CharacterSet>
 | 
|---|
 | 72 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 73 |   </PropertyGroup>
 | 
|---|
 | 74 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
 | 
|---|
 | 75 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 76 |     <CharacterSet>MultiByte</CharacterSet>
 | 
|---|
 | 77 |   </PropertyGroup>
 | 
|---|
 | 78 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
|---|
 | 79 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 80 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 81 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 82 |   </PropertyGroup>
 | 
|---|
 | 83 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration">
 | 
|---|
 | 84 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 85 |     <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
|---|
 | 86 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 87 |   </PropertyGroup>
 | 
|---|
 | 88 |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
|---|
 | 89 |     <ConfigurationType>Application</ConfigurationType>
 | 
|---|
 | 90 |     <PlatformToolset>v110</PlatformToolset>
 | 
|---|
 | 91 |   </PropertyGroup>
 | 
|---|
 | 92 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
|---|
 | 93 |   <ImportGroup Label="ExtensionSettings">
 | 
|---|
 | 94 |   </ImportGroup>
 | 
|---|
 | 95 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
|---|
 | 96 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 97 |   </ImportGroup>
 | 
|---|
 | 98 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets">
 | 
|---|
 | 99 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 100 |   </ImportGroup>
 | 
|---|
 | 101 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
|---|
 | 102 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 103 |   </ImportGroup>
 | 
|---|
 | 104 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets">
 | 
|---|
 | 105 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 106 |   </ImportGroup>
 | 
|---|
 | 107 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" Label="PropertySheets">
 | 
|---|
 | 108 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 109 |   </ImportGroup>
 | 
|---|
 | 110 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets">
 | 
|---|
 | 111 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 112 |   </ImportGroup>
 | 
|---|
 | 113 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | 
|---|
 | 114 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 115 |   </ImportGroup>
 | 
|---|
 | 116 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets">
 | 
|---|
 | 117 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 118 |   </ImportGroup>
 | 
|---|
 | 119 |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
|---|
 | 120 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
|---|
 | 121 |   </ImportGroup>
 | 
|---|
 | 122 |   <PropertyGroup Label="UserMacros" />
 | 
|---|
 | 123 |   <PropertyGroup>
 | 
|---|
 | 124 |     <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
 | 
|---|
 | 125 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 126 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 127 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 | 
|---|
 | 128 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
 | 
|---|
 | 129 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 130 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 131 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental>
 | 
|---|
 | 132 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest>
 | 
|---|
 | 133 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 134 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 135 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 | 
|---|
 | 136 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
 | 
|---|
 | 137 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 138 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 139 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
 | 
|---|
 | 140 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 141 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 142 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</LinkIncremental>
 | 
|---|
 | 143 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">false</GenerateManifest>
 | 
|---|
 | 144 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 145 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 146 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest>
 | 
|---|
 | 147 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 148 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 149 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</LinkIncremental>
 | 
|---|
 | 150 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">false</GenerateManifest>
 | 
|---|
 | 151 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 152 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 153 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
 | 
|---|
 | 154 |     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\</OutDir>
 | 
|---|
 | 155 |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">ia64\TestZlib$(Configuration)\Tmp\</IntDir>
 | 
|---|
 | 156 |     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</LinkIncremental>
 | 
|---|
 | 157 |     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">false</GenerateManifest>
 | 
|---|
 | 158 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 159 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" />
 | 
|---|
 | 160 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" />
 | 
|---|
 | 161 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 162 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | 
|---|
 | 163 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | 
|---|
 | 164 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 165 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | 
|---|
 | 166 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | 
|---|
 | 167 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 168 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" />
 | 
|---|
 | 169 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'" />
 | 
|---|
 | 170 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 171 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
 | 
|---|
 | 172 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
 | 
|---|
 | 173 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 174 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
 | 
|---|
 | 175 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
 | 
|---|
 | 176 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 177 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" />
 | 
|---|
 | 178 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" />
 | 
|---|
 | 179 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 180 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
 | 
|---|
 | 181 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
 | 
|---|
 | 182 |     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
 | 
|---|
 | 183 |     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 | 
|---|
 | 184 |     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 | 
|---|
 | 185 |   </PropertyGroup>
 | 
|---|
 | 186 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
|---|
 | 187 |     <ClCompile>
 | 
|---|
 | 188 |       <Optimization>Disabled</Optimization>
 | 
|---|
 | 189 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 190 |       <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 191 |       <MinimalRebuild>true</MinimalRebuild>
 | 
|---|
 | 192 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 193 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
|---|
 | 194 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 195 |       <PrecompiledHeader>
 | 
|---|
 | 196 |       </PrecompiledHeader>
 | 
|---|
 | 197 |       <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
 | 
|---|
 | 198 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 199 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 200 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 201 |     </ClCompile>
 | 
|---|
 | 202 |     <Link>
 | 
|---|
 | 203 |       <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies>
 | 
|---|
 | 204 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 205 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 206 |       <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile>
 | 
|---|
 | 207 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 208 |       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
|---|
 | 209 |       <DataExecutionPrevention>
 | 
|---|
 | 210 |       </DataExecutionPrevention>
 | 
|---|
 | 211 |       <TargetMachine>MachineX86</TargetMachine>
 | 
|---|
 | 212 |     </Link>
 | 
|---|
 | 213 |   </ItemDefinitionGroup>
 | 
|---|
 | 214 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">
 | 
|---|
 | 215 |     <ClCompile>
 | 
|---|
 | 216 |       <Optimization>MaxSpeed</Optimization>
 | 
|---|
 | 217 |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
|---|
 | 218 |       <OmitFramePointers>true</OmitFramePointers>
 | 
|---|
 | 219 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 220 |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 221 |       <StringPooling>true</StringPooling>
 | 
|---|
 | 222 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 223 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
|---|
 | 224 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 225 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
|---|
 | 226 |       <PrecompiledHeader>
 | 
|---|
 | 227 |       </PrecompiledHeader>
 | 
|---|
 | 228 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 229 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 230 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 231 |     </ClCompile>
 | 
|---|
 | 232 |     <Link>
 | 
|---|
 | 233 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 234 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 235 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 236 |       <OptimizeReferences>true</OptimizeReferences>
 | 
|---|
 | 237 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
|---|
 | 238 |       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
|---|
 | 239 |       <DataExecutionPrevention>
 | 
|---|
 | 240 |       </DataExecutionPrevention>
 | 
|---|
 | 241 |       <TargetMachine>MachineX86</TargetMachine>
 | 
|---|
 | 242 |     </Link>
 | 
|---|
 | 243 |   </ItemDefinitionGroup>
 | 
|---|
 | 244 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
|---|
 | 245 |     <ClCompile>
 | 
|---|
 | 246 |       <Optimization>MaxSpeed</Optimization>
 | 
|---|
 | 247 |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
|---|
 | 248 |       <OmitFramePointers>true</OmitFramePointers>
 | 
|---|
 | 249 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 250 |       <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 251 |       <StringPooling>true</StringPooling>
 | 
|---|
 | 252 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 253 |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
|---|
 | 254 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 255 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
|---|
 | 256 |       <PrecompiledHeader>
 | 
|---|
 | 257 |       </PrecompiledHeader>
 | 
|---|
 | 258 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 259 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 260 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 261 |     </ClCompile>
 | 
|---|
 | 262 |     <Link>
 | 
|---|
 | 263 |       <AdditionalDependencies>..\..\masmx86\match686.obj;..\..\masmx86\inffas32.obj;%(AdditionalDependencies)</AdditionalDependencies>
 | 
|---|
 | 264 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 265 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 266 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 267 |       <OptimizeReferences>true</OptimizeReferences>
 | 
|---|
 | 268 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
|---|
 | 269 |       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
|---|
 | 270 |       <DataExecutionPrevention>
 | 
|---|
 | 271 |       </DataExecutionPrevention>
 | 
|---|
 | 272 |       <TargetMachine>MachineX86</TargetMachine>
 | 
|---|
 | 273 |     </Link>
 | 
|---|
 | 274 |   </ItemDefinitionGroup>
 | 
|---|
 | 275 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
|---|
 | 276 |     <ClCompile>
 | 
|---|
 | 277 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 278 |       <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 279 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 280 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
|---|
 | 281 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 282 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 283 |     </ClCompile>
 | 
|---|
 | 284 |     <Link>
 | 
|---|
 | 285 |       <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies>
 | 
|---|
 | 286 |     </Link>
 | 
|---|
 | 287 |   </ItemDefinitionGroup>
 | 
|---|
 | 288 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
 | 
|---|
 | 289 |     <Midl>
 | 
|---|
 | 290 |       <TargetEnvironment>Itanium</TargetEnvironment>
 | 
|---|
 | 291 |     </Midl>
 | 
|---|
 | 292 |     <ClCompile>
 | 
|---|
 | 293 |       <Optimization>Disabled</Optimization>
 | 
|---|
 | 294 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 295 |       <PreprocessorDefinitions>ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 296 |       <MinimalRebuild>true</MinimalRebuild>
 | 
|---|
 | 297 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 298 |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
|---|
 | 299 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 300 |       <PrecompiledHeader>
 | 
|---|
 | 301 |       </PrecompiledHeader>
 | 
|---|
 | 302 |       <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
 | 
|---|
 | 303 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 304 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 305 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 306 |     </ClCompile>
 | 
|---|
 | 307 |     <Link>
 | 
|---|
 | 308 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 309 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 310 |       <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile>
 | 
|---|
 | 311 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 312 |       <TargetMachine>MachineIA64</TargetMachine>
 | 
|---|
 | 313 |     </Link>
 | 
|---|
 | 314 |   </ItemDefinitionGroup>
 | 
|---|
 | 315 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">
 | 
|---|
 | 316 |     <ClCompile>
 | 
|---|
 | 317 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 318 |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 319 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 320 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
|---|
 | 321 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 322 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 323 |     </ClCompile>
 | 
|---|
 | 324 |     <Link>
 | 
|---|
 | 325 |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 | 
|---|
 | 326 |     </Link>
 | 
|---|
 | 327 |   </ItemDefinitionGroup>
 | 
|---|
 | 328 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">
 | 
|---|
 | 329 |     <Midl>
 | 
|---|
 | 330 |       <TargetEnvironment>Itanium</TargetEnvironment>
 | 
|---|
 | 331 |     </Midl>
 | 
|---|
 | 332 |     <ClCompile>
 | 
|---|
 | 333 |       <Optimization>MaxSpeed</Optimization>
 | 
|---|
 | 334 |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
|---|
 | 335 |       <OmitFramePointers>true</OmitFramePointers>
 | 
|---|
 | 336 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 337 |       <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 338 |       <StringPooling>true</StringPooling>
 | 
|---|
 | 339 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 340 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
|---|
 | 341 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 342 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
|---|
 | 343 |       <PrecompiledHeader>
 | 
|---|
 | 344 |       </PrecompiledHeader>
 | 
|---|
 | 345 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 346 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 347 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 348 |     </ClCompile>
 | 
|---|
 | 349 |     <Link>
 | 
|---|
 | 350 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 351 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 352 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 353 |       <OptimizeReferences>true</OptimizeReferences>
 | 
|---|
 | 354 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
|---|
 | 355 |       <TargetMachine>MachineIA64</TargetMachine>
 | 
|---|
 | 356 |     </Link>
 | 
|---|
 | 357 |   </ItemDefinitionGroup>
 | 
|---|
 | 358 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
|---|
 | 359 |     <ClCompile>
 | 
|---|
 | 360 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 361 |       <PreprocessorDefinitions>ASMV;ASMINF;WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 362 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 363 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
|---|
 | 364 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 365 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 366 |     </ClCompile>
 | 
|---|
 | 367 |     <Link>
 | 
|---|
 | 368 |       <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies>
 | 
|---|
 | 369 |     </Link>
 | 
|---|
 | 370 |   </ItemDefinitionGroup>
 | 
|---|
 | 371 |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
 | 
|---|
 | 372 |     <Midl>
 | 
|---|
 | 373 |       <TargetEnvironment>Itanium</TargetEnvironment>
 | 
|---|
 | 374 |     </Midl>
 | 
|---|
 | 375 |     <ClCompile>
 | 
|---|
 | 376 |       <Optimization>MaxSpeed</Optimization>
 | 
|---|
 | 377 |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
|---|
 | 378 |       <OmitFramePointers>true</OmitFramePointers>
 | 
|---|
 | 379 |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
|---|
 | 380 |       <PreprocessorDefinitions>ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
|---|
 | 381 |       <StringPooling>true</StringPooling>
 | 
|---|
 | 382 |       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
 | 
|---|
 | 383 |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
|---|
 | 384 |       <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
|---|
 | 385 |       <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
|---|
 | 386 |       <PrecompiledHeader>
 | 
|---|
 | 387 |       </PrecompiledHeader>
 | 
|---|
 | 388 |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
 | 
|---|
 | 389 |       <WarningLevel>Level3</WarningLevel>
 | 
|---|
 | 390 |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
|---|
 | 391 |     </ClCompile>
 | 
|---|
 | 392 |     <Link>
 | 
|---|
 | 393 |       <OutputFile>$(OutDir)testzlib.exe</OutputFile>
 | 
|---|
 | 394 |       <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
|---|
 | 395 |       <SubSystem>Console</SubSystem>
 | 
|---|
 | 396 |       <OptimizeReferences>true</OptimizeReferences>
 | 
|---|
 | 397 |       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
|---|
 | 398 |       <TargetMachine>MachineIA64</TargetMachine>
 | 
|---|
 | 399 |     </Link>
 | 
|---|
 | 400 |   </ItemDefinitionGroup>
 | 
|---|
 | 401 |   <ItemGroup>
 | 
|---|
 | 402 |     <ClCompile Include="..\..\..\adler32.c" />
 | 
|---|
 | 403 |     <ClCompile Include="..\..\..\compress.c" />
 | 
|---|
 | 404 |     <ClCompile Include="..\..\..\crc32.c" />
 | 
|---|
 | 405 |     <ClCompile Include="..\..\..\deflate.c" />
 | 
|---|
 | 406 |     <ClCompile Include="..\..\..\infback.c" />
 | 
|---|
 | 407 |     <ClCompile Include="..\..\masmx64\inffas8664.c">
 | 
|---|
 | 408 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">true</ExcludedFromBuild>
 | 
|---|
 | 409 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
 | 
|---|
 | 410 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Itanium'">true</ExcludedFromBuild>
 | 
|---|
 | 411 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">true</ExcludedFromBuild>
 | 
|---|
 | 412 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">true</ExcludedFromBuild>
 | 
|---|
 | 413 |       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
 | 
|---|
 | 414 |     </ClCompile>
 | 
|---|
 | 415 |     <ClCompile Include="..\..\..\inffast.c" />
 | 
|---|
 | 416 |     <ClCompile Include="..\..\..\inflate.c" />
 | 
|---|
 | 417 |     <ClCompile Include="..\..\..\inftrees.c" />
 | 
|---|
 | 418 |     <ClCompile Include="..\..\testzlib\testzlib.c" />
 | 
|---|
 | 419 |     <ClCompile Include="..\..\..\trees.c" />
 | 
|---|
 | 420 |     <ClCompile Include="..\..\..\uncompr.c" />
 | 
|---|
 | 421 |     <ClCompile Include="..\..\..\zutil.c" />
 | 
|---|
 | 422 |   </ItemGroup>
 | 
|---|
 | 423 |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
|---|
 | 424 |   <ImportGroup Label="ExtensionTargets">
 | 
|---|
 | 425 |   </ImportGroup>
 | 
|---|
 | 426 | </Project>
 | 
|---|