|
@@ -0,0 +1,875 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|ARM">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>ARM</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|ARM64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="ReleaseWithoutAsm|ARM">
|
|
|
+ <Configuration>ReleaseWithoutAsm</Configuration>
|
|
|
+ <Platform>ARM</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="ReleaseWithoutAsm|ARM64">
|
|
|
+ <Configuration>ReleaseWithoutAsm</Configuration>
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="ReleaseWithoutAsm|Win32">
|
|
|
+ <Configuration>ReleaseWithoutAsm</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="ReleaseWithoutAsm|x64">
|
|
|
+ <Configuration>ReleaseWithoutAsm</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|ARM">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>ARM</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|ARM64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
+ <UseOfMfc>false</UseOfMfc>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">false</GenerateManifest>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">false</GenerateManifest>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">false</GenerateManifest>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</LinkIncremental>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</GenerateManifest>
|
|
|
+ <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">false</GenerateManifest>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
|
|
|
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
|
|
|
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" />
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">zlibwapi</TargetName>
|
|
|
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">zlibwapi</TargetName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
+ <OutDir>arm64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
+ <OutDir>arm\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
+ <OutDir>arm64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">
|
|
|
+ <OutDir>arm64\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm64\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
+ <OutDir>arm\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">
|
|
|
+ <OutDir>arm\ZlibDll$(Configuration)\</OutDir>
|
|
|
+ <IntDir>arm\ZlibDll$(Configuration)\Tmp\</IntDir>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>Win32</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
+ <DataExecutionPrevention>
|
|
|
+ </DataExecutionPrevention>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>Win32</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
+ <DataExecutionPrevention>
|
|
|
+ </DataExecutionPrevention>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>Win32</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
+ <DataExecutionPrevention>
|
|
|
+ </DataExecutionPrevention>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>X64</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ <TargetMachine>MachineX64</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>X64</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ <TargetMachine>MachineX64</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TargetEnvironment>X64</TargetEnvironment>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ <TargetMachine>MachineX64</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
+ <Midl>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MkTypLibCompatible>true</MkTypLibCompatible>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName>
|
|
|
+ </Midl>
|
|
|
+ <ClCompile>
|
|
|
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
|
+ <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <StringPooling>true</StringPooling>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
+ <BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <AssemblerOutput>All</AssemblerOutput>
|
|
|
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
+ <ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
+ <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName>
|
|
|
+ <BrowseInformation>
|
|
|
+ </BrowseInformation>
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ </ClCompile>
|
|
|
+ <ResourceCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <Culture>0x040c</Culture>
|
|
|
+ </ResourceCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <OutputFile>$(OutDir)zlibwapi.dll</OutputFile>
|
|
|
+ <SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
+ <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|
|
+ <ModuleDefinitionFile>.\zlibvc.def</ModuleDefinitionFile>
|
|
|
+ <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile>
|
|
|
+ <GenerateMapFile>true</GenerateMapFile>
|
|
|
+ <MapFileName>$(OutDir)zlibwapi.map</MapFileName>
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
+ <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="..\..\..\adler32.c" />
|
|
|
+ <ClCompile Include="..\..\..\compress.c" />
|
|
|
+ <ClCompile Include="..\..\..\crc32.c" />
|
|
|
+ <ClCompile Include="..\..\..\deflate.c" />
|
|
|
+ <ClCompile Include="..\..\..\gzclose.c" />
|
|
|
+ <ClCompile Include="..\..\..\gzlib.c" />
|
|
|
+ <ClCompile Include="..\..\..\gzread.c" />
|
|
|
+ <ClCompile Include="..\..\..\gzwrite.c" />
|
|
|
+ <ClCompile Include="..\..\..\infback.c" />
|
|
|
+ <ClCompile Include="..\..\..\inffast.c" />
|
|
|
+ <ClCompile Include="..\..\..\inflate.c" />
|
|
|
+ <ClCompile Include="..\..\..\inftrees.c" />
|
|
|
+ <ClCompile Include="..\..\minizip\ioapi.c" />
|
|
|
+ <ClCompile Include="..\..\minizip\iowin32.c" />
|
|
|
+ <ClCompile Include="..\..\..\trees.c" />
|
|
|
+ <ClCompile Include="..\..\..\uncompr.c" />
|
|
|
+ <ClCompile Include="..\..\minizip\unzip.c">
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\minizip\zip.c">
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\..\zutil.c" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ResourceCompile Include="zlib.rc" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="zlibvc.def" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="..\..\..\deflate.h" />
|
|
|
+ <ClInclude Include="..\..\..\infblock.h" />
|
|
|
+ <ClInclude Include="..\..\..\infcodes.h" />
|
|
|
+ <ClInclude Include="..\..\..\inffast.h" />
|
|
|
+ <ClInclude Include="..\..\..\inftrees.h" />
|
|
|
+ <ClInclude Include="..\..\..\infutil.h" />
|
|
|
+ <ClInclude Include="..\..\..\zconf.h" />
|
|
|
+ <ClInclude Include="..\..\..\zlib.h" />
|
|
|
+ <ClInclude Include="..\..\..\zutil.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|