Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added libvorbis

File size: 12.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="libvorbis"
6        ProjectGUID="{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="4"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"
31                                CompileAs="1"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                OutputFile="$(OutDir)/libvorbis.dll"
37                                LinkIncremental="2"
38                                ModuleDefinitionFile="..\..\vorbis.def"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/libvorbis.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/libvorbis.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="2"
70                        CharacterSet="2"
71                        WholeProgramOptimization="TRUE">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                Optimization="3"
75                                GlobalOptimizations="TRUE"
76                                InlineFunctionExpansion="2"
77                                EnableIntrinsicFunctions="TRUE"
78                                FavorSizeOrSpeed="1"
79                                OptimizeForProcessor="2"
80                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
81                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
82                                StringPooling="TRUE"
83                                ExceptionHandling="FALSE"
84                                RuntimeLibrary="0"
85                                BufferSecurityCheck="FALSE"
86                                UsePrecompiledHeader="0"
87                                WarningLevel="4"
88                                Detect64BitPortabilityProblems="TRUE"
89                                DebugInformationFormat="3"
90                                CompileAs="1"
91                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"/>
92                        <Tool
93                                Name="VCCustomBuildTool"/>
94                        <Tool
95                                Name="VCLinkerTool"
96                                OutputFile="$(OutDir)/libvorbis.dll"
97                                LinkIncremental="1"
98                                ModuleDefinitionFile="..\..\vorbis.def"
99                                GenerateDebugInformation="TRUE"
100                                SubSystem="2"
101                                OptimizeReferences="2"
102                                EnableCOMDATFolding="2"
103                                OptimizeForWindows98="1"
104                                ImportLibrary="$(OutDir)/libvorbis.lib"
105                                TargetMachine="1"/>
106                        <Tool
107                                Name="VCMIDLTool"/>
108                        <Tool
109                                Name="VCPostBuildEventTool"/>
110                        <Tool
111                                Name="VCPreBuildEventTool"/>
112                        <Tool
113                                Name="VCPreLinkEventTool"/>
114                        <Tool
115                                Name="VCResourceCompilerTool"/>
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"/>
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"/>
120                        <Tool
121                                Name="VCWebDeploymentTool"/>
122                        <Tool
123                                Name="VCManagedWrapperGeneratorTool"/>
124                        <Tool
125                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
126                </Configuration>
127                <Configuration
128                        Name="Release_SSE|Win32"
129                        OutputDirectory="$(ConfigurationName)"
130                        IntermediateDirectory="$(ConfigurationName)"
131                        ConfigurationType="2"
132                        CharacterSet="2"
133                        WholeProgramOptimization="TRUE">
134                        <Tool
135                                Name="VCCLCompilerTool"
136                                Optimization="3"
137                                GlobalOptimizations="TRUE"
138                                InlineFunctionExpansion="2"
139                                EnableIntrinsicFunctions="TRUE"
140                                FavorSizeOrSpeed="1"
141                                OptimizeForProcessor="2"
142                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
143                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
144                                StringPooling="TRUE"
145                                ExceptionHandling="FALSE"
146                                RuntimeLibrary="0"
147                                BufferSecurityCheck="FALSE"
148                                EnableEnhancedInstructionSet="1"
149                                UsePrecompiledHeader="0"
150                                WarningLevel="4"
151                                Detect64BitPortabilityProblems="TRUE"
152                                DebugInformationFormat="3"
153                                CompileAs="1"
154                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"/>
155                        <Tool
156                                Name="VCCustomBuildTool"/>
157                        <Tool
158                                Name="VCLinkerTool"
159                                OutputFile="$(OutDir)/libvorbis.dll"
160                                LinkIncremental="1"
161                                ModuleDefinitionFile="..\..\vorbis.def"
162                                GenerateDebugInformation="TRUE"
163                                SubSystem="2"
164                                OptimizeReferences="2"
165                                EnableCOMDATFolding="2"
166                                OptimizeForWindows98="1"
167                                ImportLibrary="$(OutDir)/libvorbis.lib"
168                                TargetMachine="1"/>
169                        <Tool
170                                Name="VCMIDLTool"/>
171                        <Tool
172                                Name="VCPostBuildEventTool"/>
173                        <Tool
174                                Name="VCPreBuildEventTool"/>
175                        <Tool
176                                Name="VCPreLinkEventTool"/>
177                        <Tool
178                                Name="VCResourceCompilerTool"/>
179                        <Tool
180                                Name="VCWebServiceProxyGeneratorTool"/>
181                        <Tool
182                                Name="VCXMLDataGeneratorTool"/>
183                        <Tool
184                                Name="VCWebDeploymentTool"/>
185                        <Tool
186                                Name="VCManagedWrapperGeneratorTool"/>
187                        <Tool
188                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
189                </Configuration>
190                <Configuration
191                        Name="Release_SSE2|Win32"
192                        OutputDirectory="$(ConfigurationName)"
193                        IntermediateDirectory="$(ConfigurationName)"
194                        ConfigurationType="2"
195                        CharacterSet="2"
196                        WholeProgramOptimization="TRUE">
197                        <Tool
198                                Name="VCCLCompilerTool"
199                                Optimization="3"
200                                GlobalOptimizations="TRUE"
201                                InlineFunctionExpansion="2"
202                                EnableIntrinsicFunctions="TRUE"
203                                FavorSizeOrSpeed="1"
204                                OptimizeForProcessor="3"
205                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
206                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
207                                StringPooling="TRUE"
208                                ExceptionHandling="FALSE"
209                                RuntimeLibrary="0"
210                                BufferSecurityCheck="FALSE"
211                                EnableEnhancedInstructionSet="2"
212                                UsePrecompiledHeader="0"
213                                WarningLevel="4"
214                                Detect64BitPortabilityProblems="TRUE"
215                                DebugInformationFormat="3"
216                                CompileAs="1"
217                                DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"/>
218                        <Tool
219                                Name="VCCustomBuildTool"/>
220                        <Tool
221                                Name="VCLinkerTool"
222                                OutputFile="$(OutDir)/libvorbis.dll"
223                                LinkIncremental="1"
224                                ModuleDefinitionFile="..\..\vorbis.def"
225                                GenerateDebugInformation="TRUE"
226                                SubSystem="2"
227                                OptimizeReferences="2"
228                                EnableCOMDATFolding="2"
229                                OptimizeForWindows98="1"
230                                ImportLibrary="$(OutDir)/libvorbis.lib"
231                                TargetMachine="1"/>
232                        <Tool
233                                Name="VCMIDLTool"/>
234                        <Tool
235                                Name="VCPostBuildEventTool"/>
236                        <Tool
237                                Name="VCPreBuildEventTool"/>
238                        <Tool
239                                Name="VCPreLinkEventTool"/>
240                        <Tool
241                                Name="VCResourceCompilerTool"/>
242                        <Tool
243                                Name="VCWebServiceProxyGeneratorTool"/>
244                        <Tool
245                                Name="VCXMLDataGeneratorTool"/>
246                        <Tool
247                                Name="VCWebDeploymentTool"/>
248                        <Tool
249                                Name="VCManagedWrapperGeneratorTool"/>
250                        <Tool
251                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
252                </Configuration>
253        </Configurations>
254        <References>
255        </References>
256        <Files>
257                <Filter
258                        Name="Source Files"
259                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
260                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
261                        <File
262                                RelativePath="..\..\..\lib\analysis.c">
263                        </File>
264                        <File
265                                RelativePath="..\..\..\lib\bitrate.c">
266                        </File>
267                        <File
268                                RelativePath="..\..\..\lib\block.c">
269                        </File>
270                        <File
271                                RelativePath="..\..\..\lib\codebook.c">
272                        </File>
273                        <File
274                                RelativePath="..\..\..\lib\envelope.c">
275                        </File>
276                        <File
277                                RelativePath="..\..\..\lib\floor0.c">
278                        </File>
279                        <File
280                                RelativePath="..\..\..\lib\floor1.c">
281                        </File>
282                        <File
283                                RelativePath="..\..\..\lib\info.c">
284                        </File>
285                        <File
286                                RelativePath="..\..\..\lib\lookup.c">
287                        </File>
288                        <File
289                                RelativePath="..\..\..\lib\lpc.c">
290                        </File>
291                        <File
292                                RelativePath="..\..\..\lib\lsp.c">
293                        </File>
294                        <File
295                                RelativePath="..\..\..\lib\mapping0.c">
296                        </File>
297                        <File
298                                RelativePath="..\..\..\lib\mdct.c">
299                        </File>
300                        <File
301                                RelativePath="..\..\..\lib\psy.c">
302                        </File>
303                        <File
304                                RelativePath="..\..\..\lib\registry.c">
305                        </File>
306                        <File
307                                RelativePath="..\..\..\lib\res0.c">
308                        </File>
309                        <File
310                                RelativePath="..\..\..\lib\sharedbook.c">
311                        </File>
312                        <File
313                                RelativePath="..\..\..\lib\smallft.c">
314                        </File>
315                        <File
316                                RelativePath="..\..\..\lib\synthesis.c">
317                        </File>
318                        <File
319                                RelativePath="..\..\vorbis.def">
320                        </File>
321                        <File
322                                RelativePath="..\..\..\lib\vorbisenc.c">
323                        </File>
324                        <File
325                                RelativePath="..\..\..\lib\window.c">
326                        </File>
327                </Filter>
328                <Filter
329                        Name="Header Files"
330                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
331                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
332                        <File
333                                RelativePath="..\..\..\lib\backends.h">
334                        </File>
335                        <File
336                                RelativePath="..\..\..\lib\bitrate.h">
337                        </File>
338                        <File
339                                RelativePath="..\..\..\lib\codebook.h">
340                        </File>
341                        <File
342                                RelativePath="..\..\..\include\vorbis\codec.h">
343                        </File>
344                        <File
345                                RelativePath="..\..\..\lib\codec_internal.h">
346                        </File>
347                        <File
348                                RelativePath="..\..\..\lib\envelope.h">
349                        </File>
350                        <File
351                                RelativePath="..\..\..\lib\modes\floor_all.h">
352                        </File>
353                        <File
354                                RelativePath="..\..\..\lib\books\floor\floor_books.h">
355                        </File>
356                        <File
357                                RelativePath="..\..\..\lib\highlevel.h">
358                        </File>
359                        <File
360                                RelativePath="..\..\..\lib\lookup.h">
361                        </File>
362                        <File
363                                RelativePath="..\..\..\lib\lookup_data.h">
364                        </File>
365                        <File
366                                RelativePath="..\..\..\lib\lpc.h">
367                        </File>
368                        <File
369                                RelativePath="..\..\..\lib\lsp.h">
370                        </File>
371                        <File
372                                RelativePath="..\..\..\lib\masking.h">
373                        </File>
374                        <File
375                                RelativePath="..\..\..\lib\mdct.h">
376                        </File>
377                        <File
378                                RelativePath="..\..\..\lib\misc.h">
379                        </File>
380                        <File
381                                RelativePath="..\..\..\lib\os.h">
382                        </File>
383                        <File
384                                RelativePath="..\..\..\lib\psy.h">
385                        </File>
386                        <File
387                                RelativePath="..\..\..\lib\modes\psych_11.h">
388                        </File>
389                        <File
390                                RelativePath="..\..\..\lib\modes\psych_16.h">
391                        </File>
392                        <File
393                                RelativePath="..\..\..\lib\modes\psych_44.h">
394                        </File>
395                        <File
396                                RelativePath="..\..\..\lib\modes\psych_8.h">
397                        </File>
398                        <File
399                                RelativePath="..\..\..\lib\registry.h">
400                        </File>
401                        <File
402                                RelativePath="..\..\..\lib\books\coupled\res_books_stereo.h">
403                        </File>
404                        <File
405                                RelativePath="..\..\..\lib\books\uncoupled\res_books_uncoupled.h">
406                        </File>
407                        <File
408                                RelativePath="..\..\..\lib\modes\residue_16.h">
409                        </File>
410                        <File
411                                RelativePath="..\..\..\lib\modes\residue_44.h">
412                        </File>
413                        <File
414                                RelativePath="..\..\..\lib\modes\residue_44u.h">
415                        </File>
416                        <File
417                                RelativePath="..\..\..\lib\modes\residue_8.h">
418                        </File>
419                        <File
420                                RelativePath="..\..\..\lib\scales.h">
421                        </File>
422                        <File
423                                RelativePath="..\..\..\lib\modes\setup_11.h">
424                        </File>
425                        <File
426                                RelativePath="..\..\..\lib\modes\setup_16.h">
427                        </File>
428                        <File
429                                RelativePath="..\..\..\lib\modes\setup_22.h">
430                        </File>
431                        <File
432                                RelativePath="..\..\..\lib\modes\setup_32.h">
433                        </File>
434                        <File
435                                RelativePath="..\..\..\lib\modes\setup_44.h">
436                        </File>
437                        <File
438                                RelativePath="..\..\..\lib\modes\setup_44u.h">
439                        </File>
440                        <File
441                                RelativePath="..\..\..\lib\modes\setup_8.h">
442                        </File>
443                        <File
444                                RelativePath="..\..\..\lib\modes\setup_X.h">
445                        </File>
446                        <File
447                                RelativePath="..\..\..\lib\smallft.h">
448                        </File>
449                        <File
450                                RelativePath="..\..\..\include\vorbis\vorbisenc.h">
451                        </File>
452                        <File
453                                RelativePath="..\..\..\include\vorbis\vorbisfile.h">
454                        </File>
455                        <File
456                                RelativePath="..\..\..\lib\window.h">
457                        </File>
458                </Filter>
459                <Filter
460                        Name="Resource Files"
461                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
462                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
463                </Filter>
464        </Files>
465        <Globals>
466        </Globals>
467</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.