1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" ToolsVersion=
"4.0" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label=
"ProjectConfigurations">
4 <ProjectConfiguration Include=
"Debug Library|Win32">
5 <Configuration>Debug Library
</Configuration>
6 <Platform>Win32
</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include=
"Debug|Win32">
9 <Configuration>Debug
</Configuration>
10 <Platform>Win32
</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include=
"Release Library|Win32">
13 <Configuration>Release Library
</Configuration>
14 <Platform>Win32
</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include=
"Release|Win32">
17 <Configuration>Release
</Configuration>
18 <Platform>Win32
</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label=
"Globals">
22 <ProjectGuid>{D6973076-
9317-
4EF2-A0B8-B7A18AC0713E}
</ProjectGuid>
23 <Keyword>Win32Proj
</Keyword>
24 <RootNamespace>libpng
</RootNamespace>
26 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <Import Project=
"$(SolutionDir)\zlib.props" />
28 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
29 <ConfigurationType>DynamicLibrary
</ConfigurationType>
30 <CharacterSet>MultiByte
</CharacterSet>
31 <WholeProgramOptimization>true
</WholeProgramOptimization>
33 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"Configuration">
34 <ConfigurationType>StaticLibrary
</ConfigurationType>
35 <CharacterSet>MultiByte
</CharacterSet>
37 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'" Label=
"Configuration">
38 <ConfigurationType>DynamicLibrary
</ConfigurationType>
39 <WholeProgramOptimization>true
</WholeProgramOptimization>
40 <CharacterSet>MultiByte
</CharacterSet>
42 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"Configuration">
43 <ConfigurationType>StaticLibrary
</ConfigurationType>
44 <CharacterSet>MultiByte
</CharacterSet>
46 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <ImportGroup Label=
"ExtensionSettings">
49 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
50 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
52 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label=
"PropertySheets">
53 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
55 <ImportGroup Label=
"PropertySheets" Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
56 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
58 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label=
"PropertySheets">
59 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
61 <PropertyGroup Label=
"UserMacros" />
62 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <LinkIncremental>false
</LinkIncremental>
64 <CustomBuildBeforeTargets>
65 </CustomBuildBeforeTargets>
66 <TargetName>$(ProjectName)
14</TargetName>
68 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
69 <LinkIncremental>false
</LinkIncremental>
70 <CustomBuildBeforeTargets />
71 <TargetName>$(ProjectName)
14</TargetName>
73 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
74 <LinkIncremental>false
</LinkIncremental>
75 <CustomBuildBeforeTargets>
76 </CustomBuildBeforeTargets>
77 <TargetName>$(ProjectName)
14</TargetName>
79 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
80 <LinkIncremental>false
</LinkIncremental>
81 <CustomBuildBeforeTargets />
82 <TargetName>$(ProjectName)
14</TargetName>
84 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
87 <WarningLevel>Level4
</WarningLevel>
88 <MinimalRebuild>false
</MinimalRebuild>
89 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
90 <BasicRuntimeChecks>EnableFastChecks
</BasicRuntimeChecks>
91 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
92 <PreprocessorDefinitions>WIN32;PNG_BUILD_DLL;PNG_NO_MODULEDEF;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
93 <IntrinsicFunctions>true
</IntrinsicFunctions>
94 <FunctionLevelLinking>true
</FunctionLevelLinking>
95 <FloatingPointExceptions>false
</FloatingPointExceptions>
96 <TreatWChar_tAsBuiltInType>false
</TreatWChar_tAsBuiltInType>
97 <PrecompiledHeaderFile>png.h
</PrecompiledHeaderFile>
98 <BrowseInformation>true
</BrowseInformation>
99 <CompileAs>CompileAsC
</CompileAs>
100 <StringPooling>true
</StringPooling>
101 <DisableSpecificWarnings>4996;
4127</DisableSpecificWarnings>
102 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
103 <TreatWarningAsError>true
</TreatWarningAsError>
104 <Optimization>Disabled
</Optimization>
107 <SubSystem>Windows
</SubSystem>
108 <GenerateDebugInformation>true
</GenerateDebugInformation>
109 <AdditionalDependencies>zlib.lib;msvcrtd.lib;kernel32.lib
</AdditionalDependencies>
110 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
111 <Version>14</Version>
112 <AdditionalLibraryDirectories>$(OutDir)
</AdditionalLibraryDirectories>
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
117 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
118 <WarningLevel>Level4
</WarningLevel>
119 <MinimalRebuild>false
</MinimalRebuild>
120 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
121 <Optimization>Disabled
</Optimization>
122 <BasicRuntimeChecks>EnableFastChecks
</BasicRuntimeChecks>
123 <RuntimeLibrary>MultiThreadedDebugDLL
</RuntimeLibrary>
124 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
125 <IntrinsicFunctions>true
</IntrinsicFunctions>
126 <FunctionLevelLinking>true
</FunctionLevelLinking>
127 <FloatingPointExceptions>false
</FloatingPointExceptions>
128 <TreatWChar_tAsBuiltInType>false
</TreatWChar_tAsBuiltInType>
129 <PrecompiledHeaderFile>png.h
</PrecompiledHeaderFile>
130 <BrowseInformation>true
</BrowseInformation>
131 <CompileAs>CompileAsC
</CompileAs>
132 <StringPooling>true
</StringPooling>
133 <DisableSpecificWarnings>4996;
4127</DisableSpecificWarnings>
134 <AdditionalIncludeDirectories>$(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
135 <TreatWarningAsError>true
</TreatWarningAsError>
138 <SubSystem>Windows
</SubSystem>
139 <GenerateDebugInformation>true
</GenerateDebugInformation>
141 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">
144 <WarningLevel>Level4
</WarningLevel>
145 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
146 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
147 <RuntimeLibrary>MultiThreadedDLL
</RuntimeLibrary>
148 <FunctionLevelLinking>true
</FunctionLevelLinking>
149 <IntrinsicFunctions>true
</IntrinsicFunctions>
150 <PreprocessorDefinitions>WIN32;PNG_BUILD_DLL;PNG_NO_MODULEDEF;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
151 <FloatingPointExceptions>false
</FloatingPointExceptions>
152 <TreatWChar_tAsBuiltInType>false
</TreatWChar_tAsBuiltInType>
153 <PrecompiledHeaderFile>png.h
</PrecompiledHeaderFile>
154 <BrowseInformation>true
</BrowseInformation>
155 <CompileAs>CompileAsC
</CompileAs>
156 <StringPooling>true
</StringPooling>
157 <MinimalRebuild>false
</MinimalRebuild>
158 <DisableSpecificWarnings>4996;
4127</DisableSpecificWarnings>
159 <AdditionalIncludeDirectories>$(ZLib1Dir);..\..\..\scripts;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
160 <TreatWarningAsError>true
</TreatWarningAsError>
161 <Optimization>Full
</Optimization>
164 <SubSystem>Windows
</SubSystem>
165 <GenerateDebugInformation>true
</GenerateDebugInformation>
166 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
167 <OptimizeReferences>true
</OptimizeReferences>
168 <AdditionalDependencies>zdll.lib;msvcrt.lib;kernel32.lib
</AdditionalDependencies>
169 <IgnoreAllDefaultLibraries>true
</IgnoreAllDefaultLibraries>
170 <Version>14</Version>
171 <AdditionalLibraryDirectories>$(ZLib1Dir)
</AdditionalLibraryDirectories>
173 </ItemDefinitionGroup>
174 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">
176 <WarningLevel>Level4
</WarningLevel>
177 <PrecompiledHeader>NotUsing
</PrecompiledHeader>
178 <DebugInformationFormat>ProgramDatabase
</DebugInformationFormat>
179 <RuntimeLibrary>MultiThreadedDLL
</RuntimeLibrary>
180 <FunctionLevelLinking>true
</FunctionLevelLinking>
181 <IntrinsicFunctions>true
</IntrinsicFunctions>
182 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
183 <FloatingPointExceptions>false
</FloatingPointExceptions>
184 <TreatWChar_tAsBuiltInType>false
</TreatWChar_tAsBuiltInType>
185 <PrecompiledHeaderFile>png.h
</PrecompiledHeaderFile>
186 <BrowseInformation>true
</BrowseInformation>
187 <CompileAs>CompileAsC
</CompileAs>
188 <StringPooling>true
</StringPooling>
189 <MinimalRebuild>false
</MinimalRebuild>
190 <DisableSpecificWarnings>4996;
4127</DisableSpecificWarnings>
191 <AdditionalIncludeDirectories>$(ZLib1Dir);..\..\..\scripts;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
192 <TreatWarningAsError>true
</TreatWarningAsError>
193 <Optimization>Full
</Optimization>
196 <SubSystem>Windows
</SubSystem>
197 <GenerateDebugInformation>true
</GenerateDebugInformation>
198 <EnableCOMDATFolding>true
</EnableCOMDATFolding>
199 <OptimizeReferences>true
</OptimizeReferences>
201 </ItemDefinitionGroup>
203 <ClCompile Include=
"..\..\..\png.c">
204 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">Create
</PrecompiledHeader>
205 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">Create
</PrecompiledHeader>
206 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'">Create
</PrecompiledHeader>
207 <PrecompiledHeader Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">Create
</PrecompiledHeader>
209 <ClCompile Include=
"..\..\..\pngerror.c" />
210 <ClCompile Include=
"..\..\..\pngget.c" />
211 <ClCompile Include=
"..\..\..\pngmem.c" />
212 <ClCompile Include=
"..\..\..\pngpread.c" />
213 <ClCompile Include=
"..\..\..\pngread.c" />
214 <ClCompile Include=
"..\..\..\pngrio.c" />
215 <ClCompile Include=
"..\..\..\pngrtran.c" />
216 <ClCompile Include=
"..\..\..\pngrutil.c" />
217 <ClCompile Include=
"..\..\..\pngset.c" />
218 <ClCompile Include=
"..\..\..\pngtrans.c" />
219 <ClCompile Include=
"..\..\..\pngwio.c" />
220 <ClCompile Include=
"..\..\..\pngwrite.c" />
221 <ClCompile Include=
"..\..\..\pngwtran.c" />
222 <ClCompile Include=
"..\..\..\pngwutil.c" />
225 <ResourceCompile Include=
"..\..\..\scripts\pngwin.rc">
226 <ExcludedFromBuild Condition=
"'$(Configuration)|$(Platform)'=='Debug Library|Win32'">true
</ExcludedFromBuild>
227 <ExcludedFromBuild Condition=
"'$(Configuration)|$(Platform)'=='Release Library|Win32'">true
</ExcludedFromBuild>
230 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
231 <ImportGroup Label=
"ExtensionTargets">