33 lines
1.5 KiB
XML
Executable file
33 lines
1.5 KiB
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{E1A0A3B1-2001-4001-8001-000000000002}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="Props\ProjectConfigurations.props" />
|
|
<Import Project="Props\CommonProjectSetup.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="Props\Project_libpng.props" />
|
|
</ImportGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="$(LibPngSrcDir)png.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngerror.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngget.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngmem.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngpread.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngread.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngrio.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngrtran.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngrutil.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngset.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngtrans.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngwrite.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngwtran.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngwutil.c" />
|
|
<ClCompile Include="$(LibPngSrcDir)pngwio.c" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project>
|