1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="grabbag_static"
6	ProjectGUID="{4cefbc81-c215-11db-8314-0800200c9a66}"
7	RootNamespace="grabbag_static"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|Win32"
20			OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\lib"
21			IntermediateDirectory="$(ConfigurationName)"
22			ConfigurationType="4"
23			>
24			<Tool
25				Name="VCPreBuildEventTool"
26			/>
27			<Tool
28				Name="VCCustomBuildTool"
29			/>
30			<Tool
31				Name="VCXMLDataGeneratorTool"
32			/>
33			<Tool
34				Name="VCWebServiceProxyGeneratorTool"
35			/>
36			<Tool
37				Name="VCMIDLTool"
38			/>
39			<Tool
40				Name="VCCLCompilerTool"
41				Optimization="0"
42				AdditionalIncludeDirectories=".\include;..\..\..\include"
43				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG"
44				MinimalRebuild="true"
45				BasicRuntimeChecks="3"
46				RuntimeLibrary="1"
47				UsePrecompiledHeader="0"
48				WarningLevel="3"
49				Detect64BitPortabilityProblems="true"
50				DebugInformationFormat="4"
51				CompileAs="0"
52				DisableSpecificWarnings="4267;4996"
53				ForcedIncludeFiles="share/msvc2005_int.h"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCPreLinkEventTool"
63			/>
64			<Tool
65				Name="VCLibrarianTool"
66			/>
67			<Tool
68				Name="VCALinkTool"
69			/>
70			<Tool
71				Name="VCXDCMakeTool"
72			/>
73			<Tool
74				Name="VCBscMakeTool"
75			/>
76			<Tool
77				Name="VCFxCopTool"
78			/>
79			<Tool
80				Name="VCPostBuildEventTool"
81			/>
82		</Configuration>
83		<Configuration
84			Name="Release|Win32"
85			OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\lib"
86			IntermediateDirectory="$(ConfigurationName)"
87			ConfigurationType="4"
88			WholeProgramOptimization="1"
89			>
90			<Tool
91				Name="VCPreBuildEventTool"
92			/>
93			<Tool
94				Name="VCCustomBuildTool"
95			/>
96			<Tool
97				Name="VCXMLDataGeneratorTool"
98			/>
99			<Tool
100				Name="VCWebServiceProxyGeneratorTool"
101			/>
102			<Tool
103				Name="VCMIDLTool"
104			/>
105			<Tool
106				Name="VCCLCompilerTool"
107				EnableIntrinsicFunctions="true"
108				FavorSizeOrSpeed="1"
109				OmitFramePointers="true"
110				WholeProgramOptimization="true"
111				AdditionalIncludeDirectories=".\include;..\..\..\include"
112				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__NO_DLL"
113				RuntimeLibrary="0"
114				BufferSecurityCheck="false"
115				UsePrecompiledHeader="0"
116				WarningLevel="3"
117				Detect64BitPortabilityProblems="true"
118				DebugInformationFormat="3"
119				CompileAs="0"
120				DisableSpecificWarnings="4267;4996"
121				ForcedIncludeFiles="share/msvc2005_int.h"
122			/>
123			<Tool
124				Name="VCManagedResourceCompilerTool"
125			/>
126			<Tool
127				Name="VCResourceCompilerTool"
128			/>
129			<Tool
130				Name="VCPreLinkEventTool"
131			/>
132			<Tool
133				Name="VCLibrarianTool"
134			/>
135			<Tool
136				Name="VCALinkTool"
137			/>
138			<Tool
139				Name="VCXDCMakeTool"
140			/>
141			<Tool
142				Name="VCBscMakeTool"
143			/>
144			<Tool
145				Name="VCFxCopTool"
146			/>
147			<Tool
148				Name="VCPostBuildEventTool"
149			/>
150		</Configuration>
151	</Configurations>
152	<References>
153	</References>
154	<Files>
155		<Filter
156			Name="Header Files"
157			Filter="h;hpp;hxx;hm;inl;inc;xsd"
158			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
159			>
160		</Filter>
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=".\alloc.c"
168				>
169			</File>
170			<File
171				RelativePath=".\cuesheet.c"
172				>
173			</File>
174			<File
175				RelativePath=".\file.c"
176				>
177			</File>
178			<File
179				RelativePath=".\picture.c"
180				>
181			</File>
182			<File
183				RelativePath=".\replaygain.c"
184				>
185			</File>
186			<File
187				RelativePath=".\seektable.c"
188				>
189			</File>
190			<File
191				RelativePath=".\snprintf.c"
192				>
193			</File>
194		</Filter>
195		<Filter
196			Name="Public Header Files"
197			>
198			<File
199				RelativePath="..\..\..\include\share\grabbag.h"
200				>
201			</File>
202			<Filter
203				Name="grabbag"
204				>
205				<File
206					RelativePath="..\..\..\include\share\grabbag\cuesheet.h"
207					>
208				</File>
209				<File
210					RelativePath="..\..\..\include\share\grabbag\file.h"
211					>
212				</File>
213				<File
214					RelativePath="..\..\..\include\share\grabbag\picture.h"
215					>
216				</File>
217				<File
218					RelativePath="..\..\..\include\share\grabbag\replaygain.h"
219					>
220				</File>
221				<File
222					RelativePath="..\..\..\include\share\grabbag\seektable.h"
223					>
224				</File>
225			</Filter>
226		</Filter>
227	</Files>
228	<Globals>
229	</Globals>
230</VisualStudioProject>
231