64 lines
2.7 KiB
XML
64 lines
2.7 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="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">
|
|
<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)'=='Debug'">wxpngd</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(Root)Source\3rd Party\wx\src\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
</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> |