1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.00"
5	Name="bzlib"
6	ProjectGUID="{3ED4D36D-027F-4828-88F9-988B1B3C28F1}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="Debug"
16			IntermediateDirectory="Debug"
17			ConfigurationType="4"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
23				MinimalRebuild="TRUE"
24				BasicRuntimeChecks="3"
25				RuntimeLibrary="1"
26				StructMemberAlignment="1"
27				UsePrecompiledHeader="3"
28				WarningLevel="3"
29				Detect64BitPortabilityProblems="TRUE"
30				DebugInformationFormat="4"/>
31			<Tool
32				Name="VCCustomBuildTool"/>
33			<Tool
34				Name="VCLibrarianTool"
35				OutputFile="$(OutDir)/bzlib.lib"/>
36			<Tool
37				Name="VCMIDLTool"/>
38			<Tool
39				Name="VCPostBuildEventTool"/>
40			<Tool
41				Name="VCPreBuildEventTool"/>
42			<Tool
43				Name="VCPreLinkEventTool"/>
44			<Tool
45				Name="VCResourceCompilerTool"/>
46			<Tool
47				Name="VCWebServiceProxyGeneratorTool"/>
48		</Configuration>
49		<Configuration
50			Name="Release|Win32"
51			OutputDirectory="Release"
52			IntermediateDirectory="Release"
53			ConfigurationType="4"
54			CharacterSet="2">
55			<Tool
56				Name="VCCLCompilerTool"
57				Optimization="2"
58				InlineFunctionExpansion="1"
59				OmitFramePointers="TRUE"
60				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
61				StringPooling="TRUE"
62				RuntimeLibrary="0"
63				StructMemberAlignment="1"
64				EnableFunctionLevelLinking="TRUE"
65				UsePrecompiledHeader="3"
66				WarningLevel="3"
67				Detect64BitPortabilityProblems="TRUE"
68				DebugInformationFormat="3"/>
69			<Tool
70				Name="VCCustomBuildTool"/>
71			<Tool
72				Name="VCLibrarianTool"
73				OutputFile="$(OutDir)/bzlib.lib"/>
74			<Tool
75				Name="VCMIDLTool"/>
76			<Tool
77				Name="VCPostBuildEventTool"/>
78			<Tool
79				Name="VCPreBuildEventTool"/>
80			<Tool
81				Name="VCPreLinkEventTool"/>
82			<Tool
83				Name="VCResourceCompilerTool"/>
84			<Tool
85				Name="VCWebServiceProxyGeneratorTool"/>
86		</Configuration>
87	</Configurations>
88	<Files>
89		<Filter
90			Name="Source Files"
91			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
92			<File
93				RelativePath="..\bzlib\blocksort.c">
94			</File>
95			<File
96				RelativePath="..\bzlib\bzlib.c">
97			</File>
98			<File
99				RelativePath="..\bzlib\compress.c">
100			</File>
101			<File
102				RelativePath="..\bzlib\crctable.c">
103			</File>
104			<File
105				RelativePath="..\bzlib\decompress.c">
106			</File>
107			<File
108				RelativePath="..\bzlib\huffman.c">
109			</File>
110			<File
111				RelativePath="..\bzlib\randtable.c">
112			</File>
113			<File
114				RelativePath="stdafx.c">
115				<FileConfiguration
116					Name="Debug|Win32">
117					<Tool
118						Name="VCCLCompilerTool"
119						UsePrecompiledHeader="1"/>
120				</FileConfiguration>
121				<FileConfiguration
122					Name="Release|Win32">
123					<Tool
124						Name="VCCLCompilerTool"
125						UsePrecompiledHeader="1"/>
126				</FileConfiguration>
127			</File>
128		</Filter>
129		<Filter
130			Name="Header Files"
131			Filter="h;hpp;hxx;hm;inl;inc">
132			<File
133				RelativePath="..\bzlib\bzlib.h">
134			</File>
135			<File
136				RelativePath="bzlib_private.h">
137			</File>
138			<File
139				RelativePath="stdafx.h">
140			</File>
141		</Filter>
142		<Filter
143			Name="Resource Files"
144			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
145		</Filter>
146		<File
147			RelativePath="ReadMe.txt">
148		</File>
149	</Files>
150	<Globals>
151	</Globals>
152</VisualStudioProject>
153