1275793eaSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 2275793eaSopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3275793eaSopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 4275793eaSopenharmony_ci <ProjectConfiguration Include="Debug|ARM"> 5275793eaSopenharmony_ci <Configuration>Debug</Configuration> 6275793eaSopenharmony_ci <Platform>ARM</Platform> 7275793eaSopenharmony_ci </ProjectConfiguration> 8275793eaSopenharmony_ci <ProjectConfiguration Include="Debug|ARM64"> 9275793eaSopenharmony_ci <Configuration>Debug</Configuration> 10275793eaSopenharmony_ci <Platform>ARM64</Platform> 11275793eaSopenharmony_ci </ProjectConfiguration> 12275793eaSopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 13275793eaSopenharmony_ci <Configuration>Debug</Configuration> 14275793eaSopenharmony_ci <Platform>Win32</Platform> 15275793eaSopenharmony_ci </ProjectConfiguration> 16275793eaSopenharmony_ci <ProjectConfiguration Include="Debug|x64"> 17275793eaSopenharmony_ci <Configuration>Debug</Configuration> 18275793eaSopenharmony_ci <Platform>x64</Platform> 19275793eaSopenharmony_ci </ProjectConfiguration> 20275793eaSopenharmony_ci <ProjectConfiguration Include="ReleaseWithoutAsm|ARM"> 21275793eaSopenharmony_ci <Configuration>ReleaseWithoutAsm</Configuration> 22275793eaSopenharmony_ci <Platform>ARM</Platform> 23275793eaSopenharmony_ci </ProjectConfiguration> 24275793eaSopenharmony_ci <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64"> 25275793eaSopenharmony_ci <Configuration>ReleaseWithoutAsm</Configuration> 26275793eaSopenharmony_ci <Platform>ARM64</Platform> 27275793eaSopenharmony_ci </ProjectConfiguration> 28275793eaSopenharmony_ci <ProjectConfiguration Include="ReleaseWithoutAsm|Win32"> 29275793eaSopenharmony_ci <Configuration>ReleaseWithoutAsm</Configuration> 30275793eaSopenharmony_ci <Platform>Win32</Platform> 31275793eaSopenharmony_ci </ProjectConfiguration> 32275793eaSopenharmony_ci <ProjectConfiguration Include="ReleaseWithoutAsm|x64"> 33275793eaSopenharmony_ci <Configuration>ReleaseWithoutAsm</Configuration> 34275793eaSopenharmony_ci <Platform>x64</Platform> 35275793eaSopenharmony_ci </ProjectConfiguration> 36275793eaSopenharmony_ci <ProjectConfiguration Include="Release|ARM"> 37275793eaSopenharmony_ci <Configuration>Release</Configuration> 38275793eaSopenharmony_ci <Platform>ARM</Platform> 39275793eaSopenharmony_ci </ProjectConfiguration> 40275793eaSopenharmony_ci <ProjectConfiguration Include="Release|ARM64"> 41275793eaSopenharmony_ci <Configuration>Release</Configuration> 42275793eaSopenharmony_ci <Platform>ARM64</Platform> 43275793eaSopenharmony_ci </ProjectConfiguration> 44275793eaSopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 45275793eaSopenharmony_ci <Configuration>Release</Configuration> 46275793eaSopenharmony_ci <Platform>Win32</Platform> 47275793eaSopenharmony_ci </ProjectConfiguration> 48275793eaSopenharmony_ci <ProjectConfiguration Include="Release|x64"> 49275793eaSopenharmony_ci <Configuration>Release</Configuration> 50275793eaSopenharmony_ci <Platform>x64</Platform> 51275793eaSopenharmony_ci </ProjectConfiguration> 52275793eaSopenharmony_ci </ItemGroup> 53275793eaSopenharmony_ci <PropertyGroup Label="Globals"> 54275793eaSopenharmony_ci <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> 55275793eaSopenharmony_ci <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 56275793eaSopenharmony_ci </PropertyGroup> 57275793eaSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 58275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 59275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 60275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 61275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 62275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 63275793eaSopenharmony_ci </PropertyGroup> 64275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> 65275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 66275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 67275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 68275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 69275793eaSopenharmony_ci </PropertyGroup> 70275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 71275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 72275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 73275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 74275793eaSopenharmony_ci <CharacterSet>Unicode</CharacterSet> 75275793eaSopenharmony_ci </PropertyGroup> 76275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 77275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 78275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 79275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 80275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 81275793eaSopenharmony_ci </PropertyGroup> 82275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> 83275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 84275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 85275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 86275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 87275793eaSopenharmony_ci </PropertyGroup> 88275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 89275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 90275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 91275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 92275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 93275793eaSopenharmony_ci </PropertyGroup> 94275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> 95275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 96275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 97275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 98275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 99275793eaSopenharmony_ci </PropertyGroup> 100275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> 101275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 102275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 103275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 104275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 105275793eaSopenharmony_ci </PropertyGroup> 106275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> 107275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 108275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 109275793eaSopenharmony_ci <WholeProgramOptimization>true</WholeProgramOptimization> 110275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 111275793eaSopenharmony_ci </PropertyGroup> 112275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 113275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 114275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 115275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 116275793eaSopenharmony_ci </PropertyGroup> 117275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> 118275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 119275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 120275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 121275793eaSopenharmony_ci </PropertyGroup> 122275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 123275793eaSopenharmony_ci <ConfigurationType>DynamicLibrary</ConfigurationType> 124275793eaSopenharmony_ci <UseOfMfc>false</UseOfMfc> 125275793eaSopenharmony_ci <PlatformToolset>v143</PlatformToolset> 126275793eaSopenharmony_ci </PropertyGroup> 127275793eaSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 128275793eaSopenharmony_ci <ImportGroup Label="ExtensionSettings"> 129275793eaSopenharmony_ci </ImportGroup> 130275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 131275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 132275793eaSopenharmony_ci </ImportGroup> 133275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets"> 134275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135275793eaSopenharmony_ci </ImportGroup> 136275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 137275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 138275793eaSopenharmony_ci </ImportGroup> 139275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 140275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 141275793eaSopenharmony_ci </ImportGroup> 142275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> 143275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 144275793eaSopenharmony_ci </ImportGroup> 145275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 146275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 147275793eaSopenharmony_ci </ImportGroup> 148275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets"> 149275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 150275793eaSopenharmony_ci </ImportGroup> 151275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets"> 152275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 153275793eaSopenharmony_ci </ImportGroup> 154275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets"> 155275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 156275793eaSopenharmony_ci </ImportGroup> 157275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 158275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 159275793eaSopenharmony_ci </ImportGroup> 160275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> 161275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 162275793eaSopenharmony_ci </ImportGroup> 163275793eaSopenharmony_ci <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 164275793eaSopenharmony_ci <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 165275793eaSopenharmony_ci </ImportGroup> 166275793eaSopenharmony_ci <PropertyGroup Label="UserMacros" /> 167275793eaSopenharmony_ci <PropertyGroup> 168275793eaSopenharmony_ci <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> 169275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir> 170275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> 171275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 172275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> 173275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir> 174275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> 175275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental> 176275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest> 177275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir> 178275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir> 179275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 180275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> 181275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> 182275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> 183275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 184275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental> 185275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental> 186275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> 187275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest> 188275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest> 189275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir> 190275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> 191275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental> 192275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</LinkIncremental> 193275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</LinkIncremental> 194275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest> 195275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</GenerateManifest> 196275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</GenerateManifest> 197275793eaSopenharmony_ci <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> 198275793eaSopenharmony_ci <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> 199275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 200275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental> 201275793eaSopenharmony_ci <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental> 202275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> 203275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest> 204275793eaSopenharmony_ci <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest> 205275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 206275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 207275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 208275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 209275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> 210275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> 211275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 212275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> 213275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> 214275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 215275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" /> 216275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" /> 217275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 218275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> 219275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" /> 220275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 221275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> 222275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> 223275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> 224275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> 225275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> 226275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" /> 227275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" /> 228275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" /> 229275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 230275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 231275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 232275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 233275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet> 234275793eaSopenharmony_ci <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet> 235275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 236275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> 237275793eaSopenharmony_ci <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> 238275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 239275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" /> 240275793eaSopenharmony_ci <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" /> 241275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName> 242275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName> 243275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName> 244275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> 245275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">zlibwapi</TargetName> 246275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">zlibwapi</TargetName> 247275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName> 248275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">zlibwapi</TargetName> 249275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">zlibwapi</TargetName> 250275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> 251275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">zlibwapi</TargetName> 252275793eaSopenharmony_ci <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">zlibwapi</TargetName> 253275793eaSopenharmony_ci </PropertyGroup> 254275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> 255275793eaSopenharmony_ci <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> 256275793eaSopenharmony_ci <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> 257275793eaSopenharmony_ci </PropertyGroup> 258275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 259275793eaSopenharmony_ci <OutDir>arm\ZlibDll$(Configuration)\</OutDir> 260275793eaSopenharmony_ci <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> 261275793eaSopenharmony_ci </PropertyGroup> 262275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> 263275793eaSopenharmony_ci <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> 264275793eaSopenharmony_ci <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> 265275793eaSopenharmony_ci </PropertyGroup> 266275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> 267275793eaSopenharmony_ci <OutDir>arm64\ZlibDll$(Configuration)\</OutDir> 268275793eaSopenharmony_ci <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir> 269275793eaSopenharmony_ci </PropertyGroup> 270275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 271275793eaSopenharmony_ci <OutDir>arm\ZlibDll$(Configuration)\</OutDir> 272275793eaSopenharmony_ci <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> 273275793eaSopenharmony_ci </PropertyGroup> 274275793eaSopenharmony_ci <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> 275275793eaSopenharmony_ci <OutDir>arm\ZlibDll$(Configuration)\</OutDir> 276275793eaSopenharmony_ci <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir> 277275793eaSopenharmony_ci </PropertyGroup> 278275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 279275793eaSopenharmony_ci <Midl> 280275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 281275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 282275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 283275793eaSopenharmony_ci <TargetEnvironment>Win32</TargetEnvironment> 284275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 285275793eaSopenharmony_ci </Midl> 286275793eaSopenharmony_ci <ClCompile> 287275793eaSopenharmony_ci <Optimization>Disabled</Optimization> 288275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 289275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> 290275793eaSopenharmony_ci <ExceptionHandling> 291275793eaSopenharmony_ci </ExceptionHandling> 292275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 293275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 294275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 295275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 296275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 297275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 298275793eaSopenharmony_ci <BrowseInformation> 299275793eaSopenharmony_ci </BrowseInformation> 300275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 301275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 302275793eaSopenharmony_ci <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 303275793eaSopenharmony_ci </ClCompile> 304275793eaSopenharmony_ci <ResourceCompile> 305275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 306275793eaSopenharmony_ci <Culture>0x040c</Culture> 307275793eaSopenharmony_ci </ResourceCompile> 308275793eaSopenharmony_ci <Link> 309275793eaSopenharmony_ci <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> 310275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 311275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 312275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 313275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 314275793eaSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 315275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 316275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 317275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 318275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 319275793eaSopenharmony_ci <RandomizedBaseAddress>false</RandomizedBaseAddress> 320275793eaSopenharmony_ci <DataExecutionPrevention> 321275793eaSopenharmony_ci </DataExecutionPrevention> 322275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 323275793eaSopenharmony_ci </Link> 324275793eaSopenharmony_ci </ItemDefinitionGroup> 325275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> 326275793eaSopenharmony_ci <Midl> 327275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 328275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 329275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 330275793eaSopenharmony_ci <TargetEnvironment>Win32</TargetEnvironment> 331275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 332275793eaSopenharmony_ci </Midl> 333275793eaSopenharmony_ci <ClCompile> 334275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 335275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 336275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> 337275793eaSopenharmony_ci <StringPooling>true</StringPooling> 338275793eaSopenharmony_ci <ExceptionHandling> 339275793eaSopenharmony_ci </ExceptionHandling> 340275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 341275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 342275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 343275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 344275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 345275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 346275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 347275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 348275793eaSopenharmony_ci <BrowseInformation> 349275793eaSopenharmony_ci </BrowseInformation> 350275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 351275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 352275793eaSopenharmony_ci </ClCompile> 353275793eaSopenharmony_ci <ResourceCompile> 354275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 355275793eaSopenharmony_ci <Culture>0x040c</Culture> 356275793eaSopenharmony_ci </ResourceCompile> 357275793eaSopenharmony_ci <Link> 358275793eaSopenharmony_ci <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> 359275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 360275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 361275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 362275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 363275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 364275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 365275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 366275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 367275793eaSopenharmony_ci <RandomizedBaseAddress>false</RandomizedBaseAddress> 368275793eaSopenharmony_ci <DataExecutionPrevention> 369275793eaSopenharmony_ci </DataExecutionPrevention> 370275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 371275793eaSopenharmony_ci </Link> 372275793eaSopenharmony_ci </ItemDefinitionGroup> 373275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 374275793eaSopenharmony_ci <Midl> 375275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 376275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 377275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 378275793eaSopenharmony_ci <TargetEnvironment>Win32</TargetEnvironment> 379275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 380275793eaSopenharmony_ci </Midl> 381275793eaSopenharmony_ci <ClCompile> 382275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 383275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 384275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions> 385275793eaSopenharmony_ci <StringPooling>true</StringPooling> 386275793eaSopenharmony_ci <ExceptionHandling> 387275793eaSopenharmony_ci </ExceptionHandling> 388275793eaSopenharmony_ci <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 389275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 390275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 391275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 392275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 393275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 394275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 395275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 396275793eaSopenharmony_ci <BrowseInformation> 397275793eaSopenharmony_ci </BrowseInformation> 398275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 399275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 400275793eaSopenharmony_ci </ClCompile> 401275793eaSopenharmony_ci <ResourceCompile> 402275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 403275793eaSopenharmony_ci <Culture>0x040c</Culture> 404275793eaSopenharmony_ci </ResourceCompile> 405275793eaSopenharmony_ci <Link> 406275793eaSopenharmony_ci <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> 407275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 408275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 409275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 410275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 411275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 412275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 413275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 414275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 415275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 416275793eaSopenharmony_ci <RandomizedBaseAddress>false</RandomizedBaseAddress> 417275793eaSopenharmony_ci <DataExecutionPrevention> 418275793eaSopenharmony_ci </DataExecutionPrevention> 419275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 420275793eaSopenharmony_ci <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 421275793eaSopenharmony_ci </Link> 422275793eaSopenharmony_ci </ItemDefinitionGroup> 423275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 424275793eaSopenharmony_ci <Midl> 425275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 426275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 427275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 428275793eaSopenharmony_ci <TargetEnvironment>X64</TargetEnvironment> 429275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 430275793eaSopenharmony_ci </Midl> 431275793eaSopenharmony_ci <ClCompile> 432275793eaSopenharmony_ci <Optimization>Disabled</Optimization> 433275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 434275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 435275793eaSopenharmony_ci <ExceptionHandling> 436275793eaSopenharmony_ci </ExceptionHandling> 437275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 438275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 439275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 440275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 441275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 442275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 443275793eaSopenharmony_ci <BrowseInformation> 444275793eaSopenharmony_ci </BrowseInformation> 445275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 446275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 447275793eaSopenharmony_ci <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 448275793eaSopenharmony_ci </ClCompile> 449275793eaSopenharmony_ci <ResourceCompile> 450275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 451275793eaSopenharmony_ci <Culture>0x040c</Culture> 452275793eaSopenharmony_ci </ResourceCompile> 453275793eaSopenharmony_ci <Link> 454275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 455275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 456275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 457275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 458275793eaSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 459275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 460275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 461275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 462275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 463275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 464275793eaSopenharmony_ci <TargetMachine>MachineX64</TargetMachine> 465275793eaSopenharmony_ci </Link> 466275793eaSopenharmony_ci </ItemDefinitionGroup> 467275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> 468275793eaSopenharmony_ci <Midl> 469275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 470275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 471275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 472275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 473275793eaSopenharmony_ci </Midl> 474275793eaSopenharmony_ci <ClCompile> 475275793eaSopenharmony_ci <Optimization>Disabled</Optimization> 476275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 477275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 478275793eaSopenharmony_ci <ExceptionHandling> 479275793eaSopenharmony_ci </ExceptionHandling> 480275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 481275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 482275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 483275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 484275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 485275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 486275793eaSopenharmony_ci <BrowseInformation> 487275793eaSopenharmony_ci </BrowseInformation> 488275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 489275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 490275793eaSopenharmony_ci <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 491275793eaSopenharmony_ci </ClCompile> 492275793eaSopenharmony_ci <ResourceCompile> 493275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 494275793eaSopenharmony_ci <Culture>0x040c</Culture> 495275793eaSopenharmony_ci </ResourceCompile> 496275793eaSopenharmony_ci <Link> 497275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 498275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 499275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 500275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 501275793eaSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 502275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 503275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 504275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 505275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 506275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 507275793eaSopenharmony_ci </Link> 508275793eaSopenharmony_ci </ItemDefinitionGroup> 509275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 510275793eaSopenharmony_ci <Midl> 511275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 512275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 513275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 514275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 515275793eaSopenharmony_ci </Midl> 516275793eaSopenharmony_ci <ClCompile> 517275793eaSopenharmony_ci <Optimization>Disabled</Optimization> 518275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 519275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 520275793eaSopenharmony_ci <ExceptionHandling> 521275793eaSopenharmony_ci </ExceptionHandling> 522275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 523275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 524275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 525275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 526275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 527275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 528275793eaSopenharmony_ci <BrowseInformation> 529275793eaSopenharmony_ci </BrowseInformation> 530275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 531275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 532275793eaSopenharmony_ci <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 533275793eaSopenharmony_ci </ClCompile> 534275793eaSopenharmony_ci <ResourceCompile> 535275793eaSopenharmony_ci <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 536275793eaSopenharmony_ci <Culture>0x040c</Culture> 537275793eaSopenharmony_ci </ResourceCompile> 538275793eaSopenharmony_ci <Link> 539275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 540275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 541275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 542275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 543275793eaSopenharmony_ci <GenerateDebugInformation>true</GenerateDebugInformation> 544275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 545275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 546275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 547275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 548275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 549275793eaSopenharmony_ci </Link> 550275793eaSopenharmony_ci </ItemDefinitionGroup> 551275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> 552275793eaSopenharmony_ci <Midl> 553275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 554275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 555275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 556275793eaSopenharmony_ci <TargetEnvironment>X64</TargetEnvironment> 557275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 558275793eaSopenharmony_ci </Midl> 559275793eaSopenharmony_ci <ClCompile> 560275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 561275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 562275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 563275793eaSopenharmony_ci <StringPooling>true</StringPooling> 564275793eaSopenharmony_ci <ExceptionHandling> 565275793eaSopenharmony_ci </ExceptionHandling> 566275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 567275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 568275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 569275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 570275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 571275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 572275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 573275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 574275793eaSopenharmony_ci <BrowseInformation> 575275793eaSopenharmony_ci </BrowseInformation> 576275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 577275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 578275793eaSopenharmony_ci </ClCompile> 579275793eaSopenharmony_ci <ResourceCompile> 580275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 581275793eaSopenharmony_ci <Culture>0x040c</Culture> 582275793eaSopenharmony_ci </ResourceCompile> 583275793eaSopenharmony_ci <Link> 584275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 585275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 586275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 587275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 588275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 589275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 590275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 591275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 592275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 593275793eaSopenharmony_ci <TargetMachine>MachineX64</TargetMachine> 594275793eaSopenharmony_ci </Link> 595275793eaSopenharmony_ci </ItemDefinitionGroup> 596275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> 597275793eaSopenharmony_ci <Midl> 598275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 599275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 600275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 601275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 602275793eaSopenharmony_ci </Midl> 603275793eaSopenharmony_ci <ClCompile> 604275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 605275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 606275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 607275793eaSopenharmony_ci <StringPooling>true</StringPooling> 608275793eaSopenharmony_ci <ExceptionHandling> 609275793eaSopenharmony_ci </ExceptionHandling> 610275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 611275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 612275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 613275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 614275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 615275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 616275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 617275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 618275793eaSopenharmony_ci <BrowseInformation> 619275793eaSopenharmony_ci </BrowseInformation> 620275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 621275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 622275793eaSopenharmony_ci </ClCompile> 623275793eaSopenharmony_ci <ResourceCompile> 624275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 625275793eaSopenharmony_ci <Culture>0x040c</Culture> 626275793eaSopenharmony_ci </ResourceCompile> 627275793eaSopenharmony_ci <Link> 628275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 629275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 630275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 631275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 632275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 633275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 634275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 635275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 636275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 637275793eaSopenharmony_ci </Link> 638275793eaSopenharmony_ci </ItemDefinitionGroup> 639275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> 640275793eaSopenharmony_ci <Midl> 641275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 642275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 643275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 644275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 645275793eaSopenharmony_ci </Midl> 646275793eaSopenharmony_ci <ClCompile> 647275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 648275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 649275793eaSopenharmony_ci <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 650275793eaSopenharmony_ci <StringPooling>true</StringPooling> 651275793eaSopenharmony_ci <ExceptionHandling> 652275793eaSopenharmony_ci </ExceptionHandling> 653275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 654275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 655275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 656275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 657275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 658275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 659275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 660275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 661275793eaSopenharmony_ci <BrowseInformation> 662275793eaSopenharmony_ci </BrowseInformation> 663275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 664275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 665275793eaSopenharmony_ci </ClCompile> 666275793eaSopenharmony_ci <ResourceCompile> 667275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 668275793eaSopenharmony_ci <Culture>0x040c</Culture> 669275793eaSopenharmony_ci </ResourceCompile> 670275793eaSopenharmony_ci <Link> 671275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 672275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 673275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 674275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 675275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 676275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 677275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 678275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 679275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 680275793eaSopenharmony_ci </Link> 681275793eaSopenharmony_ci </ItemDefinitionGroup> 682275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 683275793eaSopenharmony_ci <Midl> 684275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 685275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 686275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 687275793eaSopenharmony_ci <TargetEnvironment>X64</TargetEnvironment> 688275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 689275793eaSopenharmony_ci </Midl> 690275793eaSopenharmony_ci <ClCompile> 691275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 692275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 693275793eaSopenharmony_ci <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 694275793eaSopenharmony_ci <StringPooling>true</StringPooling> 695275793eaSopenharmony_ci <ExceptionHandling> 696275793eaSopenharmony_ci </ExceptionHandling> 697275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 698275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 699275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 700275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 701275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 702275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 703275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 704275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 705275793eaSopenharmony_ci <BrowseInformation> 706275793eaSopenharmony_ci </BrowseInformation> 707275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 708275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 709275793eaSopenharmony_ci </ClCompile> 710275793eaSopenharmony_ci <ResourceCompile> 711275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 712275793eaSopenharmony_ci <Culture>0x040c</Culture> 713275793eaSopenharmony_ci </ResourceCompile> 714275793eaSopenharmony_ci <Link> 715275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 716275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 717275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 718275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 719275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 720275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 721275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 722275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 723275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 724275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 725275793eaSopenharmony_ci <TargetMachine>MachineX64</TargetMachine> 726275793eaSopenharmony_ci </Link> 727275793eaSopenharmony_ci </ItemDefinitionGroup> 728275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> 729275793eaSopenharmony_ci <Midl> 730275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 731275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 732275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 733275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 734275793eaSopenharmony_ci </Midl> 735275793eaSopenharmony_ci <ClCompile> 736275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 737275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 738275793eaSopenharmony_ci <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> 739275793eaSopenharmony_ci <StringPooling>true</StringPooling> 740275793eaSopenharmony_ci <ExceptionHandling> 741275793eaSopenharmony_ci </ExceptionHandling> 742275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 743275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 744275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 745275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 746275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 747275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 748275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 749275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 750275793eaSopenharmony_ci <BrowseInformation> 751275793eaSopenharmony_ci </BrowseInformation> 752275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 753275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 754275793eaSopenharmony_ci </ClCompile> 755275793eaSopenharmony_ci <ResourceCompile> 756275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 757275793eaSopenharmony_ci <Culture>0x040c</Culture> 758275793eaSopenharmony_ci </ResourceCompile> 759275793eaSopenharmony_ci <Link> 760275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 761275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 762275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 763275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 764275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 765275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 766275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 767275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 768275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 769275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 770275793eaSopenharmony_ci </Link> 771275793eaSopenharmony_ci </ItemDefinitionGroup> 772275793eaSopenharmony_ci <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 773275793eaSopenharmony_ci <Midl> 774275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 775275793eaSopenharmony_ci <MkTypLibCompatible>true</MkTypLibCompatible> 776275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 777275793eaSopenharmony_ci <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> 778275793eaSopenharmony_ci </Midl> 779275793eaSopenharmony_ci <ClCompile> 780275793eaSopenharmony_ci <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 781275793eaSopenharmony_ci <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 782275793eaSopenharmony_ci <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 783275793eaSopenharmony_ci <StringPooling>true</StringPooling> 784275793eaSopenharmony_ci <ExceptionHandling> 785275793eaSopenharmony_ci </ExceptionHandling> 786275793eaSopenharmony_ci <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 787275793eaSopenharmony_ci <BufferSecurityCheck>false</BufferSecurityCheck> 788275793eaSopenharmony_ci <FunctionLevelLinking>true</FunctionLevelLinking> 789275793eaSopenharmony_ci <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> 790275793eaSopenharmony_ci <AssemblerOutput>All</AssemblerOutput> 791275793eaSopenharmony_ci <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> 792275793eaSopenharmony_ci <ObjectFileName>$(IntDir)</ObjectFileName> 793275793eaSopenharmony_ci <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> 794275793eaSopenharmony_ci <BrowseInformation> 795275793eaSopenharmony_ci </BrowseInformation> 796275793eaSopenharmony_ci <WarningLevel>Level3</WarningLevel> 797275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 798275793eaSopenharmony_ci </ClCompile> 799275793eaSopenharmony_ci <ResourceCompile> 800275793eaSopenharmony_ci <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 801275793eaSopenharmony_ci <Culture>0x040c</Culture> 802275793eaSopenharmony_ci </ResourceCompile> 803275793eaSopenharmony_ci <Link> 804275793eaSopenharmony_ci <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 805275793eaSopenharmony_ci <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> 806275793eaSopenharmony_ci <SuppressStartupBanner>true</SuppressStartupBanner> 807275793eaSopenharmony_ci <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 808275793eaSopenharmony_ci <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile> 809275793eaSopenharmony_ci <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> 810275793eaSopenharmony_ci <GenerateMapFile>true</GenerateMapFile> 811275793eaSopenharmony_ci <MapFileName>$(OutDir)zlibwapi.map</MapFileName> 812275793eaSopenharmony_ci <SubSystem>Windows</SubSystem> 813275793eaSopenharmony_ci <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> 814275793eaSopenharmony_ci </Link> 815275793eaSopenharmony_ci </ItemDefinitionGroup> 816275793eaSopenharmony_ci <ItemGroup> 817275793eaSopenharmony_ci <ClCompile Include="..\..\..\adler32.c" /> 818275793eaSopenharmony_ci <ClCompile Include="..\..\..\compress.c" /> 819275793eaSopenharmony_ci <ClCompile Include="..\..\..\crc32.c" /> 820275793eaSopenharmony_ci <ClCompile Include="..\..\..\deflate.c" /> 821275793eaSopenharmony_ci <ClCompile Include="..\..\..\gzclose.c" /> 822275793eaSopenharmony_ci <ClCompile Include="..\..\..\gzlib.c" /> 823275793eaSopenharmony_ci <ClCompile Include="..\..\..\gzread.c" /> 824275793eaSopenharmony_ci <ClCompile Include="..\..\..\gzwrite.c" /> 825275793eaSopenharmony_ci <ClCompile Include="..\..\..\infback.c" /> 826275793eaSopenharmony_ci <ClCompile Include="..\..\..\inffast.c" /> 827275793eaSopenharmony_ci <ClCompile Include="..\..\..\inflate.c" /> 828275793eaSopenharmony_ci <ClCompile Include="..\..\..\inftrees.c" /> 829275793eaSopenharmony_ci <ClCompile Include="..\..\minizip\ioapi.c" /> 830275793eaSopenharmony_ci <ClCompile Include="..\..\minizip\iowin32.c" /> 831275793eaSopenharmony_ci <ClCompile Include="..\..\..\trees.c" /> 832275793eaSopenharmony_ci <ClCompile Include="..\..\..\uncompr.c" /> 833275793eaSopenharmony_ci <ClCompile Include="..\..\minizip\unzip.c"> 834275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 835275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 836275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 837275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 838275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 839275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 840275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 841275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 842275793eaSopenharmony_ci </ClCompile> 843275793eaSopenharmony_ci <ClCompile Include="..\..\minizip\zip.c"> 844275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 845275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 846275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 847275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 848275793eaSopenharmony_ci <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 849275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 850275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 851275793eaSopenharmony_ci <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 852275793eaSopenharmony_ci </ClCompile> 853275793eaSopenharmony_ci <ClCompile Include="..\..\..\zutil.c" /> 854275793eaSopenharmony_ci </ItemGroup> 855275793eaSopenharmony_ci <ItemGroup> 856275793eaSopenharmony_ci <ResourceCompile Include="zlib.rc" /> 857275793eaSopenharmony_ci </ItemGroup> 858275793eaSopenharmony_ci <ItemGroup> 859275793eaSopenharmony_ci <None Include="zlibvc.def" /> 860275793eaSopenharmony_ci </ItemGroup> 861275793eaSopenharmony_ci <ItemGroup> 862275793eaSopenharmony_ci <ClInclude Include="..\..\..\deflate.h" /> 863275793eaSopenharmony_ci <ClInclude Include="..\..\..\infblock.h" /> 864275793eaSopenharmony_ci <ClInclude Include="..\..\..\infcodes.h" /> 865275793eaSopenharmony_ci <ClInclude Include="..\..\..\inffast.h" /> 866275793eaSopenharmony_ci <ClInclude Include="..\..\..\inftrees.h" /> 867275793eaSopenharmony_ci <ClInclude Include="..\..\..\infutil.h" /> 868275793eaSopenharmony_ci <ClInclude Include="..\..\..\zconf.h" /> 869275793eaSopenharmony_ci <ClInclude Include="..\..\..\zlib.h" /> 870275793eaSopenharmony_ci <ClInclude Include="..\..\..\zutil.h" /> 871275793eaSopenharmony_ci </ItemGroup> 872275793eaSopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 873275793eaSopenharmony_ci <ImportGroup Label="ExtensionTargets"> 874275793eaSopenharmony_ci </ImportGroup> 875275793eaSopenharmony_ci</Project>