Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added libvorbis

File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="libvorbisfile"
6        ProjectGUID="{CEBDE98B-A6AA-46E6-BC79-FAAF823DB9EC}"
7        RootNamespace="libvorbisfile"
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;LIBVORBISFILE_EXPORTS"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="1"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
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)/libvorbisfile.dll"
66                                LinkIncremental="2"
67                                ModuleDefinitionFile="libvorbisfile.def"
68                                GenerateDebugInformation="true"
69                                ProgramDatabaseFile="$(OutDir)/libvorbisfile.pdb"
70                                SubSystem="2"
71                                ImportLibrary="$(OutDir)/libvorbisfile.lib"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
102                        IntermediateDirectory="Release"
103                        ConfigurationType="2"
104                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
105                        CharacterSet="2"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
125                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS"
126                                RuntimeLibrary="0"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="3"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                OutputFile="$(OutDir)/libvorbisfile.dll"
144                                LinkIncremental="1"
145                                ModuleDefinitionFile="libvorbisfile.def"
146                                GenerateDebugInformation="true"
147                                SubSystem="2"
148                                OptimizeReferences="2"
149                                EnableCOMDATFolding="2"
150                                ImportLibrary="$(OutDir)/libvorbisfile.lib"
151                                TargetMachine="1"
152                        />
153                        <Tool
154                                Name="VCALinkTool"
155                        />
156                        <Tool
157                                Name="VCManifestTool"
158                        />
159                        <Tool
160                                Name="VCXDCMakeTool"
161                        />
162                        <Tool
163                                Name="VCBscMakeTool"
164                        />
165                        <Tool
166                                Name="VCFxCopTool"
167                        />
168                        <Tool
169                                Name="VCAppVerifierTool"
170                        />
171                        <Tool
172                                Name="VCWebDeploymentTool"
173                        />
174                        <Tool
175                                Name="VCPostBuildEventTool"
176                        />
177                </Configuration>
178        </Configurations>
179        <References>
180        </References>
181        <Files>
182                <Filter
183                        Name="Source Files"
184                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
185                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186                        >
187                        <File
188                                RelativePath=".\libvorbisfile.def"
189                                >
190                        </File>
191                        <File
192                                RelativePath="..\..\..\lib\vorbisfile.c"
193                                >
194                        </File>
195                </Filter>
196                <Filter
197                        Name="Header Files"
198                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
199                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
200                        >
201                        <File
202                                RelativePath="..\..\..\include\vorbis\vorbisfile.h"
203                                >
204                        </File>
205                </Filter>
206                <Filter
207                        Name="Resource Files"
208                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
209                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
210                        >
211                </Filter>
212                <File
213                        RelativePath=".\ReadMe.txt"
214                        >
215                </File>
216        </Files>
217        <Globals>
218        </Globals>
219</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.