2015-03-16 23:42:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ProjectGuid>{FF213B23-2C26-4214-9F88-85271E557E87}</ProjectGuid>
|
2018-10-19 23:48:37 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2011-02-10 02:53:08 +00:00
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.props" />
|
2014-08-20 03:12:14 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" />
|
2011-02-10 02:53:08 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemDefinitionGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="adler32.c" />
|
|
|
|
|
<ClCompile Include="compress.c" />
|
|
|
|
|
<ClCompile Include="crc32.c" />
|
|
|
|
|
<ClCompile Include="deflate.c" />
|
2011-02-05 05:29:27 +00:00
|
|
|
|
<ClCompile Include="gzclose.c" />
|
|
|
|
|
<ClCompile Include="gzlib.c" />
|
|
|
|
|
<ClCompile Include="gzread.c" />
|
|
|
|
|
<ClCompile Include="gzwrite.c" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<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>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="ChangeLog" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="crc32.h" />
|
|
|
|
|
<ClInclude Include="deflate.h" />
|
2011-02-05 05:29:27 +00:00
|
|
|
|
<ClInclude Include="gzguts.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<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>
|
2011-01-27 00:14:29 +00:00
|
|
|
|
</Project>
|