~ubuntu-branches/ubuntu/quantal/flac/quantal

« back to all changes in this revision

Viewing changes to src/plugin_winamp2/in_flac.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206165720-ldii5tm8dq6zxg0l
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: xmms-dev dropped to allow xmms to move to universe,
    adjust maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="in_flac"
 
6
        ProjectGUID="{4cefbc82-c215-11db-8314-0800200c9a66}"
 
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="..\..\obj\debug\lib"
 
20
                        IntermediateDirectory="Debug_dynamic"
 
21
                        ConfigurationType="2"
 
22
                        >
 
23
                        <Tool
 
24
                                Name="VCPreBuildEventTool"
 
25
                        />
 
26
                        <Tool
 
27
                                Name="VCCustomBuildTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCXMLDataGeneratorTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCWebServiceProxyGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCMIDLTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCCLCompilerTool"
 
40
                                Optimization="0"
 
41
                                AdditionalIncludeDirectories=".\include;..;..\..\include"
 
42
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;IN_FLAC_EXPORTS;FLAC__NO_DLL;VERSION=\&quot;1.2.0\&quot;;TAGZ_UNICODE;DEBUG"
 
43
                                MinimalRebuild="true"
 
44
                                BasicRuntimeChecks="3"
 
45
                                RuntimeLibrary="1"
 
46
                                UsePrecompiledHeader="0"
 
47
                                WarningLevel="3"
 
48
                                Detect64BitPortabilityProblems="true"
 
49
                                DebugInformationFormat="4"
 
50
                                DisableSpecificWarnings="4267;4996"
 
51
                        />
 
52
                        <Tool
 
53
                                Name="VCManagedResourceCompilerTool"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCResourceCompilerTool"
 
57
                                AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include&quot;"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCLinkerTool"
 
64
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib user32.lib"
 
65
                                LinkIncremental="2"
 
66
                                AdditionalLibraryDirectories="C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Lib"
 
67
                                IgnoreDefaultLibraryNames="uuid.lib"
 
68
                                GenerateDebugInformation="true"
 
69
                                SubSystem="2"
 
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="..\..\obj\release\lib"
 
100
                        IntermediateDirectory="Release_dynamic"
 
101
                        ConfigurationType="2"
 
102
                        >
 
103
                        <Tool
 
104
                                Name="VCPreBuildEventTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCCustomBuildTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCXMLDataGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCWebServiceProxyGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCMIDLTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCCLCompilerTool"
 
120
                                EnableIntrinsicFunctions="true"
 
121
                                FavorSizeOrSpeed="1"
 
122
                                OmitFramePointers="true"
 
123
                                WholeProgramOptimization="true"
 
124
                                AdditionalIncludeDirectories=".\include;..;..\..\include"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IN_FLAC_EXPORTS;FLAC__NO_DLL;VERSION=\&quot;1.2.0\&quot;;TAGZ_UNICODE"
 
126
                                RuntimeLibrary="0"
 
127
                                BufferSecurityCheck="false"
 
128
                                UsePrecompiledHeader="0"
 
129
                                WarningLevel="3"
 
130
                                Detect64BitPortabilityProblems="true"
 
131
                                DebugInformationFormat="3"
 
132
                                DisableSpecificWarnings="4267;4996"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCManagedResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCResourceCompilerTool"
 
139
                                AdditionalIncludeDirectories="&quot;C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include&quot;"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCPreLinkEventTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCLinkerTool"
 
146
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib user32.lib"
 
147
                                LinkIncremental="1"
 
148
                                AdditionalLibraryDirectories="C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Lib"
 
149
                                IgnoreDefaultLibraryNames="uuid.lib"
 
150
                                GenerateDebugInformation="true"
 
151
                                SubSystem="2"
 
152
                                OptimizeReferences="2"
 
153
                                EnableCOMDATFolding="2"
 
154
                                LinkTimeCodeGeneration="1"
 
155
                                TargetMachine="1"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCALinkTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCManifestTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCXDCMakeTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCBscMakeTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCFxCopTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCAppVerifierTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCWebDeploymentTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCPostBuildEventTool"
 
180
                        />
 
181
                </Configuration>
 
182
        </Configurations>
 
183
        <References>
 
184
        </References>
 
185
        <Files>
 
186
                <Filter
 
187
                        Name="Header Files"
 
188
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
189
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
190
                        >
 
191
                        <File
 
192
                                RelativePath=".\configure.h"
 
193
                                >
 
194
                        </File>
 
195
                        <File
 
196
                                RelativePath=".\include\winamp2\in2.h"
 
197
                                >
 
198
                        </File>
 
199
                        <File
 
200
                                RelativePath=".\infobox.h"
 
201
                                >
 
202
                        </File>
 
203
                        <File
 
204
                                RelativePath=".\include\winamp2\out.h"
 
205
                                >
 
206
                        </File>
 
207
                        <File
 
208
                                RelativePath=".\playback.h"
 
209
                                >
 
210
                        </File>
 
211
                        <File
 
212
                                RelativePath=".\resource.h"
 
213
                                >
 
214
                        </File>
 
215
                        <File
 
216
                                RelativePath=".\tagz.h"
 
217
                                >
 
218
                        </File>
 
219
                </Filter>
 
220
                <Filter
 
221
                        Name="Resource Files"
 
222
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
223
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
224
                        >
 
225
                        <File
 
226
                                RelativePath=".\resource.rc"
 
227
                                >
 
228
                        </File>
 
229
                </Filter>
 
230
                <Filter
 
231
                        Name="Source Files"
 
232
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
233
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
234
                        >
 
235
                        <File
 
236
                                RelativePath=".\configure.c"
 
237
                                >
 
238
                        </File>
 
239
                        <File
 
240
                                RelativePath=".\in_flac.c"
 
241
                                >
 
242
                        </File>
 
243
                        <File
 
244
                                RelativePath=".\infobox.c"
 
245
                                >
 
246
                        </File>
 
247
                        <File
 
248
                                RelativePath=".\playback.c"
 
249
                                >
 
250
                        </File>
 
251
                        <File
 
252
                                RelativePath=".\tagz.cpp"
 
253
                                >
 
254
                        </File>
 
255
                </Filter>
 
256
        </Files>
 
257
        <Globals>
 
258
        </Globals>
 
259
</VisualStudioProject>