forked from cory/tildefriends
		
	
		
			
	
	
		
			473 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			473 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|  | <?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>{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}</ProjectGuid> | |||
|  |     <RootNamespace>testzlib</RootNamespace> | |||
|  |     <Keyword>Win32Proj</Keyword> | |||
|  |     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | |||
|  |   </PropertyGroup> | |||
|  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <CharacterSet>MultiByte</CharacterSet> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <CharacterSet>MultiByte</CharacterSet> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <CharacterSet>Unicode</CharacterSet> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <WholeProgramOptimization>true</WholeProgramOptimization> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <PlatformToolset>v143</PlatformToolset> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> | |||
|  |     <ConfigurationType>Application</ConfigurationType> | |||
|  |     <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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\TestZlib$(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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'">x86\TestZlib$(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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\TestZlib$(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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |     <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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |     <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\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |     <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'" /> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | |||
|  |     <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |||
|  |     <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | |||
|  |     <OutDir>arm64\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm64\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |||
|  |     <OutDir>arm\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |||
|  |     <OutDir>arm\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | |||
|  |     <OutDir>arm\TestZlib$(Configuration)\</OutDir> | |||
|  |     <IntDir>arm\TestZlib$(Configuration)\Tmp\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
|  |     <ClCompile> | |||
|  |       <Optimization>Disabled</Optimization> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <MinimalRebuild>true</MinimalRebuild> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <PrecompiledHeader> | |||
|  |       </PrecompiledHeader> | |||
|  |       <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |       <WarningLevel>Level3</WarningLevel> | |||
|  |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |       <OutputFile>$(OutDir)testzlib.exe</OutputFile> | |||
|  |       <GenerateDebugInformation>true</GenerateDebugInformation> | |||
|  |       <ProgramDatabaseFile>$(OutDir)testzlib.pdb</ProgramDatabaseFile> | |||
|  |       <SubSystem>Console</SubSystem> | |||
|  |       <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
|  |       <DataExecutionPrevention> | |||
|  |       </DataExecutionPrevention> | |||
|  |       <TargetMachine>MachineX86</TargetMachine> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|Win32'"> | |||
|  |     <ClCompile> | |||
|  |       <Optimization>MaxSpeed</Optimization> | |||
|  |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
|  |       <OmitFramePointers>true</OmitFramePointers> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <StringPooling>true</StringPooling> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <FunctionLevelLinking>true</FunctionLevelLinking> | |||
|  |       <PrecompiledHeader> | |||
|  |       </PrecompiledHeader> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |       <WarningLevel>Level3</WarningLevel> | |||
|  |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <OutputFile>$(OutDir)testzlib.exe</OutputFile> | |||
|  |       <GenerateDebugInformation>true</GenerateDebugInformation> | |||
|  |       <SubSystem>Console</SubSystem> | |||
|  |       <OptimizeReferences>true</OptimizeReferences> | |||
|  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
|  |       <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
|  |       <DataExecutionPrevention> | |||
|  |       </DataExecutionPrevention> | |||
|  |       <TargetMachine>MachineX86</TargetMachine> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
|  |     <ClCompile> | |||
|  |       <Optimization>MaxSpeed</Optimization> | |||
|  |       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |||
|  |       <OmitFramePointers>true</OmitFramePointers> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <StringPooling>true</StringPooling> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <FunctionLevelLinking>true</FunctionLevelLinking> | |||
|  |       <PrecompiledHeader> | |||
|  |       </PrecompiledHeader> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |       <WarningLevel>Level3</WarningLevel> | |||
|  |       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |       <OutputFile>$(OutDir)testzlib.exe</OutputFile> | |||
|  |       <GenerateDebugInformation>true</GenerateDebugInformation> | |||
|  |       <SubSystem>Console</SubSystem> | |||
|  |       <OptimizeReferences>true</OptimizeReferences> | |||
|  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
|  |       <RandomizedBaseAddress>false</RandomizedBaseAddress> | |||
|  |       <DataExecutionPrevention> | |||
|  |       </DataExecutionPrevention> | |||
|  |       <TargetMachine>MachineX86</TargetMachine> | |||
|  |       <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|x64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithoutAsm|ARM'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |||
|  |     <ClCompile> | |||
|  |       <AdditionalIncludeDirectories>..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |||
|  |       <PreprocessorDefinitions>WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <BasicRuntimeChecks>Default</BasicRuntimeChecks> | |||
|  |       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |||
|  |       <BufferSecurityCheck>false</BufferSecurityCheck> | |||
|  |       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClCompile Include="..\..\..\adler32.c" /> | |||
|  |     <ClCompile Include="..\..\..\compress.c" /> | |||
|  |     <ClCompile Include="..\..\..\crc32.c" /> | |||
|  |     <ClCompile Include="..\..\..\deflate.c" /> | |||
|  |     <ClCompile Include="..\..\..\infback.c" /> | |||
|  |     <ClCompile Include="..\..\..\inffast.c" /> | |||
|  |     <ClCompile Include="..\..\..\inflate.c" /> | |||
|  |     <ClCompile Include="..\..\..\inftrees.c" /> | |||
|  |     <ClCompile Include="..\..\testzlib\testzlib.c" /> | |||
|  |     <ClCompile Include="..\..\..\trees.c" /> | |||
|  |     <ClCompile Include="..\..\..\uncompr.c" /> | |||
|  |     <ClCompile Include="..\..\..\zutil.c" /> | |||
|  |   </ItemGroup> | |||
|  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
|  |   <ImportGroup Label="ExtensionTargets"> | |||
|  |   </ImportGroup> | |||
|  | </Project> |