70 lines
3.1 KiB
XML
70 lines
3.1 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>wxpng</ProjectName>
|
|
<ProjectGuid>{05B9CB11-12D1-47CD-8E4A-88E12162119B}</ProjectGuid>
|
|
<RootNamespace>wxpng</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Project="$(SolutionDir)PropertySheets/Win32.Release.props" />
|
|
<Import Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Project="$(SolutionDir)PropertySheets/Win32.Debug.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetName>wxpng</TargetName>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">wxpngd</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>src\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)wxpng.lib</OutputFile>
|
|
<OutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)wxpngd.lib</OutputFile>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\png\png.c" />
|
|
<ClCompile Include="src\png\pngerror.c" />
|
|
<ClCompile Include="src\png\pngget.c" />
|
|
<ClCompile Include="src\png\pngmem.c" />
|
|
<ClCompile Include="src\png\pngpread.c" />
|
|
<ClCompile Include="src\png\pngread.c" />
|
|
<ClCompile Include="src\png\pngrio.c" />
|
|
<ClCompile Include="src\png\pngrtran.c" />
|
|
<ClCompile Include="src\png\pngrutil.c" />
|
|
<ClCompile Include="src\png\pngset.c" />
|
|
<ClCompile Include="src\png\pngtrans.c" />
|
|
<ClCompile Include="src\png\pngwio.c" />
|
|
<ClCompile Include="src\png\pngwrite.c" />
|
|
<ClCompile Include="src\png\pngwtran.c" />
|
|
<ClCompile Include="src\png\pngwutil.c" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |