374 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			374 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ItemGroup Label="ProjectConfigurations">
 | 
						|
    <ProjectConfiguration Include="Debug static|Win32">
 | 
						|
      <Configuration>Debug static</Configuration>
 | 
						|
      <Platform>Win32</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="Release DLL|Win32">
 | 
						|
      <Configuration>Release DLL</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release DLL|x64">
 | 
						|
      <Configuration>Release DLL</Configuration>
 | 
						|
      <Platform>x64</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release static|Win32">
 | 
						|
      <Configuration>Release static</Configuration>
 | 
						|
      <Platform>Win32</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>{4156FC56-8443-2973-4FE2-A0BB2C621525}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseOfMfc>false</UseOfMfc>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseOfMfc>false</UseOfMfc>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
  </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" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </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" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </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" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </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" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <OutDir>DebugV10\</OutDir>
 | 
						|
    <IntDir>DebugV10\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'">
 | 
						|
    <OutDir>$(SolutionDir)..\output\</OutDir>
 | 
						|
    <IntDir>DebugV10\</IntDir>
 | 
						|
    <TargetName>ZLib_vc100-mt-sgd</TargetName>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <OutDir>DebugV10\</OutDir>
 | 
						|
    <IntDir>DebugV10\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'">
 | 
						|
    <OutDir>DebugV10\</OutDir>
 | 
						|
    <IntDir>DebugV10\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <IntDir>.\Release\</IntDir>
 | 
						|
    <OutDir>.\Release\</OutDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <OutDir>.\Release\</OutDir>
 | 
						|
    <IntDir>.\Release\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
 | 
						|
    <OutDir>$(SolutionDir)..\output\</OutDir>
 | 
						|
    <TargetName>ZLib_vc100-mt-s</TargetName>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
 | 
						|
    <OutDir>$(SolutionDir)..\output\</OutDir>
 | 
						|
    <TargetName>ZLib_vc100-mt-s</TargetName>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
 | 
						|
      <FunctionLevelLinking>false</FunctionLevelLinking>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <MinimalRebuild>true</MinimalRebuild>
 | 
						|
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>DebugV10\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
      <ExceptionHandling>false</ExceptionHandling>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
 | 
						|
      <FunctionLevelLinking>false</FunctionLevelLinking>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <MinimalRebuild>true</MinimalRebuild>
 | 
						|
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>DebugV10\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
      <ExceptionHandling>false</ExceptionHandling>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>$(OutDir)ZLib_vc100-mt-sgd.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
 | 
						|
      <FunctionLevelLinking>false</FunctionLevelLinking>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>DebugV10\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug static|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
 | 
						|
      <FunctionLevelLinking>false</FunctionLevelLinking>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>DebugV10\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>DebugV10\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>DebugV10\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>DebugV10\</ProgramDataBaseFileName>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>DebugV10\ZLib.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
						|
      <StringPooling>true</StringPooling>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>.\Release\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>.\Release\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
      <ExceptionHandling>false</ExceptionHandling>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\Release\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\Release\ZLib.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
						|
      <StringPooling>true</StringPooling>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
 | 
						|
      <PrecompiledHeaderOutputFile>.\Release\ZLib.pch</PrecompiledHeaderOutputFile>
 | 
						|
      <ObjectFileName>.\Release\</ObjectFileName>
 | 
						|
      <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
 | 
						|
      <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <Culture>0x1c09</Culture>
 | 
						|
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\Release\ZLib.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
    <Lib>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\Release\ZLib.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release static|Win32'">
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)ZLib_vc100-mt-s.lib</OutputFile>
 | 
						|
    </Lib>
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
      <ExceptionHandling>false</ExceptionHandling>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
 | 
						|
    <Lib>
 | 
						|
      <OutputFile>$(OutDir)ZLib_vc100-mt-s.lib</OutputFile>
 | 
						|
      <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
 | 
						|
    </Lib>
 | 
						|
    <ClCompile>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
      <ExceptionHandling>false</ExceptionHandling>
 | 
						|
      <BufferSecurityCheck>false</BufferSecurityCheck>
 | 
						|
      <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
 | 
						|
      <PreprocessorDefinitions>WIN32</PreprocessorDefinitions>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
    </ClCompile>
 | 
						|
  </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="trees.c" />
 | 
						|
    <ClCompile Include="uncompr.c" />
 | 
						|
    <ClCompile Include="zutil.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="crc32.h" />
 | 
						|
    <ClInclude Include="deflate.h" />
 | 
						|
    <ClInclude Include="gzguts.h" />
 | 
						|
    <ClInclude Include="inffast.h" />
 | 
						|
    <ClInclude Include="inffixed.h" />
 | 
						|
    <ClInclude Include="inflate.h" />
 | 
						|
    <ClInclude Include="inftrees.h" />
 | 
						|
    <ClInclude Include="trees.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> |