Updated project files to VS2008 SP1. Removed deprecated features (and warning message...
[xiph/unicode.git] / oggdsf / src / lib / codecs / vorbis / filters / dsfVorbisEncoder / dsfVorbisEncoder.vcproj
blobc0a07a76a4562150e27d296708996a7f82ab9d39
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="dsfVorbisEncoder"
6 ProjectGUID="{D74A626E-C8CB-4787-913E-2E637FC04F2B}"
7 RootNamespace="dsfVorbisEncoder"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="Pocket PC 2003 (ARMV4)"
18 <Platform
19 Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
21 </Platforms>
22 <ToolFiles>
23 </ToolFiles>
24 <Configurations>
25 <Configuration
26 Name="Debug|Win32"
27 OutputDirectory="Debug"
28 IntermediateDirectory="Debug"
29 ConfigurationType="2"
30 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
31 CharacterSet="1"
33 <Tool
34 Name="VCPreBuildEventTool"
36 <Tool
37 Name="VCCustomBuildTool"
39 <Tool
40 Name="VCXMLDataGeneratorTool"
42 <Tool
43 Name="VCWebServiceProxyGeneratorTool"
45 <Tool
46 Name="VCMIDLTool"
48 <Tool
49 Name="VCCLCompilerTool"
50 Optimization="0"
51 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\..\helper;..\..\libs\libOOVorbis;..\..\libs\libvorbis\include;..\..\..\..\core\ogg\libogg\include"
52 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="3"
55 RuntimeLibrary="3"
56 UsePrecompiledHeader="2"
57 WarningLevel="4"
58 Detect64BitPortabilityProblems="false"
59 DebugInformationFormat="4"
60 CallingConvention="2"
62 <Tool
63 Name="VCManagedResourceCompilerTool"
65 <Tool
66 Name="VCResourceCompilerTool"
68 <Tool
69 Name="VCPreLinkEventTool"
71 <Tool
72 Name="VCLinkerTool"
73 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib "
74 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
75 LinkIncremental="2"
76 AdditionalLibraryDirectories=""
77 ModuleDefinitionFile="vorbisencoder.def"
78 GenerateDebugInformation="true"
79 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
80 SubSystem="2"
81 RandomizedBaseAddress="1"
82 DataExecutionPrevention="0"
83 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
84 TargetMachine="1"
86 <Tool
87 Name="VCALinkTool"
89 <Tool
90 Name="VCManifestTool"
92 <Tool
93 Name="VCXDCMakeTool"
95 <Tool
96 Name="VCBscMakeTool"
98 <Tool
99 Name="VCFxCopTool"
101 <Tool
102 Name="VCAppVerifierTool"
104 <Tool
105 Name="VCPostBuildEventTool"
107 </Configuration>
108 <Configuration
109 Name="Release|Win32"
110 OutputDirectory="Release"
111 IntermediateDirectory="Release"
112 ConfigurationType="2"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
114 CharacterSet="1"
115 WholeProgramOptimization="1"
117 <Tool
118 Name="VCPreBuildEventTool"
120 <Tool
121 Name="VCCustomBuildTool"
123 <Tool
124 Name="VCXMLDataGeneratorTool"
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"
129 <Tool
130 Name="VCMIDLTool"
132 <Tool
133 Name="VCCLCompilerTool"
134 Optimization="2"
135 InlineFunctionExpansion="2"
136 EnableIntrinsicFunctions="true"
137 FavorSizeOrSpeed="1"
138 OmitFramePointers="true"
139 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\..\helper;..\..\libs\libOOVorbis;..\..\libs\libvorbis\include;..\..\..\..\core\ogg\libogg\include"
140 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
141 StringPooling="true"
142 RuntimeLibrary="2"
143 EnableFunctionLevelLinking="true"
144 UsePrecompiledHeader="2"
145 WarningLevel="4"
146 Detect64BitPortabilityProblems="false"
147 DebugInformationFormat="0"
148 CallingConvention="2"
150 <Tool
151 Name="VCManagedResourceCompilerTool"
153 <Tool
154 Name="VCResourceCompilerTool"
156 <Tool
157 Name="VCPreLinkEventTool"
159 <Tool
160 Name="VCLinkerTool"
161 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib "
162 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
163 LinkIncremental="1"
164 AdditionalLibraryDirectories=""
165 ModuleDefinitionFile="vorbisencoder.def"
166 GenerateDebugInformation="true"
167 SubSystem="2"
168 OptimizeReferences="2"
169 EnableCOMDATFolding="2"
171 RandomizedBaseAddress="1"
172 DataExecutionPrevention="0"
173 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
174 TargetMachine="1"
176 <Tool
177 Name="VCALinkTool"
179 <Tool
180 Name="VCManifestTool"
182 <Tool
183 Name="VCXDCMakeTool"
185 <Tool
186 Name="VCBscMakeTool"
188 <Tool
189 Name="VCFxCopTool"
191 <Tool
192 Name="VCAppVerifierTool"
194 <Tool
195 Name="VCPostBuildEventTool"
197 </Configuration>
198 <Configuration
199 Name="Debug_CE_ARM|Win32"
200 OutputDirectory="$(ConfigurationName)"
201 IntermediateDirectory="$(ConfigurationName)"
202 ConfigurationType="2"
203 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
204 CharacterSet="1"
206 <Tool
207 Name="VCPreBuildEventTool"
209 <Tool
210 Name="VCCustomBuildTool"
212 <Tool
213 Name="VCXMLDataGeneratorTool"
215 <Tool
216 Name="VCWebServiceProxyGeneratorTool"
218 <Tool
219 Name="VCMIDLTool"
221 <Tool
222 Name="VCCLCompilerTool"
223 Optimization="0"
224 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\..\helper;..\..\libs\libOOVorbis;..\..\libs\libvorbis\include;..\..\..\..\core\ogg\libogg\include"
225 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
226 MinimalRebuild="true"
227 BasicRuntimeChecks="3"
228 RuntimeLibrary="3"
229 UsePrecompiledHeader="2"
230 WarningLevel="4"
231 Detect64BitPortabilityProblems="false"
232 DebugInformationFormat="4"
233 CallingConvention="2"
235 <Tool
236 Name="VCManagedResourceCompilerTool"
238 <Tool
239 Name="VCResourceCompilerTool"
241 <Tool
242 Name="VCPreLinkEventTool"
244 <Tool
245 Name="VCLinkerTool"
246 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
247 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
248 LinkIncremental="2"
249 AdditionalLibraryDirectories=""
250 ModuleDefinitionFile="vorbisencoder.def"
251 GenerateDebugInformation="true"
252 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
253 SubSystem="2"
254 RandomizedBaseAddress="1"
255 DataExecutionPrevention="0"
256 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
257 TargetMachine="1"
259 <Tool
260 Name="VCALinkTool"
262 <Tool
263 Name="VCManifestTool"
265 <Tool
266 Name="VCXDCMakeTool"
268 <Tool
269 Name="VCBscMakeTool"
271 <Tool
272 Name="VCFxCopTool"
274 <Tool
275 Name="VCAppVerifierTool"
277 <Tool
278 Name="VCPostBuildEventTool"
280 </Configuration>
281 <Configuration
282 Name="Debug_WM5_PPC_ARM|Win32"
283 OutputDirectory="$(ConfigurationName)"
284 IntermediateDirectory="$(ConfigurationName)"
285 ConfigurationType="2"
286 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
287 CharacterSet="1"
289 <Tool
290 Name="VCPreBuildEventTool"
292 <Tool
293 Name="VCCustomBuildTool"
295 <Tool
296 Name="VCXMLDataGeneratorTool"
298 <Tool
299 Name="VCWebServiceProxyGeneratorTool"
301 <Tool
302 Name="VCMIDLTool"
304 <Tool
305 Name="VCCLCompilerTool"
306 Optimization="0"
307 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\..\helper;..\..\libs\libOOVorbis;..\..\libs\libvorbis\include;..\..\..\..\core\ogg\libogg\include"
308 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
309 MinimalRebuild="true"
310 BasicRuntimeChecks="3"
311 RuntimeLibrary="3"
312 UsePrecompiledHeader="2"
313 WarningLevel="4"
314 Detect64BitPortabilityProblems="false"
315 DebugInformationFormat="4"
316 CallingConvention="2"
318 <Tool
319 Name="VCManagedResourceCompilerTool"
321 <Tool
322 Name="VCResourceCompilerTool"
324 <Tool
325 Name="VCPreLinkEventTool"
327 <Tool
328 Name="VCLinkerTool"
329 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
330 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
331 LinkIncremental="2"
332 AdditionalLibraryDirectories=""
333 ModuleDefinitionFile="vorbisencoder.def"
334 GenerateDebugInformation="true"
335 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
336 SubSystem="2"
337 RandomizedBaseAddress="1"
338 DataExecutionPrevention="0"
339 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
340 TargetMachine="1"
342 <Tool
343 Name="VCALinkTool"
345 <Tool
346 Name="VCManifestTool"
348 <Tool
349 Name="VCXDCMakeTool"
351 <Tool
352 Name="VCBscMakeTool"
354 <Tool
355 Name="VCFxCopTool"
357 <Tool
358 Name="VCAppVerifierTool"
360 <Tool
361 Name="VCPostBuildEventTool"
363 </Configuration>
364 <Configuration
365 Name="Release_WM5_PPC_ARM|Win32"
366 OutputDirectory="$(ConfigurationName)"
367 IntermediateDirectory="$(ConfigurationName)"
368 ConfigurationType="2"
369 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
370 CharacterSet="1"
372 <Tool
373 Name="VCPreBuildEventTool"
375 <Tool
376 Name="VCCustomBuildTool"
378 <Tool
379 Name="VCXMLDataGeneratorTool"
381 <Tool
382 Name="VCWebServiceProxyGeneratorTool"
384 <Tool
385 Name="VCMIDLTool"
387 <Tool
388 Name="VCCLCompilerTool"
389 Optimization="0"
390 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\..\helper;..\..\libs\libOOVorbis;..\..\libs\libvorbis\include;..\..\..\..\core\ogg\libogg\include"
391 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
392 MinimalRebuild="true"
393 BasicRuntimeChecks="3"
394 RuntimeLibrary="3"
395 UsePrecompiledHeader="2"
396 WarningLevel="4"
397 Detect64BitPortabilityProblems="false"
398 DebugInformationFormat="4"
399 CallingConvention="2"
401 <Tool
402 Name="VCManagedResourceCompilerTool"
404 <Tool
405 Name="VCResourceCompilerTool"
407 <Tool
408 Name="VCPreLinkEventTool"
410 <Tool
411 Name="VCLinkerTool"
412 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
413 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
414 LinkIncremental="2"
415 AdditionalLibraryDirectories=""
416 ModuleDefinitionFile="vorbisencoder.def"
417 GenerateDebugInformation="true"
418 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
419 SubSystem="2"
420 RandomizedBaseAddress="1"
421 DataExecutionPrevention="0"
422 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
423 TargetMachine="1"
425 <Tool
426 Name="VCALinkTool"
428 <Tool
429 Name="VCManifestTool"
431 <Tool
432 Name="VCXDCMakeTool"
434 <Tool
435 Name="VCBscMakeTool"
437 <Tool
438 Name="VCFxCopTool"
440 <Tool
441 Name="VCAppVerifierTool"
443 <Tool
444 Name="VCPostBuildEventTool"
446 </Configuration>
447 <Configuration
448 Name="Debug|Pocket PC 2003 (ARMV4)"
449 OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
450 IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
451 ConfigurationType="2"
452 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
453 CharacterSet="1"
455 <Tool
456 Name="VCPreBuildEventTool"
458 <Tool
459 Name="VCCustomBuildTool"
461 <Tool
462 Name="VCXMLDataGeneratorTool"
464 <Tool
465 Name="VCWebServiceProxyGeneratorTool"
467 <Tool
468 Name="VCMIDLTool"
469 TargetEnvironment="1"
471 <Tool
472 Name="VCCLCompilerTool"
473 ExecutionBucket="7"
474 Optimization="0"
475 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
476 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
477 MinimalRebuild="true"
478 RuntimeLibrary="3"
479 UsePrecompiledHeader="2"
480 WarningLevel="4"
482 <Tool
483 Name="VCManagedResourceCompilerTool"
485 <Tool
486 Name="VCResourceCompilerTool"
488 <Tool
489 Name="VCPreLinkEventTool"
491 <Tool
492 Name="VCLinkerTool"
493 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
494 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
495 LinkIncremental="2"
496 AdditionalLibraryDirectories=""
497 ModuleDefinitionFile="vorbisencoder.def"
498 GenerateDebugInformation="true"
499 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
500 SubSystem="2"
501 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
502 TargetMachine="0"
504 <Tool
505 Name="VCALinkTool"
507 <Tool
508 Name="VCXDCMakeTool"
510 <Tool
511 Name="VCBscMakeTool"
513 <Tool
514 Name="VCCodeSignTool"
516 <Tool
517 Name="VCPostBuildEventTool"
519 <DeploymentTool
520 ForceDirty="-1"
521 RemoteDirectory=""
522 RegisterOutput="0"
523 AdditionalFiles=""
525 <DebuggerTool
527 </Configuration>
528 <Configuration
529 Name="Release|Pocket PC 2003 (ARMV4)"
530 OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
531 IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
532 ConfigurationType="2"
533 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
534 CharacterSet="1"
535 WholeProgramOptimization="1"
537 <Tool
538 Name="VCPreBuildEventTool"
540 <Tool
541 Name="VCCustomBuildTool"
543 <Tool
544 Name="VCXMLDataGeneratorTool"
546 <Tool
547 Name="VCWebServiceProxyGeneratorTool"
549 <Tool
550 Name="VCMIDLTool"
551 TargetEnvironment="1"
553 <Tool
554 Name="VCCLCompilerTool"
555 ExecutionBucket="7"
556 Optimization="2"
557 InlineFunctionExpansion="2"
558 EnableIntrinsicFunctions="true"
559 FavorSizeOrSpeed="1"
560 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
561 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
562 StringPooling="true"
563 RuntimeLibrary="2"
564 EnableFunctionLevelLinking="true"
565 UsePrecompiledHeader="2"
566 WarningLevel="4"
567 DebugInformationFormat="0"
569 <Tool
570 Name="VCManagedResourceCompilerTool"
572 <Tool
573 Name="VCResourceCompilerTool"
575 <Tool
576 Name="VCPreLinkEventTool"
578 <Tool
579 Name="VCLinkerTool"
580 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
581 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
582 LinkIncremental="1"
583 AdditionalLibraryDirectories=""
584 ModuleDefinitionFile="vorbisencoder.def"
585 GenerateDebugInformation="true"
586 SubSystem="2"
587 OptimizeReferences="2"
588 EnableCOMDATFolding="2"
590 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
591 TargetMachine="0"
593 <Tool
594 Name="VCALinkTool"
596 <Tool
597 Name="VCXDCMakeTool"
599 <Tool
600 Name="VCBscMakeTool"
602 <Tool
603 Name="VCCodeSignTool"
605 <Tool
606 Name="VCPostBuildEventTool"
608 <DeploymentTool
609 ForceDirty="-1"
610 RemoteDirectory=""
611 RegisterOutput="0"
612 AdditionalFiles=""
614 <DebuggerTool
616 </Configuration>
617 <Configuration
618 Name="Debug_CE_ARM|Pocket PC 2003 (ARMV4)"
619 OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
620 IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
621 ConfigurationType="2"
622 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
623 CharacterSet="1"
625 <Tool
626 Name="VCPreBuildEventTool"
628 <Tool
629 Name="VCCustomBuildTool"
631 <Tool
632 Name="VCXMLDataGeneratorTool"
634 <Tool
635 Name="VCWebServiceProxyGeneratorTool"
637 <Tool
638 Name="VCMIDLTool"
639 TargetEnvironment="1"
641 <Tool
642 Name="VCCLCompilerTool"
643 ExecutionBucket="7"
644 Optimization="0"
645 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
646 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
647 MinimalRebuild="true"
648 RuntimeLibrary="3"
649 UsePrecompiledHeader="2"
650 WarningLevel="4"
652 <Tool
653 Name="VCManagedResourceCompilerTool"
655 <Tool
656 Name="VCResourceCompilerTool"
658 <Tool
659 Name="VCPreLinkEventTool"
661 <Tool
662 Name="VCLinkerTool"
663 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
664 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
665 LinkIncremental="2"
666 AdditionalLibraryDirectories=""
667 ModuleDefinitionFile="vorbisencoder.def"
668 GenerateDebugInformation="true"
669 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
670 SubSystem="2"
671 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
672 TargetMachine="0"
674 <Tool
675 Name="VCALinkTool"
677 <Tool
678 Name="VCXDCMakeTool"
680 <Tool
681 Name="VCBscMakeTool"
683 <Tool
684 Name="VCCodeSignTool"
686 <Tool
687 Name="VCPostBuildEventTool"
689 <DeploymentTool
690 ForceDirty="-1"
691 RemoteDirectory=""
692 RegisterOutput="0"
693 AdditionalFiles=""
695 <DebuggerTool
697 </Configuration>
698 <Configuration
699 Name="Debug_WM5_PPC_ARM|Pocket PC 2003 (ARMV4)"
700 OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
701 IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
702 ConfigurationType="2"
703 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
704 CharacterSet="1"
706 <Tool
707 Name="VCPreBuildEventTool"
709 <Tool
710 Name="VCCustomBuildTool"
712 <Tool
713 Name="VCXMLDataGeneratorTool"
715 <Tool
716 Name="VCWebServiceProxyGeneratorTool"
718 <Tool
719 Name="VCMIDLTool"
720 TargetEnvironment="1"
722 <Tool
723 Name="VCCLCompilerTool"
724 ExecutionBucket="7"
725 Optimization="0"
726 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
727 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
728 MinimalRebuild="true"
729 RuntimeLibrary="3"
730 UsePrecompiledHeader="2"
731 WarningLevel="4"
733 <Tool
734 Name="VCManagedResourceCompilerTool"
736 <Tool
737 Name="VCResourceCompilerTool"
739 <Tool
740 Name="VCPreLinkEventTool"
742 <Tool
743 Name="VCLinkerTool"
744 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
745 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
746 LinkIncremental="2"
747 AdditionalLibraryDirectories=""
748 ModuleDefinitionFile="vorbisencoder.def"
749 GenerateDebugInformation="true"
750 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
751 SubSystem="2"
752 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
753 TargetMachine="0"
755 <Tool
756 Name="VCALinkTool"
758 <Tool
759 Name="VCXDCMakeTool"
761 <Tool
762 Name="VCBscMakeTool"
764 <Tool
765 Name="VCCodeSignTool"
767 <Tool
768 Name="VCPostBuildEventTool"
770 <DeploymentTool
771 ForceDirty="-1"
772 RemoteDirectory=""
773 RegisterOutput="0"
774 AdditionalFiles=""
776 <DebuggerTool
778 </Configuration>
779 <Configuration
780 Name="Release_WM5_PPC_ARM|Pocket PC 2003 (ARMV4)"
781 OutputDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
782 IntermediateDirectory="Pocket PC 2003 (ARMV4)\$(ConfigurationName)"
783 ConfigurationType="2"
784 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
785 CharacterSet="1"
787 <Tool
788 Name="VCPreBuildEventTool"
790 <Tool
791 Name="VCCustomBuildTool"
793 <Tool
794 Name="VCXMLDataGeneratorTool"
796 <Tool
797 Name="VCWebServiceProxyGeneratorTool"
799 <Tool
800 Name="VCMIDLTool"
801 TargetEnvironment="1"
803 <Tool
804 Name="VCCLCompilerTool"
805 ExecutionBucket="7"
806 Optimization="0"
807 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
808 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
809 MinimalRebuild="true"
810 RuntimeLibrary="3"
811 UsePrecompiledHeader="2"
812 WarningLevel="4"
814 <Tool
815 Name="VCManagedResourceCompilerTool"
817 <Tool
818 Name="VCResourceCompilerTool"
820 <Tool
821 Name="VCPreLinkEventTool"
823 <Tool
824 Name="VCLinkerTool"
825 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
826 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
827 LinkIncremental="2"
828 AdditionalLibraryDirectories=""
829 ModuleDefinitionFile="vorbisencoder.def"
830 GenerateDebugInformation="true"
831 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
832 SubSystem="2"
833 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
834 TargetMachine="0"
836 <Tool
837 Name="VCALinkTool"
839 <Tool
840 Name="VCXDCMakeTool"
842 <Tool
843 Name="VCBscMakeTool"
845 <Tool
846 Name="VCCodeSignTool"
848 <Tool
849 Name="VCPostBuildEventTool"
851 <DeploymentTool
852 ForceDirty="-1"
853 RemoteDirectory=""
854 RegisterOutput="0"
855 AdditionalFiles=""
857 <DebuggerTool
859 </Configuration>
860 <Configuration
861 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
862 OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
863 IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
864 ConfigurationType="2"
865 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
866 CharacterSet="1"
868 <Tool
869 Name="VCPreBuildEventTool"
871 <Tool
872 Name="VCCustomBuildTool"
874 <Tool
875 Name="VCXMLDataGeneratorTool"
877 <Tool
878 Name="VCWebServiceProxyGeneratorTool"
880 <Tool
881 Name="VCMIDLTool"
882 TargetEnvironment="1"
884 <Tool
885 Name="VCCLCompilerTool"
886 ExecutionBucket="7"
887 Optimization="0"
888 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
889 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
890 MinimalRebuild="true"
891 RuntimeLibrary="3"
892 UsePrecompiledHeader="2"
893 WarningLevel="4"
895 <Tool
896 Name="VCManagedResourceCompilerTool"
898 <Tool
899 Name="VCResourceCompilerTool"
901 <Tool
902 Name="VCPreLinkEventTool"
904 <Tool
905 Name="VCLinkerTool"
906 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
907 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
908 LinkIncremental="2"
909 AdditionalLibraryDirectories=""
910 ModuleDefinitionFile="vorbisencoder.def"
911 GenerateDebugInformation="true"
912 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
913 SubSystem="2"
914 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
915 TargetMachine="0"
917 <Tool
918 Name="VCALinkTool"
920 <Tool
921 Name="VCXDCMakeTool"
923 <Tool
924 Name="VCBscMakeTool"
926 <Tool
927 Name="VCCodeSignTool"
929 <Tool
930 Name="VCPostBuildEventTool"
932 <DeploymentTool
933 ForceDirty="-1"
934 RemoteDirectory=""
935 RegisterOutput="0"
936 AdditionalFiles=""
938 <DebuggerTool
940 </Configuration>
941 <Configuration
942 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
943 OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
944 IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
945 ConfigurationType="2"
946 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
947 CharacterSet="1"
948 WholeProgramOptimization="1"
950 <Tool
951 Name="VCPreBuildEventTool"
953 <Tool
954 Name="VCCustomBuildTool"
956 <Tool
957 Name="VCXMLDataGeneratorTool"
959 <Tool
960 Name="VCWebServiceProxyGeneratorTool"
962 <Tool
963 Name="VCMIDLTool"
964 TargetEnvironment="1"
966 <Tool
967 Name="VCCLCompilerTool"
968 ExecutionBucket="7"
969 Optimization="2"
970 InlineFunctionExpansion="2"
971 EnableIntrinsicFunctions="true"
972 FavorSizeOrSpeed="1"
973 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
974 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
975 StringPooling="true"
976 RuntimeLibrary="2"
977 EnableFunctionLevelLinking="true"
978 UsePrecompiledHeader="2"
979 WarningLevel="4"
980 DebugInformationFormat="0"
982 <Tool
983 Name="VCManagedResourceCompilerTool"
985 <Tool
986 Name="VCResourceCompilerTool"
988 <Tool
989 Name="VCPreLinkEventTool"
991 <Tool
992 Name="VCLinkerTool"
993 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
994 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
995 LinkIncremental="1"
996 AdditionalLibraryDirectories=""
997 ModuleDefinitionFile="vorbisencoder.def"
998 GenerateDebugInformation="true"
999 SubSystem="2"
1000 OptimizeReferences="2"
1001 EnableCOMDATFolding="2"
1003 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
1004 TargetMachine="0"
1006 <Tool
1007 Name="VCALinkTool"
1009 <Tool
1010 Name="VCXDCMakeTool"
1012 <Tool
1013 Name="VCBscMakeTool"
1015 <Tool
1016 Name="VCCodeSignTool"
1018 <Tool
1019 Name="VCPostBuildEventTool"
1021 <DeploymentTool
1022 ForceDirty="-1"
1023 RemoteDirectory=""
1024 RegisterOutput="0"
1025 AdditionalFiles=""
1027 <DebuggerTool
1029 </Configuration>
1030 <Configuration
1031 Name="Debug_CE_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1032 OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1033 IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1034 ConfigurationType="2"
1035 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1036 CharacterSet="1"
1038 <Tool
1039 Name="VCPreBuildEventTool"
1041 <Tool
1042 Name="VCCustomBuildTool"
1044 <Tool
1045 Name="VCXMLDataGeneratorTool"
1047 <Tool
1048 Name="VCWebServiceProxyGeneratorTool"
1050 <Tool
1051 Name="VCMIDLTool"
1052 TargetEnvironment="1"
1054 <Tool
1055 Name="VCCLCompilerTool"
1056 ExecutionBucket="7"
1057 Optimization="0"
1058 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
1059 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
1060 MinimalRebuild="true"
1061 RuntimeLibrary="3"
1062 UsePrecompiledHeader="2"
1063 WarningLevel="4"
1065 <Tool
1066 Name="VCManagedResourceCompilerTool"
1068 <Tool
1069 Name="VCResourceCompilerTool"
1071 <Tool
1072 Name="VCPreLinkEventTool"
1074 <Tool
1075 Name="VCLinkerTool"
1076 AdditionalDependencies="Winmm.lib Strmiids.lib Quartz.lib"
1077 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
1078 LinkIncremental="2"
1079 AdditionalLibraryDirectories=""
1080 ModuleDefinitionFile="vorbisencoder.def"
1081 GenerateDebugInformation="true"
1082 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
1083 SubSystem="2"
1084 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
1085 TargetMachine="0"
1087 <Tool
1088 Name="VCALinkTool"
1090 <Tool
1091 Name="VCXDCMakeTool"
1093 <Tool
1094 Name="VCBscMakeTool"
1096 <Tool
1097 Name="VCCodeSignTool"
1099 <Tool
1100 Name="VCPostBuildEventTool"
1102 <DeploymentTool
1103 ForceDirty="-1"
1104 RemoteDirectory=""
1105 RegisterOutput="0"
1106 AdditionalFiles=""
1108 <DebuggerTool
1110 </Configuration>
1111 <Configuration
1112 Name="Debug_WM5_PPC_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1113 OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1114 IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1115 ConfigurationType="2"
1116 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1117 CharacterSet="1"
1119 <Tool
1120 Name="VCPreBuildEventTool"
1122 <Tool
1123 Name="VCCustomBuildTool"
1125 <Tool
1126 Name="VCXMLDataGeneratorTool"
1128 <Tool
1129 Name="VCWebServiceProxyGeneratorTool"
1131 <Tool
1132 Name="VCMIDLTool"
1133 TargetEnvironment="1"
1135 <Tool
1136 Name="VCCLCompilerTool"
1137 ExecutionBucket="7"
1138 Optimization="0"
1139 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
1140 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
1141 MinimalRebuild="true"
1142 RuntimeLibrary="3"
1143 TreatWChar_tAsBuiltInType="false"
1144 UsePrecompiledHeader="2"
1145 WarningLevel="4"
1147 <Tool
1148 Name="VCManagedResourceCompilerTool"
1150 <Tool
1151 Name="VCResourceCompilerTool"
1153 <Tool
1154 Name="VCPreLinkEventTool"
1156 <Tool
1157 Name="VCLinkerTool"
1158 AdditionalDependencies="strmbase.lib strmiids.lib"
1159 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
1160 LinkIncremental="2"
1161 AdditionalLibraryDirectories=""
1162 ModuleDefinitionFile="vorbisencoder.def"
1163 GenerateDebugInformation="true"
1164 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
1165 SubSystem="2"
1166 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
1167 TargetMachine="0"
1169 <Tool
1170 Name="VCALinkTool"
1172 <Tool
1173 Name="VCXDCMakeTool"
1175 <Tool
1176 Name="VCBscMakeTool"
1178 <Tool
1179 Name="VCCodeSignTool"
1181 <Tool
1182 Name="VCPostBuildEventTool"
1184 <DeploymentTool
1185 ForceDirty="-1"
1186 RemoteDirectory=""
1187 RegisterOutput="0"
1188 AdditionalFiles=""
1190 <DebuggerTool
1192 </Configuration>
1193 <Configuration
1194 Name="Release_WM5_PPC_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1195 OutputDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1196 IntermediateDirectory="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\$(ConfigurationName)"
1197 ConfigurationType="2"
1198 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1199 CharacterSet="1"
1201 <Tool
1202 Name="VCPreBuildEventTool"
1204 <Tool
1205 Name="VCCustomBuildTool"
1207 <Tool
1208 Name="VCXMLDataGeneratorTool"
1210 <Tool
1211 Name="VCWebServiceProxyGeneratorTool"
1213 <Tool
1214 Name="VCMIDLTool"
1215 TargetEnvironment="1"
1217 <Tool
1218 Name="VCCLCompilerTool"
1219 ExecutionBucket="7"
1220 Optimization="0"
1221 AdditionalIncludeDirectories="..\..\..\..\core\directshow\BaseClasses;..\..\..\..\core\directshow\libDirectshowAbstracts;..\..\..\..\core\ogg;..\..\..\helper\libfishsound\include;..\..\..\helper\libfishsound\win32;..\..\..\..\helper"
1222 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFVORBISENCODER_EXPORTS"
1223 MinimalRebuild="true"
1224 RuntimeLibrary="2"
1225 TreatWChar_tAsBuiltInType="false"
1226 UsePrecompiledHeader="2"
1227 WarningLevel="4"
1229 <Tool
1230 Name="VCManagedResourceCompilerTool"
1232 <Tool
1233 Name="VCResourceCompilerTool"
1235 <Tool
1236 Name="VCPreLinkEventTool"
1238 <Tool
1239 Name="VCLinkerTool"
1240 AdditionalDependencies="strmbase.lib strmiids.lib"
1241 OutputFile="$(OutDir)/dsfVorbisEncoder.dll"
1242 LinkIncremental="2"
1243 AdditionalLibraryDirectories=""
1244 ModuleDefinitionFile="vorbisencoder.def"
1245 GenerateDebugInformation="true"
1246 ProgramDatabaseFile="$(OutDir)/dsfVorbisEncoder.pdb"
1247 SubSystem="2"
1248 ImportLibrary="$(OutDir)/dsfVorbisEncoder.lib"
1249 TargetMachine="0"
1251 <Tool
1252 Name="VCALinkTool"
1254 <Tool
1255 Name="VCXDCMakeTool"
1257 <Tool
1258 Name="VCBscMakeTool"
1260 <Tool
1261 Name="VCCodeSignTool"
1263 <Tool
1264 Name="VCPostBuildEventTool"
1266 <DeploymentTool
1267 ForceDirty="-1"
1268 RemoteDirectory=""
1269 RegisterOutput="0"
1270 AdditionalFiles=""
1272 <DebuggerTool
1274 </Configuration>
1275 </Configurations>
1276 <References>
1277 </References>
1278 <Files>
1279 <Filter
1280 Name="Source Files"
1281 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
1283 <File
1284 RelativePath=".\PropsVorbisEncoder.cpp"
1286 </File>
1287 <File
1288 RelativePath="stdafx.cpp"
1290 <FileConfiguration
1291 Name="Debug|Win32"
1293 <Tool
1294 Name="VCCLCompilerTool"
1295 UsePrecompiledHeader="1"
1297 </FileConfiguration>
1298 <FileConfiguration
1299 Name="Release|Win32"
1301 <Tool
1302 Name="VCCLCompilerTool"
1303 UsePrecompiledHeader="1"
1305 </FileConfiguration>
1306 <FileConfiguration
1307 Name="Debug_CE_ARM|Win32"
1309 <Tool
1310 Name="VCCLCompilerTool"
1311 UsePrecompiledHeader="1"
1313 </FileConfiguration>
1314 <FileConfiguration
1315 Name="Debug_WM5_PPC_ARM|Win32"
1317 <Tool
1318 Name="VCCLCompilerTool"
1319 UsePrecompiledHeader="1"
1321 </FileConfiguration>
1322 <FileConfiguration
1323 Name="Release_WM5_PPC_ARM|Win32"
1325 <Tool
1326 Name="VCCLCompilerTool"
1327 UsePrecompiledHeader="1"
1329 </FileConfiguration>
1330 <FileConfiguration
1331 Name="Debug|Pocket PC 2003 (ARMV4)"
1333 <Tool
1334 Name="VCCLCompilerTool"
1335 UsePrecompiledHeader="1"
1337 </FileConfiguration>
1338 <FileConfiguration
1339 Name="Release|Pocket PC 2003 (ARMV4)"
1341 <Tool
1342 Name="VCCLCompilerTool"
1343 UsePrecompiledHeader="1"
1345 </FileConfiguration>
1346 <FileConfiguration
1347 Name="Debug_CE_ARM|Pocket PC 2003 (ARMV4)"
1349 <Tool
1350 Name="VCCLCompilerTool"
1351 UsePrecompiledHeader="1"
1353 </FileConfiguration>
1354 <FileConfiguration
1355 Name="Debug_WM5_PPC_ARM|Pocket PC 2003 (ARMV4)"
1357 <Tool
1358 Name="VCCLCompilerTool"
1359 UsePrecompiledHeader="1"
1361 </FileConfiguration>
1362 <FileConfiguration
1363 Name="Release_WM5_PPC_ARM|Pocket PC 2003 (ARMV4)"
1365 <Tool
1366 Name="VCCLCompilerTool"
1367 UsePrecompiledHeader="1"
1369 </FileConfiguration>
1370 <FileConfiguration
1371 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1373 <Tool
1374 Name="VCCLCompilerTool"
1375 UsePrecompiledHeader="1"
1377 </FileConfiguration>
1378 <FileConfiguration
1379 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1381 <Tool
1382 Name="VCCLCompilerTool"
1383 UsePrecompiledHeader="1"
1385 </FileConfiguration>
1386 <FileConfiguration
1387 Name="Debug_CE_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1389 <Tool
1390 Name="VCCLCompilerTool"
1391 UsePrecompiledHeader="1"
1393 </FileConfiguration>
1394 <FileConfiguration
1395 Name="Debug_WM5_PPC_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1397 <Tool
1398 Name="VCCLCompilerTool"
1399 UsePrecompiledHeader="1"
1401 </FileConfiguration>
1402 <FileConfiguration
1403 Name="Release_WM5_PPC_ARM|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
1405 <Tool
1406 Name="VCCLCompilerTool"
1407 UsePrecompiledHeader="1"
1409 </FileConfiguration>
1410 </File>
1411 <File
1412 RelativePath="VorbisEncodeFilter.cpp"
1414 </File>
1415 <File
1416 RelativePath="VorbisEncodeInputPin.cpp"
1418 </File>
1419 <File
1420 RelativePath="VorbisEncodeOutputPin.cpp"
1422 </File>
1423 <File
1424 RelativePath="vorbisencoder.def"
1426 </File>
1427 <File
1428 RelativePath="vorbisencoderdllstuff.cpp"
1430 </File>
1431 </Filter>
1432 <Filter
1433 Name="Header Files"
1434 Filter="h;hpp;hxx;hm;inl;inc"
1436 <File
1437 RelativePath=".\IVorbisEncodeSettings.h"
1439 </File>
1440 <File
1441 RelativePath=".\PropsVorbisEncoder.h"
1443 </File>
1444 <File
1445 RelativePath=".\resource.h"
1447 </File>
1448 <File
1449 RelativePath="stdafx.h"
1451 </File>
1452 <File
1453 RelativePath="VorbisEncodeFilter.h"
1455 </File>
1456 <File
1457 RelativePath="VorbisEncodeInputPin.h"
1459 </File>
1460 <File
1461 RelativePath="VorbisEncodeOutputPin.h"
1463 </File>
1464 <File
1465 RelativePath="vorbisencoderdllstuff.h"
1467 </File>
1468 </Filter>
1469 <Filter
1470 Name="Resource Files"
1471 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
1473 <File
1474 RelativePath=".\dsfVorbisEncoder.rc"
1476 </File>
1477 </Filter>
1478 <File
1479 RelativePath="ReadMe.txt"
1481 </File>
1482 </Files>
1483 <Globals>
1484 </Globals>
1485 </VisualStudioProject>