project64/Source/3rd Party/wx/wx_wxpng.vcxproj

60 lines
2.5 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>
<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>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>
</Project>