Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added libvorbis

File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="vorbisdec"
6        ProjectGUID="{5833EEA1-1068-431F-A6E5-316E7DC5D90A}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20                        IntermediateDirectory="Debug"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="1"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                                CompileAs="1"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                OutputFile="$(OutDir)/vorbisdec.exe"
66                                LinkIncremental="2"
67                                GenerateDebugInformation="true"
68                                ProgramDatabaseFile="$(OutDir)/vorbisdec.pdb"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100                        IntermediateDirectory="Release"
101                        ConfigurationType="1"
102                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
103                        CharacterSet="2"
104                        WholeProgramOptimization="1"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                Optimization="3"
124                                InlineFunctionExpansion="2"
125                                EnableIntrinsicFunctions="true"
126                                FavorSizeOrSpeed="1"
127                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
128                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
129                                StringPooling="true"
130                                ExceptionHandling="0"
131                                RuntimeLibrary="0"
132                                BufferSecurityCheck="false"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="3"
137                                CompileAs="1"
138                        />
139                        <Tool
140                                Name="VCManagedResourceCompilerTool"
141                        />
142                        <Tool
143                                Name="VCResourceCompilerTool"
144                        />
145                        <Tool
146                                Name="VCPreLinkEventTool"
147                        />
148                        <Tool
149                                Name="VCLinkerTool"
150                                OutputFile="$(OutDir)/vorbisdec.exe"
151                                LinkIncremental="1"
152                                GenerateDebugInformation="true"
153                                SubSystem="1"
154                                OptimizeReferences="2"
155                                EnableCOMDATFolding="2"
156                                OptimizeForWindows98="1"
157                                TargetMachine="1"
158                        />
159                        <Tool
160                                Name="VCALinkTool"
161                        />
162                        <Tool
163                                Name="VCManifestTool"
164                        />
165                        <Tool
166                                Name="VCXDCMakeTool"
167                        />
168                        <Tool
169                                Name="VCBscMakeTool"
170                        />
171                        <Tool
172                                Name="VCFxCopTool"
173                        />
174                        <Tool
175                                Name="VCAppVerifierTool"
176                        />
177                        <Tool
178                                Name="VCWebDeploymentTool"
179                        />
180                        <Tool
181                                Name="VCPostBuildEventTool"
182                        />
183                </Configuration>
184                <Configuration
185                        Name="Release_SSE|Win32"
186                        OutputDirectory="$(ConfigurationName)"
187                        IntermediateDirectory="$(ConfigurationName)"
188                        ConfigurationType="1"
189                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
190                        CharacterSet="2"
191                        WholeProgramOptimization="1"
192                        >
193                        <Tool
194                                Name="VCPreBuildEventTool"
195                        />
196                        <Tool
197                                Name="VCCustomBuildTool"
198                        />
199                        <Tool
200                                Name="VCXMLDataGeneratorTool"
201                        />
202                        <Tool
203                                Name="VCWebServiceProxyGeneratorTool"
204                        />
205                        <Tool
206                                Name="VCMIDLTool"
207                        />
208                        <Tool
209                                Name="VCCLCompilerTool"
210                                Optimization="3"
211                                InlineFunctionExpansion="2"
212                                EnableIntrinsicFunctions="true"
213                                FavorSizeOrSpeed="1"
214                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
215                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
216                                StringPooling="true"
217                                ExceptionHandling="0"
218                                RuntimeLibrary="0"
219                                BufferSecurityCheck="false"
220                                EnableEnhancedInstructionSet="1"
221                                UsePrecompiledHeader="0"
222                                WarningLevel="3"
223                                Detect64BitPortabilityProblems="true"
224                                DebugInformationFormat="3"
225                                CompileAs="1"
226                        />
227                        <Tool
228                                Name="VCManagedResourceCompilerTool"
229                        />
230                        <Tool
231                                Name="VCResourceCompilerTool"
232                        />
233                        <Tool
234                                Name="VCPreLinkEventTool"
235                        />
236                        <Tool
237                                Name="VCLinkerTool"
238                                OutputFile="$(OutDir)/vorbisdec.exe"
239                                LinkIncremental="1"
240                                GenerateDebugInformation="true"
241                                SubSystem="1"
242                                OptimizeReferences="2"
243                                EnableCOMDATFolding="2"
244                                OptimizeForWindows98="1"
245                                TargetMachine="1"
246                        />
247                        <Tool
248                                Name="VCALinkTool"
249                        />
250                        <Tool
251                                Name="VCManifestTool"
252                        />
253                        <Tool
254                                Name="VCXDCMakeTool"
255                        />
256                        <Tool
257                                Name="VCBscMakeTool"
258                        />
259                        <Tool
260                                Name="VCFxCopTool"
261                        />
262                        <Tool
263                                Name="VCAppVerifierTool"
264                        />
265                        <Tool
266                                Name="VCWebDeploymentTool"
267                        />
268                        <Tool
269                                Name="VCPostBuildEventTool"
270                        />
271                </Configuration>
272                <Configuration
273                        Name="Release_SSE2|Win32"
274                        OutputDirectory="$(ConfigurationName)"
275                        IntermediateDirectory="$(ConfigurationName)"
276                        ConfigurationType="1"
277                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
278                        CharacterSet="2"
279                        WholeProgramOptimization="1"
280                        >
281                        <Tool
282                                Name="VCPreBuildEventTool"
283                        />
284                        <Tool
285                                Name="VCCustomBuildTool"
286                        />
287                        <Tool
288                                Name="VCXMLDataGeneratorTool"
289                        />
290                        <Tool
291                                Name="VCWebServiceProxyGeneratorTool"
292                        />
293                        <Tool
294                                Name="VCMIDLTool"
295                        />
296                        <Tool
297                                Name="VCCLCompilerTool"
298                                Optimization="3"
299                                InlineFunctionExpansion="2"
300                                EnableIntrinsicFunctions="true"
301                                FavorSizeOrSpeed="1"
302                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
303                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
304                                StringPooling="true"
305                                ExceptionHandling="0"
306                                RuntimeLibrary="0"
307                                BufferSecurityCheck="false"
308                                EnableEnhancedInstructionSet="2"
309                                UsePrecompiledHeader="0"
310                                WarningLevel="3"
311                                Detect64BitPortabilityProblems="true"
312                                DebugInformationFormat="3"
313                                CompileAs="1"
314                        />
315                        <Tool
316                                Name="VCManagedResourceCompilerTool"
317                        />
318                        <Tool
319                                Name="VCResourceCompilerTool"
320                        />
321                        <Tool
322                                Name="VCPreLinkEventTool"
323                        />
324                        <Tool
325                                Name="VCLinkerTool"
326                                OutputFile="$(OutDir)/vorbisdec.exe"
327                                LinkIncremental="1"
328                                GenerateDebugInformation="true"
329                                SubSystem="1"
330                                OptimizeReferences="2"
331                                EnableCOMDATFolding="2"
332                                OptimizeForWindows98="1"
333                                TargetMachine="1"
334                        />
335                        <Tool
336                                Name="VCALinkTool"
337                        />
338                        <Tool
339                                Name="VCManifestTool"
340                        />
341                        <Tool
342                                Name="VCXDCMakeTool"
343                        />
344                        <Tool
345                                Name="VCBscMakeTool"
346                        />
347                        <Tool
348                                Name="VCFxCopTool"
349                        />
350                        <Tool
351                                Name="VCAppVerifierTool"
352                        />
353                        <Tool
354                                Name="VCWebDeploymentTool"
355                        />
356                        <Tool
357                                Name="VCPostBuildEventTool"
358                        />
359                </Configuration>
360        </Configurations>
361        <References>
362        </References>
363        <Files>
364                <Filter
365                        Name="Source Files"
366                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
367                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
368                        >
369                        <File
370                                RelativePath="..\..\..\examples\decoder_example.c"
371                                >
372                        </File>
373                </Filter>
374                <Filter
375                        Name="Header Files"
376                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
377                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
378                        >
379                </Filter>
380                <Filter
381                        Name="Resource Files"
382                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
383                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
384                        >
385                </Filter>
386        </Files>
387        <Globals>
388        </Globals>
389</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.