1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="example_c_decode_file"
6	ProjectGUID="{4cefbd00-c215-11db-8314-0800200c9a66}"
7	RootNamespace="example_c_decode_file"
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__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__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="{39992580-89DB-4b41-8E8B-625F9E28BEBF}"
186			>
187		</Filter>
188		<Filter
189			Name="Source Files"
190			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
191			UniqueIdentifier="{4FC727F1-C7A5-1376-A061-2AF2D742A2F0}"
192			>
193			<File
194				RelativePath=".\main.c"
195				>
196			</File>
197		</Filter>
198	</Files>
199	<Globals>
200	</Globals>
201</VisualStudioProject>
202