1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="libogg_static"
6	ProjectGUID="{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
7	RootNamespace="libogg"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="0"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15		<Platform
16			Name="x64"
17		/>
18		<Platform
19			Name="Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
20		/>
21		<Platform
22			Name="Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
23		/>
24		<Platform
25			Name="Windows Mobile 6 Professional SDK (ARMV4I)"
26		/>
27	</Platforms>
28	<ToolFiles>
29	</ToolFiles>
30	<Configurations>
31		<Configuration
32			Name="Debug|Win32"
33			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
34			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
35			ConfigurationType="4"
36			CharacterSet="1"
37			>
38			<Tool
39				Name="VCPreBuildEventTool"
40			/>
41			<Tool
42				Name="VCCustomBuildTool"
43			/>
44			<Tool
45				Name="VCXMLDataGeneratorTool"
46			/>
47			<Tool
48				Name="VCWebServiceProxyGeneratorTool"
49			/>
50			<Tool
51				Name="VCMIDLTool"
52			/>
53			<Tool
54				Name="VCCLCompilerTool"
55				Optimization="0"
56				AdditionalIncludeDirectories="..\..\include"
57				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
58				MinimalRebuild="true"
59				BasicRuntimeChecks="3"
60				RuntimeLibrary="1"
61				UsePrecompiledHeader="0"
62				WarningLevel="4"
63				Detect64BitPortabilityProblems="true"
64				DebugInformationFormat="4"
65				CompileAs="1"
66			/>
67			<Tool
68				Name="VCManagedResourceCompilerTool"
69			/>
70			<Tool
71				Name="VCResourceCompilerTool"
72			/>
73			<Tool
74				Name="VCPreLinkEventTool"
75			/>
76			<Tool
77				Name="VCLibrarianTool"
78			/>
79			<Tool
80				Name="VCALinkTool"
81			/>
82			<Tool
83				Name="VCXDCMakeTool"
84			/>
85			<Tool
86				Name="VCBscMakeTool"
87			/>
88			<Tool
89				Name="VCFxCopTool"
90			/>
91			<Tool
92				Name="VCPostBuildEventTool"
93			/>
94		</Configuration>
95		<Configuration
96			Name="Debug|x64"
97			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
98			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
99			ConfigurationType="4"
100			CharacterSet="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				TargetEnvironment="3"
117			/>
118			<Tool
119				Name="VCCLCompilerTool"
120				Optimization="0"
121				AdditionalIncludeDirectories="..\..\include"
122				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
123				MinimalRebuild="true"
124				BasicRuntimeChecks="3"
125				RuntimeLibrary="1"
126				UsePrecompiledHeader="0"
127				WarningLevel="4"
128				Detect64BitPortabilityProblems="true"
129				DebugInformationFormat="3"
130				CompileAs="1"
131			/>
132			<Tool
133				Name="VCManagedResourceCompilerTool"
134			/>
135			<Tool
136				Name="VCResourceCompilerTool"
137			/>
138			<Tool
139				Name="VCPreLinkEventTool"
140			/>
141			<Tool
142				Name="VCLibrarianTool"
143			/>
144			<Tool
145				Name="VCALinkTool"
146			/>
147			<Tool
148				Name="VCXDCMakeTool"
149			/>
150			<Tool
151				Name="VCBscMakeTool"
152			/>
153			<Tool
154				Name="VCFxCopTool"
155			/>
156			<Tool
157				Name="VCPostBuildEventTool"
158			/>
159		</Configuration>
160		<Configuration
161			Name="Release|Win32"
162			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
163			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
164			ConfigurationType="4"
165			CharacterSet="1"
166			WholeProgramOptimization="1"
167			>
168			<Tool
169				Name="VCPreBuildEventTool"
170			/>
171			<Tool
172				Name="VCCustomBuildTool"
173			/>
174			<Tool
175				Name="VCXMLDataGeneratorTool"
176			/>
177			<Tool
178				Name="VCWebServiceProxyGeneratorTool"
179			/>
180			<Tool
181				Name="VCMIDLTool"
182			/>
183			<Tool
184				Name="VCCLCompilerTool"
185				Optimization="2"
186				InlineFunctionExpansion="2"
187				EnableIntrinsicFunctions="true"
188				FavorSizeOrSpeed="1"
189				AdditionalIncludeDirectories="..\..\include"
190				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
191				StringPooling="true"
192				ExceptionHandling="0"
193				RuntimeLibrary="0"
194				BufferSecurityCheck="false"
195				UsePrecompiledHeader="0"
196				WarningLevel="4"
197				Detect64BitPortabilityProblems="true"
198				DebugInformationFormat="0"
199				CompileAs="1"
200				DisableSpecificWarnings="4244"
201			/>
202			<Tool
203				Name="VCManagedResourceCompilerTool"
204			/>
205			<Tool
206				Name="VCResourceCompilerTool"
207			/>
208			<Tool
209				Name="VCPreLinkEventTool"
210			/>
211			<Tool
212				Name="VCLibrarianTool"
213			/>
214			<Tool
215				Name="VCALinkTool"
216			/>
217			<Tool
218				Name="VCXDCMakeTool"
219			/>
220			<Tool
221				Name="VCBscMakeTool"
222			/>
223			<Tool
224				Name="VCFxCopTool"
225			/>
226			<Tool
227				Name="VCPostBuildEventTool"
228			/>
229		</Configuration>
230		<Configuration
231			Name="Release|x64"
232			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
233			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234			ConfigurationType="4"
235			CharacterSet="1"
236			WholeProgramOptimization="1"
237			>
238			<Tool
239				Name="VCPreBuildEventTool"
240			/>
241			<Tool
242				Name="VCCustomBuildTool"
243			/>
244			<Tool
245				Name="VCXMLDataGeneratorTool"
246			/>
247			<Tool
248				Name="VCWebServiceProxyGeneratorTool"
249			/>
250			<Tool
251				Name="VCMIDLTool"
252				TargetEnvironment="3"
253			/>
254			<Tool
255				Name="VCCLCompilerTool"
256				Optimization="2"
257				InlineFunctionExpansion="2"
258				EnableIntrinsicFunctions="true"
259				FavorSizeOrSpeed="1"
260				AdditionalIncludeDirectories="..\..\include"
261				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
262				StringPooling="true"
263				ExceptionHandling="0"
264				RuntimeLibrary="0"
265				BufferSecurityCheck="false"
266				UsePrecompiledHeader="0"
267				WarningLevel="4"
268				Detect64BitPortabilityProblems="true"
269				DebugInformationFormat="0"
270				CompileAs="1"
271				DisableSpecificWarnings="4244"
272			/>
273			<Tool
274				Name="VCManagedResourceCompilerTool"
275			/>
276			<Tool
277				Name="VCResourceCompilerTool"
278			/>
279			<Tool
280				Name="VCPreLinkEventTool"
281			/>
282			<Tool
283				Name="VCLibrarianTool"
284			/>
285			<Tool
286				Name="VCALinkTool"
287			/>
288			<Tool
289				Name="VCXDCMakeTool"
290			/>
291			<Tool
292				Name="VCBscMakeTool"
293			/>
294			<Tool
295				Name="VCFxCopTool"
296			/>
297			<Tool
298				Name="VCPostBuildEventTool"
299			/>
300		</Configuration>
301		<Configuration
302			Name="Release_SSE|Win32"
303			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
304			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
305			ConfigurationType="4"
306			CharacterSet="1"
307			WholeProgramOptimization="1"
308			>
309			<Tool
310				Name="VCPreBuildEventTool"
311			/>
312			<Tool
313				Name="VCCustomBuildTool"
314			/>
315			<Tool
316				Name="VCXMLDataGeneratorTool"
317			/>
318			<Tool
319				Name="VCWebServiceProxyGeneratorTool"
320			/>
321			<Tool
322				Name="VCMIDLTool"
323			/>
324			<Tool
325				Name="VCCLCompilerTool"
326				Optimization="3"
327				InlineFunctionExpansion="2"
328				EnableIntrinsicFunctions="true"
329				FavorSizeOrSpeed="1"
330				AdditionalIncludeDirectories="..\..\include"
331				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
332				StringPooling="true"
333				ExceptionHandling="0"
334				RuntimeLibrary="0"
335				BufferSecurityCheck="false"
336				EnableEnhancedInstructionSet="1"
337				UsePrecompiledHeader="0"
338				WarningLevel="4"
339				Detect64BitPortabilityProblems="true"
340				DebugInformationFormat="3"
341				CompileAs="1"
342				DisableSpecificWarnings="4244"
343			/>
344			<Tool
345				Name="VCManagedResourceCompilerTool"
346			/>
347			<Tool
348				Name="VCResourceCompilerTool"
349			/>
350			<Tool
351				Name="VCPreLinkEventTool"
352			/>
353			<Tool
354				Name="VCLibrarianTool"
355			/>
356			<Tool
357				Name="VCALinkTool"
358			/>
359			<Tool
360				Name="VCXDCMakeTool"
361			/>
362			<Tool
363				Name="VCBscMakeTool"
364			/>
365			<Tool
366				Name="VCFxCopTool"
367			/>
368			<Tool
369				Name="VCPostBuildEventTool"
370			/>
371		</Configuration>
372		<Configuration
373			Name="Release_SSE|x64"
374			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
375			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
376			ConfigurationType="4"
377			CharacterSet="1"
378			WholeProgramOptimization="1"
379			>
380			<Tool
381				Name="VCPreBuildEventTool"
382			/>
383			<Tool
384				Name="VCCustomBuildTool"
385			/>
386			<Tool
387				Name="VCXMLDataGeneratorTool"
388			/>
389			<Tool
390				Name="VCWebServiceProxyGeneratorTool"
391			/>
392			<Tool
393				Name="VCMIDLTool"
394				TargetEnvironment="3"
395			/>
396			<Tool
397				Name="VCCLCompilerTool"
398				Optimization="3"
399				InlineFunctionExpansion="2"
400				EnableIntrinsicFunctions="true"
401				FavorSizeOrSpeed="1"
402				AdditionalIncludeDirectories="..\..\include"
403				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
404				StringPooling="true"
405				ExceptionHandling="0"
406				RuntimeLibrary="0"
407				BufferSecurityCheck="false"
408				EnableEnhancedInstructionSet="1"
409				UsePrecompiledHeader="0"
410				WarningLevel="4"
411				Detect64BitPortabilityProblems="true"
412				DebugInformationFormat="3"
413				CompileAs="1"
414				DisableSpecificWarnings="4244"
415			/>
416			<Tool
417				Name="VCManagedResourceCompilerTool"
418			/>
419			<Tool
420				Name="VCResourceCompilerTool"
421			/>
422			<Tool
423				Name="VCPreLinkEventTool"
424			/>
425			<Tool
426				Name="VCLibrarianTool"
427			/>
428			<Tool
429				Name="VCALinkTool"
430			/>
431			<Tool
432				Name="VCXDCMakeTool"
433			/>
434			<Tool
435				Name="VCBscMakeTool"
436			/>
437			<Tool
438				Name="VCFxCopTool"
439			/>
440			<Tool
441				Name="VCPostBuildEventTool"
442			/>
443		</Configuration>
444		<Configuration
445			Name="Release_SSE2|Win32"
446			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
447			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
448			ConfigurationType="4"
449			CharacterSet="1"
450			WholeProgramOptimization="1"
451			>
452			<Tool
453				Name="VCPreBuildEventTool"
454			/>
455			<Tool
456				Name="VCCustomBuildTool"
457			/>
458			<Tool
459				Name="VCXMLDataGeneratorTool"
460			/>
461			<Tool
462				Name="VCWebServiceProxyGeneratorTool"
463			/>
464			<Tool
465				Name="VCMIDLTool"
466			/>
467			<Tool
468				Name="VCCLCompilerTool"
469				Optimization="3"
470				InlineFunctionExpansion="2"
471				EnableIntrinsicFunctions="true"
472				FavorSizeOrSpeed="1"
473				AdditionalIncludeDirectories="..\..\include"
474				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
475				StringPooling="true"
476				ExceptionHandling="0"
477				RuntimeLibrary="0"
478				BufferSecurityCheck="false"
479				EnableEnhancedInstructionSet="2"
480				UsePrecompiledHeader="0"
481				WarningLevel="4"
482				Detect64BitPortabilityProblems="true"
483				DebugInformationFormat="3"
484				CompileAs="1"
485				DisableSpecificWarnings="4244"
486			/>
487			<Tool
488				Name="VCManagedResourceCompilerTool"
489			/>
490			<Tool
491				Name="VCResourceCompilerTool"
492			/>
493			<Tool
494				Name="VCPreLinkEventTool"
495			/>
496			<Tool
497				Name="VCLibrarianTool"
498			/>
499			<Tool
500				Name="VCALinkTool"
501			/>
502			<Tool
503				Name="VCXDCMakeTool"
504			/>
505			<Tool
506				Name="VCBscMakeTool"
507			/>
508			<Tool
509				Name="VCFxCopTool"
510			/>
511			<Tool
512				Name="VCPostBuildEventTool"
513			/>
514		</Configuration>
515		<Configuration
516			Name="Release_SSE2|x64"
517			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
518			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
519			ConfigurationType="4"
520			CharacterSet="1"
521			WholeProgramOptimization="1"
522			>
523			<Tool
524				Name="VCPreBuildEventTool"
525			/>
526			<Tool
527				Name="VCCustomBuildTool"
528			/>
529			<Tool
530				Name="VCXMLDataGeneratorTool"
531			/>
532			<Tool
533				Name="VCWebServiceProxyGeneratorTool"
534			/>
535			<Tool
536				Name="VCMIDLTool"
537				TargetEnvironment="3"
538			/>
539			<Tool
540				Name="VCCLCompilerTool"
541				Optimization="3"
542				InlineFunctionExpansion="2"
543				EnableIntrinsicFunctions="true"
544				FavorSizeOrSpeed="1"
545				AdditionalIncludeDirectories="..\..\include"
546				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
547				StringPooling="true"
548				ExceptionHandling="0"
549				RuntimeLibrary="0"
550				BufferSecurityCheck="false"
551				EnableEnhancedInstructionSet="2"
552				UsePrecompiledHeader="0"
553				WarningLevel="4"
554				Detect64BitPortabilityProblems="true"
555				DebugInformationFormat="3"
556				CompileAs="1"
557				DisableSpecificWarnings="4244"
558			/>
559			<Tool
560				Name="VCManagedResourceCompilerTool"
561			/>
562			<Tool
563				Name="VCResourceCompilerTool"
564			/>
565			<Tool
566				Name="VCPreLinkEventTool"
567			/>
568			<Tool
569				Name="VCLibrarianTool"
570			/>
571			<Tool
572				Name="VCALinkTool"
573			/>
574			<Tool
575				Name="VCXDCMakeTool"
576			/>
577			<Tool
578				Name="VCBscMakeTool"
579			/>
580			<Tool
581				Name="VCFxCopTool"
582			/>
583			<Tool
584				Name="VCPostBuildEventTool"
585			/>
586		</Configuration>
587		<Configuration
588			Name="Debug|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
589			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
590			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
591			ConfigurationType="4"
592			CharacterSet="1"
593			>
594			<Tool
595				Name="VCPreBuildEventTool"
596			/>
597			<Tool
598				Name="VCCustomBuildTool"
599			/>
600			<Tool
601				Name="VCXMLDataGeneratorTool"
602			/>
603			<Tool
604				Name="VCWebServiceProxyGeneratorTool"
605			/>
606			<Tool
607				Name="VCMIDLTool"
608				TargetEnvironment="1"
609			/>
610			<Tool
611				Name="VCCLCompilerTool"
612				ExecutionBucket="7"
613				Optimization="0"
614				AdditionalIncludeDirectories="..\..\include"
615				PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
616				MinimalRebuild="true"
617				RuntimeLibrary="1"
618				UsePrecompiledHeader="0"
619				WarningLevel="4"
620				DebugInformationFormat="3"
621				CompileAs="1"
622			/>
623			<Tool
624				Name="VCManagedResourceCompilerTool"
625			/>
626			<Tool
627				Name="VCResourceCompilerTool"
628			/>
629			<Tool
630				Name="VCPreLinkEventTool"
631			/>
632			<Tool
633				Name="VCLibrarianTool"
634				AdditionalOptions=""
635			/>
636			<Tool
637				Name="VCALinkTool"
638			/>
639			<Tool
640				Name="VCXDCMakeTool"
641			/>
642			<Tool
643				Name="VCBscMakeTool"
644			/>
645			<Tool
646				Name="VCCodeSignTool"
647			/>
648			<Tool
649				Name="VCPostBuildEventTool"
650			/>
651			<DeploymentTool
652				ForceDirty="-1"
653				RemoteDirectory=""
654				RegisterOutput="0"
655				AdditionalFiles=""
656			/>
657			<DebuggerTool
658			/>
659		</Configuration>
660		<Configuration
661			Name="Debug|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
662			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
663			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
664			ConfigurationType="4"
665			CharacterSet="1"
666			>
667			<Tool
668				Name="VCPreBuildEventTool"
669			/>
670			<Tool
671				Name="VCCustomBuildTool"
672			/>
673			<Tool
674				Name="VCXMLDataGeneratorTool"
675			/>
676			<Tool
677				Name="VCWebServiceProxyGeneratorTool"
678			/>
679			<Tool
680				Name="VCMIDLTool"
681				TargetEnvironment="1"
682			/>
683			<Tool
684				Name="VCCLCompilerTool"
685				ExecutionBucket="7"
686				Optimization="0"
687				AdditionalIncludeDirectories="..\..\include"
688				PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
689				MinimalRebuild="true"
690				RuntimeLibrary="1"
691				UsePrecompiledHeader="0"
692				WarningLevel="4"
693				DebugInformationFormat="3"
694				CompileAs="1"
695			/>
696			<Tool
697				Name="VCManagedResourceCompilerTool"
698			/>
699			<Tool
700				Name="VCResourceCompilerTool"
701			/>
702			<Tool
703				Name="VCPreLinkEventTool"
704			/>
705			<Tool
706				Name="VCLibrarianTool"
707				AdditionalOptions=""
708			/>
709			<Tool
710				Name="VCALinkTool"
711			/>
712			<Tool
713				Name="VCXDCMakeTool"
714			/>
715			<Tool
716				Name="VCBscMakeTool"
717			/>
718			<Tool
719				Name="VCCodeSignTool"
720			/>
721			<Tool
722				Name="VCPostBuildEventTool"
723			/>
724			<DeploymentTool
725				ForceDirty="-1"
726				RemoteDirectory=""
727				RegisterOutput="0"
728				AdditionalFiles=""
729			/>
730			<DebuggerTool
731			/>
732		</Configuration>
733		<Configuration
734			Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"
735			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
736			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
737			ConfigurationType="4"
738			CharacterSet="1"
739			>
740			<Tool
741				Name="VCPreBuildEventTool"
742			/>
743			<Tool
744				Name="VCCustomBuildTool"
745			/>
746			<Tool
747				Name="VCXMLDataGeneratorTool"
748			/>
749			<Tool
750				Name="VCWebServiceProxyGeneratorTool"
751			/>
752			<Tool
753				Name="VCMIDLTool"
754				TargetEnvironment="1"
755			/>
756			<Tool
757				Name="VCCLCompilerTool"
758				ExecutionBucket="7"
759				Optimization="0"
760				AdditionalIncludeDirectories="..\..\include"
761				PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
762				MinimalRebuild="true"
763				RuntimeLibrary="1"
764				UsePrecompiledHeader="0"
765				WarningLevel="4"
766				DebugInformationFormat="3"
767				CompileAs="1"
768			/>
769			<Tool
770				Name="VCManagedResourceCompilerTool"
771			/>
772			<Tool
773				Name="VCResourceCompilerTool"
774			/>
775			<Tool
776				Name="VCPreLinkEventTool"
777			/>
778			<Tool
779				Name="VCLibrarianTool"
780				AdditionalOptions=""
781			/>
782			<Tool
783				Name="VCALinkTool"
784			/>
785			<Tool
786				Name="VCXDCMakeTool"
787			/>
788			<Tool
789				Name="VCBscMakeTool"
790			/>
791			<Tool
792				Name="VCCodeSignTool"
793			/>
794			<Tool
795				Name="VCPostBuildEventTool"
796			/>
797			<DeploymentTool
798				ForceDirty="-1"
799				RemoteDirectory=""
800				RegisterOutput="0"
801				AdditionalFiles=""
802			/>
803			<DebuggerTool
804			/>
805		</Configuration>
806		<Configuration
807			Name="Release|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
808			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
809			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
810			ConfigurationType="4"
811			CharacterSet="1"
812			WholeProgramOptimization="1"
813			>
814			<Tool
815				Name="VCPreBuildEventTool"
816			/>
817			<Tool
818				Name="VCCustomBuildTool"
819			/>
820			<Tool
821				Name="VCXMLDataGeneratorTool"
822			/>
823			<Tool
824				Name="VCWebServiceProxyGeneratorTool"
825			/>
826			<Tool
827				Name="VCMIDLTool"
828				TargetEnvironment="1"
829			/>
830			<Tool
831				Name="VCCLCompilerTool"
832				ExecutionBucket="7"
833				Optimization="2"
834				InlineFunctionExpansion="2"
835				EnableIntrinsicFunctions="true"
836				FavorSizeOrSpeed="1"
837				AdditionalIncludeDirectories="..\..\include"
838				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
839				StringPooling="true"
840				ExceptionHandling="0"
841				RuntimeLibrary="0"
842				BufferSecurityCheck="false"
843				UsePrecompiledHeader="0"
844				WarningLevel="4"
845				DebugInformationFormat="3"
846				CompileAs="1"
847				DisableSpecificWarnings="4244"
848			/>
849			<Tool
850				Name="VCManagedResourceCompilerTool"
851			/>
852			<Tool
853				Name="VCResourceCompilerTool"
854			/>
855			<Tool
856				Name="VCPreLinkEventTool"
857			/>
858			<Tool
859				Name="VCLibrarianTool"
860				AdditionalOptions=""
861			/>
862			<Tool
863				Name="VCALinkTool"
864			/>
865			<Tool
866				Name="VCXDCMakeTool"
867			/>
868			<Tool
869				Name="VCBscMakeTool"
870			/>
871			<Tool
872				Name="VCCodeSignTool"
873			/>
874			<Tool
875				Name="VCPostBuildEventTool"
876			/>
877			<DeploymentTool
878				ForceDirty="-1"
879				RemoteDirectory=""
880				RegisterOutput="0"
881				AdditionalFiles=""
882			/>
883			<DebuggerTool
884			/>
885		</Configuration>
886		<Configuration
887			Name="Release|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
888			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
889			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
890			ConfigurationType="4"
891			CharacterSet="1"
892			WholeProgramOptimization="1"
893			>
894			<Tool
895				Name="VCPreBuildEventTool"
896			/>
897			<Tool
898				Name="VCCustomBuildTool"
899			/>
900			<Tool
901				Name="VCXMLDataGeneratorTool"
902			/>
903			<Tool
904				Name="VCWebServiceProxyGeneratorTool"
905			/>
906			<Tool
907				Name="VCMIDLTool"
908				TargetEnvironment="1"
909			/>
910			<Tool
911				Name="VCCLCompilerTool"
912				ExecutionBucket="7"
913				Optimization="2"
914				InlineFunctionExpansion="2"
915				EnableIntrinsicFunctions="true"
916				FavorSizeOrSpeed="1"
917				AdditionalIncludeDirectories="..\..\include"
918				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
919				StringPooling="true"
920				ExceptionHandling="0"
921				RuntimeLibrary="0"
922				BufferSecurityCheck="false"
923				UsePrecompiledHeader="0"
924				WarningLevel="4"
925				DebugInformationFormat="3"
926				CompileAs="1"
927				DisableSpecificWarnings="4244"
928			/>
929			<Tool
930				Name="VCManagedResourceCompilerTool"
931			/>
932			<Tool
933				Name="VCResourceCompilerTool"
934			/>
935			<Tool
936				Name="VCPreLinkEventTool"
937			/>
938			<Tool
939				Name="VCLibrarianTool"
940				AdditionalOptions=""
941			/>
942			<Tool
943				Name="VCALinkTool"
944			/>
945			<Tool
946				Name="VCXDCMakeTool"
947			/>
948			<Tool
949				Name="VCBscMakeTool"
950			/>
951			<Tool
952				Name="VCCodeSignTool"
953			/>
954			<Tool
955				Name="VCPostBuildEventTool"
956			/>
957			<DeploymentTool
958				ForceDirty="-1"
959				RemoteDirectory=""
960				RegisterOutput="0"
961				AdditionalFiles=""
962			/>
963			<DebuggerTool
964			/>
965		</Configuration>
966		<Configuration
967			Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"
968			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
969			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
970			ConfigurationType="4"
971			CharacterSet="1"
972			WholeProgramOptimization="1"
973			>
974			<Tool
975				Name="VCPreBuildEventTool"
976			/>
977			<Tool
978				Name="VCCustomBuildTool"
979			/>
980			<Tool
981				Name="VCXMLDataGeneratorTool"
982			/>
983			<Tool
984				Name="VCWebServiceProxyGeneratorTool"
985			/>
986			<Tool
987				Name="VCMIDLTool"
988				TargetEnvironment="1"
989			/>
990			<Tool
991				Name="VCCLCompilerTool"
992				ExecutionBucket="7"
993				Optimization="2"
994				InlineFunctionExpansion="2"
995				EnableIntrinsicFunctions="true"
996				FavorSizeOrSpeed="1"
997				AdditionalIncludeDirectories="..\..\include"
998				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
999				StringPooling="true"
1000				ExceptionHandling="0"
1001				RuntimeLibrary="0"
1002				BufferSecurityCheck="false"
1003				UsePrecompiledHeader="0"
1004				WarningLevel="4"
1005				DebugInformationFormat="3"
1006				CompileAs="1"
1007				DisableSpecificWarnings="4244"
1008			/>
1009			<Tool
1010				Name="VCManagedResourceCompilerTool"
1011			/>
1012			<Tool
1013				Name="VCResourceCompilerTool"
1014			/>
1015			<Tool
1016				Name="VCPreLinkEventTool"
1017			/>
1018			<Tool
1019				Name="VCLibrarianTool"
1020				AdditionalOptions=""
1021			/>
1022			<Tool
1023				Name="VCALinkTool"
1024			/>
1025			<Tool
1026				Name="VCXDCMakeTool"
1027			/>
1028			<Tool
1029				Name="VCBscMakeTool"
1030			/>
1031			<Tool
1032				Name="VCCodeSignTool"
1033			/>
1034			<Tool
1035				Name="VCPostBuildEventTool"
1036			/>
1037			<DeploymentTool
1038				ForceDirty="-1"
1039				RemoteDirectory=""
1040				RegisterOutput="0"
1041				AdditionalFiles=""
1042			/>
1043			<DebuggerTool
1044			/>
1045		</Configuration>
1046		<Configuration
1047			Name="Release_SSE|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
1048			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1049			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1050			ConfigurationType="4"
1051			CharacterSet="1"
1052			WholeProgramOptimization="1"
1053			>
1054			<Tool
1055				Name="VCPreBuildEventTool"
1056			/>
1057			<Tool
1058				Name="VCCustomBuildTool"
1059			/>
1060			<Tool
1061				Name="VCXMLDataGeneratorTool"
1062			/>
1063			<Tool
1064				Name="VCWebServiceProxyGeneratorTool"
1065			/>
1066			<Tool
1067				Name="VCMIDLTool"
1068				TargetEnvironment="1"
1069			/>
1070			<Tool
1071				Name="VCCLCompilerTool"
1072				ExecutionBucket="7"
1073				Optimization="3"
1074				InlineFunctionExpansion="2"
1075				EnableIntrinsicFunctions="true"
1076				FavorSizeOrSpeed="1"
1077				AdditionalIncludeDirectories="..\..\include"
1078				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1079				StringPooling="true"
1080				ExceptionHandling="0"
1081				RuntimeLibrary="0"
1082				BufferSecurityCheck="false"
1083				UsePrecompiledHeader="0"
1084				WarningLevel="4"
1085				DebugInformationFormat="3"
1086				CompileAs="1"
1087				DisableSpecificWarnings="4244"
1088			/>
1089			<Tool
1090				Name="VCManagedResourceCompilerTool"
1091			/>
1092			<Tool
1093				Name="VCResourceCompilerTool"
1094			/>
1095			<Tool
1096				Name="VCPreLinkEventTool"
1097			/>
1098			<Tool
1099				Name="VCLibrarianTool"
1100				AdditionalOptions=""
1101			/>
1102			<Tool
1103				Name="VCALinkTool"
1104			/>
1105			<Tool
1106				Name="VCXDCMakeTool"
1107			/>
1108			<Tool
1109				Name="VCBscMakeTool"
1110			/>
1111			<Tool
1112				Name="VCCodeSignTool"
1113			/>
1114			<Tool
1115				Name="VCPostBuildEventTool"
1116			/>
1117			<DeploymentTool
1118				ForceDirty="-1"
1119				RemoteDirectory=""
1120				RegisterOutput="0"
1121				AdditionalFiles=""
1122			/>
1123			<DebuggerTool
1124			/>
1125		</Configuration>
1126		<Configuration
1127			Name="Release_SSE|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
1128			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1129			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1130			ConfigurationType="4"
1131			CharacterSet="1"
1132			WholeProgramOptimization="1"
1133			>
1134			<Tool
1135				Name="VCPreBuildEventTool"
1136			/>
1137			<Tool
1138				Name="VCCustomBuildTool"
1139			/>
1140			<Tool
1141				Name="VCXMLDataGeneratorTool"
1142			/>
1143			<Tool
1144				Name="VCWebServiceProxyGeneratorTool"
1145			/>
1146			<Tool
1147				Name="VCMIDLTool"
1148				TargetEnvironment="1"
1149			/>
1150			<Tool
1151				Name="VCCLCompilerTool"
1152				ExecutionBucket="7"
1153				Optimization="3"
1154				InlineFunctionExpansion="2"
1155				EnableIntrinsicFunctions="true"
1156				FavorSizeOrSpeed="1"
1157				AdditionalIncludeDirectories="..\..\include"
1158				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1159				StringPooling="true"
1160				ExceptionHandling="0"
1161				RuntimeLibrary="0"
1162				BufferSecurityCheck="false"
1163				UsePrecompiledHeader="0"
1164				WarningLevel="4"
1165				DebugInformationFormat="3"
1166				CompileAs="1"
1167				DisableSpecificWarnings="4244"
1168			/>
1169			<Tool
1170				Name="VCManagedResourceCompilerTool"
1171			/>
1172			<Tool
1173				Name="VCResourceCompilerTool"
1174			/>
1175			<Tool
1176				Name="VCPreLinkEventTool"
1177			/>
1178			<Tool
1179				Name="VCLibrarianTool"
1180				AdditionalOptions=""
1181			/>
1182			<Tool
1183				Name="VCALinkTool"
1184			/>
1185			<Tool
1186				Name="VCXDCMakeTool"
1187			/>
1188			<Tool
1189				Name="VCBscMakeTool"
1190			/>
1191			<Tool
1192				Name="VCCodeSignTool"
1193			/>
1194			<Tool
1195				Name="VCPostBuildEventTool"
1196			/>
1197			<DeploymentTool
1198				ForceDirty="-1"
1199				RemoteDirectory=""
1200				RegisterOutput="0"
1201				AdditionalFiles=""
1202			/>
1203			<DebuggerTool
1204			/>
1205		</Configuration>
1206		<Configuration
1207			Name="Release_SSE|Windows Mobile 6 Professional SDK (ARMV4I)"
1208			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1209			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1210			ConfigurationType="4"
1211			CharacterSet="1"
1212			WholeProgramOptimization="1"
1213			>
1214			<Tool
1215				Name="VCPreBuildEventTool"
1216			/>
1217			<Tool
1218				Name="VCCustomBuildTool"
1219			/>
1220			<Tool
1221				Name="VCXMLDataGeneratorTool"
1222			/>
1223			<Tool
1224				Name="VCWebServiceProxyGeneratorTool"
1225			/>
1226			<Tool
1227				Name="VCMIDLTool"
1228				TargetEnvironment="1"
1229			/>
1230			<Tool
1231				Name="VCCLCompilerTool"
1232				ExecutionBucket="7"
1233				Optimization="3"
1234				InlineFunctionExpansion="2"
1235				EnableIntrinsicFunctions="true"
1236				FavorSizeOrSpeed="1"
1237				AdditionalIncludeDirectories="..\..\include"
1238				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1239				StringPooling="true"
1240				ExceptionHandling="0"
1241				RuntimeLibrary="0"
1242				BufferSecurityCheck="false"
1243				UsePrecompiledHeader="0"
1244				WarningLevel="4"
1245				DebugInformationFormat="3"
1246				CompileAs="1"
1247				DisableSpecificWarnings="4244"
1248			/>
1249			<Tool
1250				Name="VCManagedResourceCompilerTool"
1251			/>
1252			<Tool
1253				Name="VCResourceCompilerTool"
1254			/>
1255			<Tool
1256				Name="VCPreLinkEventTool"
1257			/>
1258			<Tool
1259				Name="VCLibrarianTool"
1260				AdditionalOptions=""
1261			/>
1262			<Tool
1263				Name="VCALinkTool"
1264			/>
1265			<Tool
1266				Name="VCXDCMakeTool"
1267			/>
1268			<Tool
1269				Name="VCBscMakeTool"
1270			/>
1271			<Tool
1272				Name="VCCodeSignTool"
1273			/>
1274			<Tool
1275				Name="VCPostBuildEventTool"
1276			/>
1277			<DeploymentTool
1278				ForceDirty="-1"
1279				RemoteDirectory=""
1280				RegisterOutput="0"
1281				AdditionalFiles=""
1282			/>
1283			<DebuggerTool
1284			/>
1285		</Configuration>
1286		<Configuration
1287			Name="Release_SSE2|Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I)"
1288			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1289			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1290			ConfigurationType="4"
1291			CharacterSet="1"
1292			WholeProgramOptimization="1"
1293			>
1294			<Tool
1295				Name="VCPreBuildEventTool"
1296			/>
1297			<Tool
1298				Name="VCCustomBuildTool"
1299			/>
1300			<Tool
1301				Name="VCXMLDataGeneratorTool"
1302			/>
1303			<Tool
1304				Name="VCWebServiceProxyGeneratorTool"
1305			/>
1306			<Tool
1307				Name="VCMIDLTool"
1308				TargetEnvironment="1"
1309			/>
1310			<Tool
1311				Name="VCCLCompilerTool"
1312				ExecutionBucket="7"
1313				Optimization="3"
1314				InlineFunctionExpansion="2"
1315				EnableIntrinsicFunctions="true"
1316				FavorSizeOrSpeed="1"
1317				AdditionalIncludeDirectories="..\..\include"
1318				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1319				StringPooling="true"
1320				ExceptionHandling="0"
1321				RuntimeLibrary="0"
1322				BufferSecurityCheck="false"
1323				UsePrecompiledHeader="0"
1324				WarningLevel="4"
1325				DebugInformationFormat="3"
1326				CompileAs="1"
1327				DisableSpecificWarnings="4244"
1328			/>
1329			<Tool
1330				Name="VCManagedResourceCompilerTool"
1331			/>
1332			<Tool
1333				Name="VCResourceCompilerTool"
1334			/>
1335			<Tool
1336				Name="VCPreLinkEventTool"
1337			/>
1338			<Tool
1339				Name="VCLibrarianTool"
1340				AdditionalOptions=""
1341			/>
1342			<Tool
1343				Name="VCALinkTool"
1344			/>
1345			<Tool
1346				Name="VCXDCMakeTool"
1347			/>
1348			<Tool
1349				Name="VCBscMakeTool"
1350			/>
1351			<Tool
1352				Name="VCCodeSignTool"
1353			/>
1354			<Tool
1355				Name="VCPostBuildEventTool"
1356			/>
1357			<DeploymentTool
1358				ForceDirty="-1"
1359				RemoteDirectory=""
1360				RegisterOutput="0"
1361				AdditionalFiles=""
1362			/>
1363			<DebuggerTool
1364			/>
1365		</Configuration>
1366		<Configuration
1367			Name="Release_SSE2|Windows Mobile 5.0 Smartphone SDK 2 (ARMV4I)"
1368			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1369			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1370			ConfigurationType="4"
1371			CharacterSet="1"
1372			WholeProgramOptimization="1"
1373			>
1374			<Tool
1375				Name="VCPreBuildEventTool"
1376			/>
1377			<Tool
1378				Name="VCCustomBuildTool"
1379			/>
1380			<Tool
1381				Name="VCXMLDataGeneratorTool"
1382			/>
1383			<Tool
1384				Name="VCWebServiceProxyGeneratorTool"
1385			/>
1386			<Tool
1387				Name="VCMIDLTool"
1388				TargetEnvironment="1"
1389			/>
1390			<Tool
1391				Name="VCCLCompilerTool"
1392				ExecutionBucket="7"
1393				Optimization="3"
1394				InlineFunctionExpansion="2"
1395				EnableIntrinsicFunctions="true"
1396				FavorSizeOrSpeed="1"
1397				AdditionalIncludeDirectories="..\..\include"
1398				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1399				StringPooling="true"
1400				ExceptionHandling="0"
1401				RuntimeLibrary="0"
1402				BufferSecurityCheck="false"
1403				UsePrecompiledHeader="0"
1404				WarningLevel="4"
1405				DebugInformationFormat="3"
1406				CompileAs="1"
1407				DisableSpecificWarnings="4244"
1408			/>
1409			<Tool
1410				Name="VCManagedResourceCompilerTool"
1411			/>
1412			<Tool
1413				Name="VCResourceCompilerTool"
1414			/>
1415			<Tool
1416				Name="VCPreLinkEventTool"
1417			/>
1418			<Tool
1419				Name="VCLibrarianTool"
1420				AdditionalOptions=""
1421			/>
1422			<Tool
1423				Name="VCALinkTool"
1424			/>
1425			<Tool
1426				Name="VCXDCMakeTool"
1427			/>
1428			<Tool
1429				Name="VCBscMakeTool"
1430			/>
1431			<Tool
1432				Name="VCCodeSignTool"
1433			/>
1434			<Tool
1435				Name="VCPostBuildEventTool"
1436			/>
1437			<DeploymentTool
1438				ForceDirty="-1"
1439				RemoteDirectory=""
1440				RegisterOutput="0"
1441				AdditionalFiles=""
1442			/>
1443			<DebuggerTool
1444			/>
1445		</Configuration>
1446		<Configuration
1447			Name="Release_SSE2|Windows Mobile 6 Professional SDK (ARMV4I)"
1448			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
1449			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1450			ConfigurationType="4"
1451			CharacterSet="1"
1452			WholeProgramOptimization="1"
1453			>
1454			<Tool
1455				Name="VCPreBuildEventTool"
1456			/>
1457			<Tool
1458				Name="VCCustomBuildTool"
1459			/>
1460			<Tool
1461				Name="VCXMLDataGeneratorTool"
1462			/>
1463			<Tool
1464				Name="VCWebServiceProxyGeneratorTool"
1465			/>
1466			<Tool
1467				Name="VCMIDLTool"
1468				TargetEnvironment="1"
1469			/>
1470			<Tool
1471				Name="VCCLCompilerTool"
1472				ExecutionBucket="7"
1473				Optimization="3"
1474				InlineFunctionExpansion="2"
1475				EnableIntrinsicFunctions="true"
1476				FavorSizeOrSpeed="1"
1477				AdditionalIncludeDirectories="..\..\include"
1478				PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)"
1479				StringPooling="true"
1480				ExceptionHandling="0"
1481				RuntimeLibrary="0"
1482				BufferSecurityCheck="false"
1483				UsePrecompiledHeader="0"
1484				WarningLevel="4"
1485				DebugInformationFormat="3"
1486				CompileAs="1"
1487				DisableSpecificWarnings="4244"
1488			/>
1489			<Tool
1490				Name="VCManagedResourceCompilerTool"
1491			/>
1492			<Tool
1493				Name="VCResourceCompilerTool"
1494			/>
1495			<Tool
1496				Name="VCPreLinkEventTool"
1497			/>
1498			<Tool
1499				Name="VCLibrarianTool"
1500				AdditionalOptions=""
1501			/>
1502			<Tool
1503				Name="VCALinkTool"
1504			/>
1505			<Tool
1506				Name="VCXDCMakeTool"
1507			/>
1508			<Tool
1509				Name="VCBscMakeTool"
1510			/>
1511			<Tool
1512				Name="VCCodeSignTool"
1513			/>
1514			<Tool
1515				Name="VCPostBuildEventTool"
1516			/>
1517			<DeploymentTool
1518				ForceDirty="-1"
1519				RemoteDirectory=""
1520				RegisterOutput="0"
1521				AdditionalFiles=""
1522			/>
1523			<DebuggerTool
1524			/>
1525		</Configuration>
1526	</Configurations>
1527	<References>
1528	</References>
1529	<Files>
1530		<Filter
1531			Name="Source Files"
1532			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1533			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
1534			>
1535			<File
1536				RelativePath="..\..\src\bitwise.c"
1537				>
1538			</File>
1539			<File
1540				RelativePath="..\..\src\framing.c"
1541				>
1542			</File>
1543			<File
1544				RelativePath="..\ogg.def"
1545				>
1546			</File>
1547		</Filter>
1548		<Filter
1549			Name="Header Files"
1550			Filter="h;hpp;hxx;hm;inl;inc;xsd"
1551			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1552			>
1553			<File
1554				RelativePath="..\..\include\ogg\ogg.h"
1555				>
1556			</File>
1557			<File
1558				RelativePath="..\..\include\ogg\os_types.h"
1559				>
1560			</File>
1561		</Filter>
1562		<Filter
1563			Name="Resource Files"
1564			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1565			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1566			>
1567		</Filter>
1568	</Files>
1569	<Globals>
1570	</Globals>
1571</VisualStudioProject>
1572