1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="LibZLib"
6	ProjectGUID="{90D19FCF-8560-4396-A250-DDF74D1B0E36}"
7	RootNamespace="LibZLib"
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				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
45				StringPooling="true"
46				MinimalRebuild="true"
47				ExceptionHandling="0"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="1"
50				EnableFunctionLevelLinking="true"
51				FloatingPointModel="2"
52				RuntimeTypeInfo="false"
53				UsePrecompiledHeader="0"
54				WarningLevel="3"
55				WarnAsError="true"
56				SuppressStartupBanner="true"
57				DebugInformationFormat="3"
58				CallingConvention="0"
59			/>
60			<Tool
61				Name="VCManagedResourceCompilerTool"
62			/>
63			<Tool
64				Name="VCResourceCompilerTool"
65			/>
66			<Tool
67				Name="VCPreLinkEventTool"
68			/>
69			<Tool
70				Name="VCLibrarianTool"
71			/>
72			<Tool
73				Name="VCALinkTool"
74			/>
75			<Tool
76				Name="VCXDCMakeTool"
77			/>
78			<Tool
79				Name="VCBscMakeTool"
80			/>
81			<Tool
82				Name="VCFxCopTool"
83			/>
84			<Tool
85				Name="VCPostBuildEventTool"
86			/>
87		</Configuration>
88		<Configuration
89			Name="Release|Win32"
90			OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\"
91			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
92			ConfigurationType="4"
93			CharacterSet="1"
94			WholeProgramOptimization="1"
95			>
96			<Tool
97				Name="VCPreBuildEventTool"
98			/>
99			<Tool
100				Name="VCCustomBuildTool"
101			/>
102			<Tool
103				Name="VCXMLDataGeneratorTool"
104			/>
105			<Tool
106				Name="VCWebServiceProxyGeneratorTool"
107			/>
108			<Tool
109				Name="VCMIDLTool"
110			/>
111			<Tool
112				Name="VCCLCompilerTool"
113				Optimization="2"
114				EnableIntrinsicFunctions="true"
115				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
116				StringPooling="true"
117				ExceptionHandling="0"
118				RuntimeLibrary="0"
119				EnableFunctionLevelLinking="true"
120				FloatingPointModel="2"
121				RuntimeTypeInfo="false"
122				UsePrecompiledHeader="0"
123				WarningLevel="3"
124				WarnAsError="true"
125				SuppressStartupBanner="true"
126				DebugInformationFormat="3"
127				CallingConvention="0"
128			/>
129			<Tool
130				Name="VCManagedResourceCompilerTool"
131			/>
132			<Tool
133				Name="VCResourceCompilerTool"
134			/>
135			<Tool
136				Name="VCPreLinkEventTool"
137			/>
138			<Tool
139				Name="VCLibrarianTool"
140			/>
141			<Tool
142				Name="VCALinkTool"
143			/>
144			<Tool
145				Name="VCXDCMakeTool"
146			/>
147			<Tool
148				Name="VCBscMakeTool"
149			/>
150			<Tool
151				Name="VCFxCopTool"
152			/>
153			<Tool
154				Name="VCPostBuildEventTool"
155			/>
156		</Configuration>
157	</Configurations>
158	<References>
159	</References>
160	<Files>
161		<Filter
162			Name="Source Files"
163			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
164			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
165			>
166			<File
167				RelativePath="..\..\zlib\adler32.c"
168				>
169			</File>
170			<File
171				RelativePath="..\..\zlib\compress.c"
172				>
173			</File>
174			<File
175				RelativePath="..\..\zlib\crc32.c"
176				>
177			</File>
178			<File
179				RelativePath="..\..\zlib\deflate.c"
180				>
181			</File>
182			<File
183				RelativePath="..\..\zlib\infback.c"
184				>
185			</File>
186			<File
187				RelativePath="..\..\zlib\inffast.c"
188				>
189			</File>
190			<File
191				RelativePath="..\..\zlib\inflate.c"
192				>
193			</File>
194			<File
195				RelativePath="..\..\zlib\inftrees.c"
196				>
197			</File>
198			<File
199				RelativePath="..\..\zlib\trees.c"
200				>
201			</File>
202			<File
203				RelativePath="..\..\zlib\uncompr.c"
204				>
205			</File>
206			<File
207				RelativePath="..\..\zlib\zutil.c"
208				>
209			</File>
210		</Filter>
211		<Filter
212			Name="Header Files"
213			Filter="h;hpp;hxx;hm;inl;inc;xsd"
214			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
215			>
216			<File
217				RelativePath="..\..\zlib\crc32.h"
218				>
219			</File>
220			<File
221				RelativePath="..\..\zlib\deflate.h"
222				>
223			</File>
224			<File
225				RelativePath="..\..\zlib\inffast.h"
226				>
227			</File>
228			<File
229				RelativePath="..\..\zlib\inffixed.h"
230				>
231			</File>
232			<File
233				RelativePath="..\..\zlib\inflate.h"
234				>
235			</File>
236			<File
237				RelativePath="..\..\zlib\inftrees.h"
238				>
239			</File>
240			<File
241				RelativePath="..\..\zlib\trees.h"
242				>
243			</File>
244			<File
245				RelativePath="..\..\zlib\zconf.h"
246				>
247			</File>
248			<File
249				RelativePath="..\..\zlib\zconf.in.h"
250				>
251			</File>
252			<File
253				RelativePath="..\..\zlib\zlib.h"
254				>
255			</File>
256			<File
257				RelativePath="..\..\zlib\zutil.h"
258				>
259			</File>
260		</Filter>
261	</Files>
262	<Globals>
263	</Globals>
264</VisualStudioProject>
265