63 lines
2.4 KiB
XML
63 lines
2.4 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|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</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>{17836496-31B0-46F2-B1B1-366D7DF6F04C}</ProjectGuid>
|
|
<RootNamespace>png</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" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<AdditionalIncludeDirectories>$(SolutionDir)\Source\3rdParty\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="png.c" />
|
|
<ClCompile Include="pngerror.c" />
|
|
<ClCompile Include="pngget.c" />
|
|
<ClCompile Include="pngmem.c" />
|
|
<ClCompile Include="pngpread.c" />
|
|
<ClCompile Include="pngread.c" />
|
|
<ClCompile Include="pngrio.c" />
|
|
<ClCompile Include="pngrtran.c" />
|
|
<ClCompile Include="pngrutil.c" />
|
|
<ClCompile Include="pngset.c" />
|
|
<ClCompile Include="pngtrans.c" />
|
|
<ClCompile Include="pngwio.c" />
|
|
<ClCompile Include="pngwrite.c" />
|
|
<ClCompile Include="pngwtran.c" />
|
|
<ClCompile Include="pngwutil.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="png.h" />
|
|
<ClInclude Include="pngconf.h" />
|
|
<ClInclude Include="pngpriv.h" />
|
|
</ItemGroup>
|
|
</Project> |