Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/win32/VS2005/libvorbis/libvorbis.vcproj @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 13.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="libvorbis"
6        ProjectGUID="{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}"
7        RootNamespace="libvorbis"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="Debug"
22                        ConfigurationType="2"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="1"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="4"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                                CompileAs="1"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                OutputFile="$(OutDir)/libvorbis.dll"
67                                LinkIncremental="2"
68                                ModuleDefinitionFile="..\..\vorbis.def"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/libvorbis.pdb"
71                                SubSystem="2"
72                                ImportLibrary="$(OutDir)/libvorbis.lib"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Release|Win32"
102                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
103                        IntermediateDirectory="Release"
104                        ConfigurationType="2"
105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
106                        CharacterSet="2"
107                        WholeProgramOptimization="1"
108                        >
109                        <Tool
110                                Name="VCPreBuildEventTool"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                Optimization="3"
127                                InlineFunctionExpansion="2"
128                                EnableIntrinsicFunctions="true"
129                                FavorSizeOrSpeed="1"
130                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
131                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
132                                StringPooling="true"
133                                ExceptionHandling="0"
134                                RuntimeLibrary="0"
135                                BufferSecurityCheck="false"
136                                UsePrecompiledHeader="0"
137                                WarningLevel="4"
138                                Detect64BitPortabilityProblems="true"
139                                DebugInformationFormat="3"
140                                CompileAs="1"
141                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
142                        />
143                        <Tool
144                                Name="VCManagedResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCResourceCompilerTool"
148                        />
149                        <Tool
150                                Name="VCPreLinkEventTool"
151                        />
152                        <Tool
153                                Name="VCLinkerTool"
154                                OutputFile="$(OutDir)/libvorbis.dll"
155                                LinkIncremental="1"
156                                ModuleDefinitionFile="..\..\vorbis.def"
157                                GenerateDebugInformation="true"
158                                SubSystem="2"
159                                OptimizeReferences="2"
160                                EnableCOMDATFolding="2"
161                                OptimizeForWindows98="1"
162                                ImportLibrary="$(OutDir)/libvorbis.lib"
163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCWebDeploymentTool"
185                        />
186                        <Tool
187                                Name="VCPostBuildEventTool"
188                        />
189                </Configuration>
190                <Configuration
191                        Name="Release_SSE|Win32"
192                        OutputDirectory="$(ConfigurationName)"
193                        IntermediateDirectory="$(ConfigurationName)"
194                        ConfigurationType="2"
195                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
196                        CharacterSet="2"
197                        WholeProgramOptimization="1"
198                        >
199                        <Tool
200                                Name="VCPreBuildEventTool"
201                        />
202                        <Tool
203                                Name="VCCustomBuildTool"
204                        />
205                        <Tool
206                                Name="VCXMLDataGeneratorTool"
207                        />
208                        <Tool
209                                Name="VCWebServiceProxyGeneratorTool"
210                        />
211                        <Tool
212                                Name="VCMIDLTool"
213                        />
214                        <Tool
215                                Name="VCCLCompilerTool"
216                                Optimization="3"
217                                InlineFunctionExpansion="2"
218                                EnableIntrinsicFunctions="true"
219                                FavorSizeOrSpeed="1"
220                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
221                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
222                                StringPooling="true"
223                                ExceptionHandling="0"
224                                RuntimeLibrary="0"
225                                BufferSecurityCheck="false"
226                                EnableEnhancedInstructionSet="1"
227                                UsePrecompiledHeader="0"
228                                WarningLevel="4"
229                                Detect64BitPortabilityProblems="true"
230                                DebugInformationFormat="3"
231                                CompileAs="1"
232                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
233                        />
234                        <Tool
235                                Name="VCManagedResourceCompilerTool"
236                        />
237                        <Tool
238                                Name="VCResourceCompilerTool"
239                        />
240                        <Tool
241                                Name="VCPreLinkEventTool"
242                        />
243                        <Tool
244                                Name="VCLinkerTool"
245                                OutputFile="$(OutDir)/libvorbis.dll"
246                                LinkIncremental="1"
247                                ModuleDefinitionFile="..\..\vorbis.def"
248                                GenerateDebugInformation="true"
249                                SubSystem="2"
250                                OptimizeReferences="2"
251                                EnableCOMDATFolding="2"
252                                OptimizeForWindows98="1"
253                                ImportLibrary="$(OutDir)/libvorbis.lib"
254                                TargetMachine="1"
255                        />
256                        <Tool
257                                Name="VCALinkTool"
258                        />
259                        <Tool
260                                Name="VCManifestTool"
261                        />
262                        <Tool
263                                Name="VCXDCMakeTool"
264                        />
265                        <Tool
266                                Name="VCBscMakeTool"
267                        />
268                        <Tool
269                                Name="VCFxCopTool"
270                        />
271                        <Tool
272                                Name="VCAppVerifierTool"
273                        />
274                        <Tool
275                                Name="VCWebDeploymentTool"
276                        />
277                        <Tool
278                                Name="VCPostBuildEventTool"
279                        />
280                </Configuration>
281                <Configuration
282                        Name="Release_SSE2|Win32"
283                        OutputDirectory="$(ConfigurationName)"
284                        IntermediateDirectory="$(ConfigurationName)"
285                        ConfigurationType="2"
286                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
287                        CharacterSet="2"
288                        WholeProgramOptimization="1"
289                        >
290                        <Tool
291                                Name="VCPreBuildEventTool"
292                        />
293                        <Tool
294                                Name="VCCustomBuildTool"
295                        />
296                        <Tool
297                                Name="VCXMLDataGeneratorTool"
298                        />
299                        <Tool
300                                Name="VCWebServiceProxyGeneratorTool"
301                        />
302                        <Tool
303                                Name="VCMIDLTool"
304                        />
305                        <Tool
306                                Name="VCCLCompilerTool"
307                                Optimization="3"
308                                InlineFunctionExpansion="2"
309                                EnableIntrinsicFunctions="true"
310                                FavorSizeOrSpeed="1"
311                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
312                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
313                                StringPooling="true"
314                                ExceptionHandling="0"
315                                RuntimeLibrary="0"
316                                BufferSecurityCheck="false"
317                                EnableEnhancedInstructionSet="2"
318                                UsePrecompiledHeader="0"
319                                WarningLevel="4"
320                                Detect64BitPortabilityProblems="true"
321                                DebugInformationFormat="3"
322                                CompileAs="1"
323                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
324                        />
325                        <Tool
326                                Name="VCManagedResourceCompilerTool"
327                        />
328                        <Tool
329                                Name="VCResourceCompilerTool"
330                        />
331                        <Tool
332                                Name="VCPreLinkEventTool"
333                        />
334                        <Tool
335                                Name="VCLinkerTool"
336                                OutputFile="$(OutDir)/libvorbis.dll"
337                                LinkIncremental="1"
338                                ModuleDefinitionFile="..\..\vorbis.def"
339                                GenerateDebugInformation="true"
340                                SubSystem="2"
341                                OptimizeReferences="2"
342                                EnableCOMDATFolding="2"
343                                OptimizeForWindows98="1"
344                                ImportLibrary="$(OutDir)/libvorbis.lib"
345                                TargetMachine="1"
346                        />
347                        <Tool
348                                Name="VCALinkTool"
349                        />
350                        <Tool
351                                Name="VCManifestTool"
352                        />
353                        <Tool
354                                Name="VCXDCMakeTool"
355                        />
356                        <Tool
357                                Name="VCBscMakeTool"
358                        />
359                        <Tool
360                                Name="VCFxCopTool"
361                        />
362                        <Tool
363                                Name="VCAppVerifierTool"
364                        />
365                        <Tool
366                                Name="VCWebDeploymentTool"
367                        />
368                        <Tool
369                                Name="VCPostBuildEventTool"
370                        />
371                </Configuration>
372        </Configurations>
373        <References>
374        </References>
375        <Files>
376                <Filter
377                        Name="Source Files"
378                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
379                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
380                        >
381                        <File
382                                RelativePath="..\..\..\lib\analysis.c"
383                                >
384                        </File>
385                        <File
386                                RelativePath="..\..\..\lib\bitrate.c"
387                                >
388                        </File>
389                        <File
390                                RelativePath="..\..\..\lib\block.c"
391                                >
392                        </File>
393                        <File
394                                RelativePath="..\..\..\lib\codebook.c"
395                                >
396                        </File>
397                        <File
398                                RelativePath="..\..\..\lib\envelope.c"
399                                >
400                        </File>
401                        <File
402                                RelativePath="..\..\..\lib\floor0.c"
403                                >
404                        </File>
405                        <File
406                                RelativePath="..\..\..\lib\floor1.c"
407                                >
408                        </File>
409                        <File
410                                RelativePath="..\..\..\lib\info.c"
411                                >
412                        </File>
413                        <File
414                                RelativePath="..\..\..\lib\lookup.c"
415                                >
416                        </File>
417                        <File
418                                RelativePath="..\..\..\lib\lpc.c"
419                                >
420                        </File>
421                        <File
422                                RelativePath="..\..\..\lib\lsp.c"
423                                >
424                        </File>
425                        <File
426                                RelativePath="..\..\..\lib\mapping0.c"
427                                >
428                        </File>
429                        <File
430                                RelativePath="..\..\..\lib\mdct.c"
431                                >
432                        </File>
433                        <File
434                                RelativePath="..\..\..\lib\psy.c"
435                                >
436                        </File>
437                        <File
438                                RelativePath="..\..\..\lib\registry.c"
439                                >
440                        </File>
441                        <File
442                                RelativePath="..\..\..\lib\res0.c"
443                                >
444                        </File>
445                        <File
446                                RelativePath="..\..\..\lib\sharedbook.c"
447                                >
448                        </File>
449                        <File
450                                RelativePath="..\..\..\lib\smallft.c"
451                                >
452                        </File>
453                        <File
454                                RelativePath="..\..\..\lib\synthesis.c"
455                                >
456                        </File>
457                        <File
458                                RelativePath="..\..\vorbis.def"
459                                >
460                        </File>
461                        <File
462                                RelativePath="..\..\..\lib\vorbisenc.c"
463                                >
464                        </File>
465                        <File
466                                RelativePath="..\..\..\lib\window.c"
467                                >
468                        </File>
469                </Filter>
470                <Filter
471                        Name="Header Files"
472                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
473                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
474                        >
475                        <File
476                                RelativePath="..\..\..\lib\backends.h"
477                                >
478                        </File>
479                        <File
480                                RelativePath="..\..\..\lib\bitrate.h"
481                                >
482                        </File>
483                        <File
484                                RelativePath="..\..\..\lib\codebook.h"
485                                >
486                        </File>
487                        <File
488                                RelativePath="..\..\..\include\vorbis\codec.h"
489                                >
490                        </File>
491                        <File
492                                RelativePath="..\..\..\lib\codec_internal.h"
493                                >
494                        </File>
495                        <File
496                                RelativePath="..\..\..\lib\envelope.h"
497                                >
498                        </File>
499                        <File
500                                RelativePath="..\..\..\lib\modes\floor_all.h"
501                                >
502                        </File>
503                        <File
504                                RelativePath="..\..\..\lib\books\floor\floor_books.h"
505                                >
506                        </File>
507                        <File
508                                RelativePath="..\..\..\lib\highlevel.h"
509                                >
510                        </File>
511                        <File
512                                RelativePath="..\..\..\lib\lookup.h"
513                                >
514                        </File>
515                        <File
516                                RelativePath="..\..\..\lib\lookup_data.h"
517                                >
518                        </File>
519                        <File
520                                RelativePath="..\..\..\lib\lpc.h"
521                                >
522                        </File>
523                        <File
524                                RelativePath="..\..\..\lib\lsp.h"
525                                >
526                        </File>
527                        <File
528                                RelativePath="..\..\..\lib\masking.h"
529                                >
530                        </File>
531                        <File
532                                RelativePath="..\..\..\lib\mdct.h"
533                                >
534                        </File>
535                        <File
536                                RelativePath="..\..\..\lib\misc.h"
537                                >
538                        </File>
539                        <File
540                                RelativePath="..\..\..\lib\os.h"
541                                >
542                        </File>
543                        <File
544                                RelativePath="..\..\..\lib\psy.h"
545                                >
546                        </File>
547                        <File
548                                RelativePath="..\..\..\lib\modes\psych_11.h"
549                                >
550                        </File>
551                        <File
552                                RelativePath="..\..\..\lib\modes\psych_16.h"
553                                >
554                        </File>
555                        <File
556                                RelativePath="..\..\..\lib\modes\psych_44.h"
557                                >
558                        </File>
559                        <File
560                                RelativePath="..\..\..\lib\modes\psych_8.h"
561                                >
562                        </File>
563                        <File
564                                RelativePath="..\..\..\lib\registry.h"
565                                >
566                        </File>
567                        <File
568                                RelativePath="..\..\..\lib\books\coupled\res_books_stereo.h"
569                                >
570                        </File>
571                        <File
572                                RelativePath="..\..\..\lib\books\uncoupled\res_books_uncoupled.h"
573                                >
574                        </File>
575                        <File
576                                RelativePath="..\..\..\lib\modes\residue_16.h"
577                                >
578                        </File>
579                        <File
580                                RelativePath="..\..\..\lib\modes\residue_44.h"
581                                >
582                        </File>
583                        <File
584                                RelativePath="..\..\..\lib\modes\residue_44u.h"
585                                >
586                        </File>
587                        <File
588                                RelativePath="..\..\..\lib\modes\residue_8.h"
589                                >
590                        </File>
591                        <File
592                                RelativePath="..\..\..\lib\scales.h"
593                                >
594                        </File>
595                        <File
596                                RelativePath="..\..\..\lib\modes\setup_11.h"
597                                >
598                        </File>
599                        <File
600                                RelativePath="..\..\..\lib\modes\setup_16.h"
601                                >
602                        </File>
603                        <File
604                                RelativePath="..\..\..\lib\modes\setup_22.h"
605                                >
606                        </File>
607                        <File
608                                RelativePath="..\..\..\lib\modes\setup_32.h"
609                                >
610                        </File>
611                        <File
612                                RelativePath="..\..\..\lib\modes\setup_44.h"
613                                >
614                        </File>
615                        <File
616                                RelativePath="..\..\..\lib\modes\setup_44u.h"
617                                >
618                        </File>
619                        <File
620                                RelativePath="..\..\..\lib\modes\setup_8.h"
621                                >
622                        </File>
623                        <File
624                                RelativePath="..\..\..\lib\modes\setup_X.h"
625                                >
626                        </File>
627                        <File
628                                RelativePath="..\..\..\lib\smallft.h"
629                                >
630                        </File>
631                        <File
632                                RelativePath="..\..\..\include\vorbis\vorbisenc.h"
633                                >
634                        </File>
635                        <File
636                                RelativePath="..\..\..\include\vorbis\vorbisfile.h"
637                                >
638                        </File>
639                        <File
640                                RelativePath="..\..\..\lib\window.h"
641                                >
642                        </File>
643                </Filter>
644                <Filter
645                        Name="Resource Files"
646                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
647                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
648                        >
649                </Filter>
650        </Files>
651        <Globals>
652        </Globals>
653</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.