1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="flac"
6	ProjectGUID="{4cefbc7d-c215-11db-8314-0800200c9a66}"
7	RootNamespace="flac"
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)\bin"
21			IntermediateDirectory="$(ConfigurationName)"
22			ConfigurationType="1"
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"
43				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__HAS_OGG;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="VCLinkerTool"
66				AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib"
67				LinkIncremental="2"
68				IgnoreDefaultLibraryNames="uuid.lib"
69				GenerateDebugInformation="true"
70				SubSystem="1"
71				TargetMachine="1"
72			/>
73			<Tool
74				Name="VCALinkTool"
75			/>
76			<Tool
77				Name="VCManifestTool"
78			/>
79			<Tool
80				Name="VCXDCMakeTool"
81			/>
82			<Tool
83				Name="VCBscMakeTool"
84			/>
85			<Tool
86				Name="VCFxCopTool"
87			/>
88			<Tool
89				Name="VCAppVerifierTool"
90			/>
91			<Tool
92				Name="VCPostBuildEventTool"
93			/>
94		</Configuration>
95		<Configuration
96			Name="Release|Win32"
97			OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
98			IntermediateDirectory="$(ConfigurationName)"
99			ConfigurationType="1"
100			WholeProgramOptimization="1"
101			>
102			<Tool
103				Name="VCPreBuildEventTool"
104			/>
105			<Tool
106				Name="VCCustomBuildTool"
107			/>
108			<Tool
109				Name="VCXMLDataGeneratorTool"
110			/>
111			<Tool
112				Name="VCWebServiceProxyGeneratorTool"
113			/>
114			<Tool
115				Name="VCMIDLTool"
116			/>
117			<Tool
118				Name="VCCLCompilerTool"
119				EnableIntrinsicFunctions="true"
120				FavorSizeOrSpeed="1"
121				OmitFramePointers="true"
122				WholeProgramOptimization="true"
123				AdditionalIncludeDirectories=".;..\..\include"
124				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL"
125				RuntimeLibrary="0"
126				BufferSecurityCheck="false"
127				UsePrecompiledHeader="0"
128				WarningLevel="3"
129				Detect64BitPortabilityProblems="true"
130				DebugInformationFormat="3"
131				CompileAs="0"
132				DisableSpecificWarnings="4267;4996"
133				ForcedIncludeFiles="share/msvc2005_int.h"
134			/>
135			<Tool
136				Name="VCManagedResourceCompilerTool"
137			/>
138			<Tool
139				Name="VCResourceCompilerTool"
140			/>
141			<Tool
142				Name="VCPreLinkEventTool"
143			/>
144			<Tool
145				Name="VCLinkerTool"
146				AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib"
147				LinkIncremental="1"
148				IgnoreDefaultLibraryNames="uuid.lib"
149				GenerateDebugInformation="true"
150				SubSystem="1"
151				OptimizeReferences="2"
152				EnableCOMDATFolding="2"
153				LinkTimeCodeGeneration="1"
154				TargetMachine="1"
155			/>
156			<Tool
157				Name="VCALinkTool"
158			/>
159			<Tool
160				Name="VCManifestTool"
161			/>
162			<Tool
163				Name="VCXDCMakeTool"
164			/>
165			<Tool
166				Name="VCBscMakeTool"
167			/>
168			<Tool
169				Name="VCFxCopTool"
170			/>
171			<Tool
172				Name="VCAppVerifierTool"
173			/>
174			<Tool
175				Name="VCPostBuildEventTool"
176			/>
177		</Configuration>
178	</Configurations>
179	<References>
180	</References>
181	<Files>
182		<Filter
183			Name="Header Files"
184			Filter="h;hpp;hxx;hm;inl;inc;xsd"
185			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
186			>
187			<File
188				RelativePath=".\analyze.h"
189				>
190			</File>
191			<File
192				RelativePath=".\decode.h"
193				>
194			</File>
195			<File
196				RelativePath=".\encode.h"
197				>
198			</File>
199			<File
200				RelativePath=".\foreign_metadata.h"
201				>
202			</File>
203			<File
204				RelativePath=".\local_string_utils.h"
205				>
206			</File>
207			<File
208				RelativePath=".\utils.h"
209				>
210			</File>
211			<File
212				RelativePath=".\vorbiscomment.h"
213				>
214			</File>
215		</Filter>
216		<Filter
217			Name="Source Files"
218			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
219			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
220			>
221			<File
222				RelativePath=".\analyze.c"
223				>
224			</File>
225			<File
226				RelativePath=".\decode.c"
227				>
228			</File>
229			<File
230				RelativePath=".\encode.c"
231				>
232			</File>
233			<File
234				RelativePath=".\foreign_metadata.c"
235				>
236			</File>
237			<File
238				RelativePath=".\local_string_utils.c"
239				>
240			</File>
241			<File
242				RelativePath=".\main.c"
243				>
244			</File>
245			<File
246				RelativePath=".\utils.c"
247				>
248			</File>
249			<File
250				RelativePath=".\vorbiscomment.c"
251				>
252			</File>
253		</Filter>
254	</Files>
255	<Globals>
256	</Globals>
257</VisualStudioProject>
258