2018-06-10 18:37:34 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-12-19 19:46:08 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug Library|x64">
|
|
|
|
|
<Configuration>Debug Library</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release Library|x64">
|
|
|
|
|
<Configuration>Release Library</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{D6973076-9317-4EF2-A0B8-B7A18AC0713E}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>libpng</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2021-06-02 05:33:50 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\3rdparty\zlib\zlib.props" />
|
2021-05-15 18:20:12 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default.props" />
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2021-05-15 18:20:12 +00:00
|
|
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default_macros.props" />
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-14 04:33:06 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
|
|
|
</PropertyGroup>
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<CustomBuildBeforeTargets />
|
|
|
|
|
<TargetName>$(ProjectName)16</TargetName>
|
|
|
|
|
<OutDir>$(SolutionDir)lib/</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)tmp\$(ProjectName)-$(Configuration)-$(Platform)/</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<CustomBuildBeforeTargets />
|
|
|
|
|
<TargetName>$(ProjectName)16</TargetName>
|
|
|
|
|
<OutDir>$(SolutionDir)lib/</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)tmp\$(ProjectName)-$(Configuration)-$(Platform)/</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>$(WarningLevel)</WarningLevel>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
|
|
|
<PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
|
|
|
|
|
<BrowseInformation>true</BrowseInformation>
|
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>$(WarningLevel)</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
|
|
|
<PrecompiledHeaderFile>pngpriv.h</PrecompiledHeaderFile>
|
|
|
|
|
<BrowseInformation>true</BrowseInformation>
|
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ZLibSrcDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
|
2020-08-14 04:33:06 +00:00
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2021-05-07 08:07:42 +00:00
|
|
|
|
<ClCompile Include="libpng\png.c">
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2021-05-07 08:07:42 +00:00
|
|
|
|
<ClCompile Include="libpng\pngerror.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngget.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngmem.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngpread.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngread.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngrio.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngrtran.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngrutil.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngset.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngtrans.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngwio.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngwrite.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngwtran.c" />
|
|
|
|
|
<ClCompile Include="libpng\pngwutil.c" />
|
2018-06-10 18:37:34 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2021-05-07 08:07:42 +00:00
|
|
|
|
<ResourceCompile Include="libpng\scripts\pngwin.rc">
|
2018-06-10 18:37:34 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Library|x64'">true</ExcludedFromBuild>
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release Library|x64'">true</ExcludedFromBuild>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|