1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="zlib"
6	ProjectGUID="{C0A19F33-34EA-452E-A96D-5FF60DDE3B3D}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="..\lib"
16			IntermediateDirectory="..\obj\$(ProjectName)\$(ConfigurationName)"
17			ConfigurationType="4"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				AdditionalIncludeDirectories="include"
23				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
24				MinimalRebuild="TRUE"
25				BasicRuntimeChecks="3"
26				RuntimeLibrary="1"
27				UsePrecompiledHeader="0"
28				WarningLevel="3"
29				Detect64BitPortabilityProblems="TRUE"
30				DebugInformationFormat="4"
31				CompileAs="1"/>
32			<Tool
33				Name="VCCustomBuildTool"/>
34			<Tool
35				Name="VCLibrarianTool"
36				OutputFile="$(OutDir)/zlibD.lib"
37				IgnoreAllDefaultLibraries="TRUE"/>
38			<Tool
39				Name="VCMIDLTool"/>
40			<Tool
41				Name="VCPostBuildEventTool"/>
42			<Tool
43				Name="VCPreBuildEventTool"/>
44			<Tool
45				Name="VCPreLinkEventTool"/>
46			<Tool
47				Name="VCResourceCompilerTool"/>
48			<Tool
49				Name="VCWebServiceProxyGeneratorTool"/>
50			<Tool
51				Name="VCXMLDataGeneratorTool"/>
52			<Tool
53				Name="VCManagedWrapperGeneratorTool"/>
54			<Tool
55				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
56		</Configuration>
57		<Configuration
58			Name="Release|Win32"
59			OutputDirectory="..\lib"
60			IntermediateDirectory="..\obj\$(ProjectName)\$(ConfigurationName)"
61			ConfigurationType="4"
62			CharacterSet="2">
63			<Tool
64				Name="VCCLCompilerTool"
65				AdditionalIncludeDirectories="include"
66				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
67				RuntimeLibrary="0"
68				UsePrecompiledHeader="0"
69				WarningLevel="3"
70				Detect64BitPortabilityProblems="TRUE"
71				DebugInformationFormat="3"
72				CompileAs="1"/>
73			<Tool
74				Name="VCCustomBuildTool"/>
75			<Tool
76				Name="VCLibrarianTool"
77				OutputFile="$(OutDir)/zlib.lib"
78				IgnoreAllDefaultLibraries="TRUE"/>
79			<Tool
80				Name="VCMIDLTool"/>
81			<Tool
82				Name="VCPostBuildEventTool"/>
83			<Tool
84				Name="VCPreBuildEventTool"/>
85			<Tool
86				Name="VCPreLinkEventTool"/>
87			<Tool
88				Name="VCResourceCompilerTool"/>
89			<Tool
90				Name="VCWebServiceProxyGeneratorTool"/>
91			<Tool
92				Name="VCXMLDataGeneratorTool"/>
93			<Tool
94				Name="VCManagedWrapperGeneratorTool"/>
95			<Tool
96				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
97		</Configuration>
98		<Configuration
99			Name="ReleaseNoSSE|Win32"
100			OutputDirectory="$(ConfigurationName)"
101			IntermediateDirectory="$(ConfigurationName)"
102			ConfigurationType="4"
103			CharacterSet="2">
104			<Tool
105				Name="VCCLCompilerTool"
106				AdditionalIncludeDirectories="include"
107				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE"
108				RuntimeLibrary="0"
109				UsePrecompiledHeader="0"
110				WarningLevel="3"
111				Detect64BitPortabilityProblems="TRUE"
112				DebugInformationFormat="3"
113				CompileAs="1"/>
114			<Tool
115				Name="VCCustomBuildTool"/>
116			<Tool
117				Name="VCLibrarianTool"
118				OutputFile="$(OutDir)/zlib.lib"
119				IgnoreAllDefaultLibraries="TRUE"/>
120			<Tool
121				Name="VCMIDLTool"/>
122			<Tool
123				Name="VCPostBuildEventTool"/>
124			<Tool
125				Name="VCPreBuildEventTool"/>
126			<Tool
127				Name="VCPreLinkEventTool"/>
128			<Tool
129				Name="VCResourceCompilerTool"/>
130			<Tool
131				Name="VCWebServiceProxyGeneratorTool"/>
132			<Tool
133				Name="VCXMLDataGeneratorTool"/>
134			<Tool
135				Name="VCManagedWrapperGeneratorTool"/>
136			<Tool
137				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
138		</Configuration>
139	</Configurations>
140	<References>
141	</References>
142	<Files>
143		<Filter
144			Name="Source Files"
145			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
146			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
147			<File
148				RelativePath=".\src\adler32.c">
149			</File>
150			<File
151				RelativePath=".\src\compress.c">
152			</File>
153			<File
154				RelativePath=".\src\crc32.c">
155			</File>
156			<File
157				RelativePath=".\src\deflate.c">
158			</File>
159			<File
160				RelativePath=".\src\gzio.c">
161			</File>
162			<File
163				RelativePath=".\src\infback.c">
164			</File>
165			<File
166				RelativePath=".\src\inffast.c">
167			</File>
168			<File
169				RelativePath=".\src\inflate.c">
170			</File>
171			<File
172				RelativePath=".\src\inftrees.c">
173			</File>
174			<File
175				RelativePath=".\src\trees.c">
176			</File>
177			<File
178				RelativePath=".\src\uncompr.c">
179			</File>
180			<File
181				RelativePath=".\src\zutil.c">
182			</File>
183		</Filter>
184		<Filter
185			Name="Header Files"
186			Filter="h;hpp;hxx;hm;inl;inc;xsd"
187			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
188			<File
189				RelativePath=".\include\crc32.h">
190			</File>
191			<File
192				RelativePath=".\include\deflate.h">
193			</File>
194			<File
195				RelativePath=".\include\inffast.h">
196			</File>
197			<File
198				RelativePath=".\include\inffixed.h">
199			</File>
200			<File
201				RelativePath=".\include\inflate.h">
202			</File>
203			<File
204				RelativePath=".\include\inftrees.h">
205			</File>
206			<File
207				RelativePath=".\include\trees.h">
208			</File>
209			<File
210				RelativePath=".\include\zconf.h">
211			</File>
212			<File
213				RelativePath=".\include\zconf.in.h">
214			</File>
215			<File
216				RelativePath=".\include\zlib.h">
217			</File>
218			<File
219				RelativePath=".\include\zutil.h">
220			</File>
221		</Filter>
222		<Filter
223			Name="Resource Files"
224			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
225			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
226		</Filter>
227		<File
228			RelativePath=".\ReadMe.txt">
229		</File>
230	</Files>
231	<Globals>
232	</Globals>
233</VisualStudioProject>
234