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