56 lines
2.3 KiB
XML
56 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectName>wxzlib</ProjectName>
|
|
<ProjectGuid>{25A25249-C284-4C5A-8DC2-26FC3EB13703}</ProjectGuid>
|
|
<RootNamespace>wxzlib</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
|
</ImportGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<PropertyGroup>
|
|
<TargetName>wxzlib</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">wxzlibd</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)wxzlib.lib</OutputFile>
|
|
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)wxzlibd.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\zlib\adler32.c" />
|
|
<ClCompile Include="src\zlib\compress.c" />
|
|
<ClCompile Include="src\zlib\crc32.c" />
|
|
<ClCompile Include="src\zlib\deflate.c" />
|
|
<ClCompile Include="src\zlib\gzio.c" />
|
|
<ClCompile Include="src\zlib\infback.c" />
|
|
<ClCompile Include="src\zlib\inffast.c" />
|
|
<ClCompile Include="src\zlib\inflate.c" />
|
|
<ClCompile Include="src\zlib\inftrees.c" />
|
|
<ClCompile Include="src\zlib\trees.c" />
|
|
<ClCompile Include="src\zlib\uncompr.c" />
|
|
<ClCompile Include="src\zlib\zutil.c" />
|
|
</ItemGroup>
|
|
</Project> |