1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="LibPng"
6	ProjectGUID="{46E7AC9D-3E96-4B34-B493-501BC277D6F9}"
7	RootNamespace="LibPng"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\"
22			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
23			ConfigurationType="4"
24			CharacterSet="1"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="Png;../../zlib"
45				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
46				StringPooling="true"
47				MinimalRebuild="true"
48				ExceptionHandling="0"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="1"
51				EnableFunctionLevelLinking="true"
52				FloatingPointModel="2"
53				RuntimeTypeInfo="false"
54				UsePrecompiledHeader="0"
55				WarningLevel="3"
56				WarnAsError="true"
57				SuppressStartupBanner="true"
58				DebugInformationFormat="3"
59				CallingConvention="0"
60			/>
61			<Tool
62				Name="VCManagedResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCResourceCompilerTool"
66			/>
67			<Tool
68				Name="VCPreLinkEventTool"
69			/>
70			<Tool
71				Name="VCLibrarianTool"
72			/>
73			<Tool
74				Name="VCALinkTool"
75			/>
76			<Tool
77				Name="VCXDCMakeTool"
78			/>
79			<Tool
80				Name="VCBscMakeTool"
81			/>
82			<Tool
83				Name="VCFxCopTool"
84			/>
85			<Tool
86				Name="VCPostBuildEventTool"
87			/>
88		</Configuration>
89		<Configuration
90			Name="Release|Win32"
91			OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\"
92			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
93			ConfigurationType="4"
94			CharacterSet="1"
95			WholeProgramOptimization="1"
96			>
97			<Tool
98				Name="VCPreBuildEventTool"
99			/>
100			<Tool
101				Name="VCCustomBuildTool"
102			/>
103			<Tool
104				Name="VCXMLDataGeneratorTool"
105			/>
106			<Tool
107				Name="VCWebServiceProxyGeneratorTool"
108			/>
109			<Tool
110				Name="VCMIDLTool"
111			/>
112			<Tool
113				Name="VCCLCompilerTool"
114				Optimization="2"
115				EnableIntrinsicFunctions="true"
116				AdditionalIncludeDirectories="Png;../../zlib"
117				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
118				StringPooling="true"
119				ExceptionHandling="0"
120				RuntimeLibrary="0"
121				EnableFunctionLevelLinking="true"
122				FloatingPointModel="2"
123				RuntimeTypeInfo="false"
124				UsePrecompiledHeader="0"
125				WarningLevel="3"
126				WarnAsError="true"
127				SuppressStartupBanner="true"
128				DebugInformationFormat="3"
129				CallingConvention="0"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCPreLinkEventTool"
139			/>
140			<Tool
141				Name="VCLibrarianTool"
142			/>
143			<Tool
144				Name="VCALinkTool"
145			/>
146			<Tool
147				Name="VCXDCMakeTool"
148			/>
149			<Tool
150				Name="VCBscMakeTool"
151			/>
152			<Tool
153				Name="VCFxCopTool"
154			/>
155			<Tool
156				Name="VCPostBuildEventTool"
157			/>
158		</Configuration>
159	</Configurations>
160	<References>
161	</References>
162	<Files>
163		<Filter
164			Name="Source Files"
165			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
166			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
167			>
168			<File
169				RelativePath="..\..\libpng\png.c"
170				>
171			</File>
172			<File
173				RelativePath="..\..\libpng\pngerror.c"
174				>
175			</File>
176			<File
177				RelativePath="..\..\libpng\pngget.c"
178				>
179			</File>
180			<File
181				RelativePath="..\..\libpng\pngmem.c"
182				>
183			</File>
184			<File
185				RelativePath="..\..\libpng\pngpread.c"
186				>
187			</File>
188			<File
189				RelativePath="..\..\libpng\pngread.c"
190				>
191			</File>
192			<File
193				RelativePath="..\..\libpng\pngrio.c"
194				>
195			</File>
196			<File
197				RelativePath="..\..\libpng\pngrtran.c"
198				>
199			</File>
200			<File
201				RelativePath="..\..\libpng\pngrutil.c"
202				>
203			</File>
204			<File
205				RelativePath="..\..\libpng\pngset.c"
206				>
207			</File>
208			<File
209				RelativePath="..\..\libpng\pngtrans.c"
210				>
211			</File>
212			<File
213				RelativePath="..\..\libpng\pngwio.c"
214				>
215			</File>
216			<File
217				RelativePath="..\..\libpng\pngwrite.c"
218				>
219			</File>
220			<File
221				RelativePath="..\..\libpng\pngwtran.c"
222				>
223			</File>
224			<File
225				RelativePath="..\..\libpng\pngwutil.c"
226				>
227			</File>
228		</Filter>
229		<Filter
230			Name="Header Files"
231			Filter="h;hpp;hxx;hm;inl;inc;xsd"
232			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
233			>
234			<File
235				RelativePath="..\..\libpng\png.h"
236				>
237			</File>
238			<File
239				RelativePath="..\..\libpng\pngconf.h"
240				>
241			</File>
242		</Filter>
243		<Filter
244			Name="Config Files"
245			>
246			<File
247				RelativePath=".\Png\inttypes.h"
248				>
249			</File>
250			<File
251				RelativePath=".\Png\pnglibconf.h"
252				>
253			</File>
254			<File
255				RelativePath=".\Png\stdint.h"
256				>
257			</File>
258		</Filter>
259	</Files>
260	<Globals>
261	</Globals>
262</VisualStudioProject>
263