~ubuntu-branches/ubuntu/utopic/flac/utopic-updates

« back to all changes in this revision

Viewing changes to src/test_libFLAC/test_libFLAC.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (8.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
Tags: 1.2.1-1.2
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

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="test_libFLAC"
 
6
        ProjectGUID="{4cefbc8c-c215-11db-8314-0800200c9a66}"
 
7
        RootNamespace="test_libFLAC"
 
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="..\..\obj\debug\bin"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="1"
 
23
                        >
 
24
                        <Tool
 
25
                                Name="VCPreBuildEventTool"
 
26
                        />
 
27
                        <Tool
 
28
                                Name="VCCustomBuildTool"
 
29
                        />
 
30
                        <Tool
 
31
                                Name="VCXMLDataGeneratorTool"
 
32
                        />
 
33
                        <Tool
 
34
                                Name="VCWebServiceProxyGeneratorTool"
 
35
                        />
 
36
                        <Tool
 
37
                                Name="VCMIDLTool"
 
38
                        />
 
39
                        <Tool
 
40
                                Name="VCCLCompilerTool"
 
41
                                Optimization="0"
 
42
                                AdditionalIncludeDirectories=".;..\libFLAC\include;..\..\include"
 
43
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="1"
 
47
                                UsePrecompiledHeader="0"
 
48
                                WarningLevel="3"
 
49
                                Detect64BitPortabilityProblems="true"
 
50
                                DebugInformationFormat="4"
 
51
                                CompileAs="0"
 
52
                                DisableSpecificWarnings="4267;4996"
 
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
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
 
66
                                LinkIncremental="2"
 
67
                                IgnoreDefaultLibraryNames="uuid.lib"
 
68
                                GenerateDebugInformation="true"
 
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="..\..\obj\release\bin"
 
100
                        IntermediateDirectory="Release"
 
101
                        ConfigurationType="1"
 
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=".;..\libFLAC\include;..\..\include"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL"
 
126
                                RuntimeLibrary="0"
 
127
                                BufferSecurityCheck="false"
 
128
                                UsePrecompiledHeader="0"
 
129
                                WarningLevel="3"
 
130
                                Detect64BitPortabilityProblems="true"
 
131
                                DebugInformationFormat="3"
 
132
                                CompileAs="0"
 
133
                                DisableSpecificWarnings="4267;4996"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCManagedResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCResourceCompilerTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCPreLinkEventTool"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCLinkerTool"
 
146
                                AdditionalDependencies="..\..\obj\release\lib\ogg_static.lib"
 
147
                                LinkIncremental="1"
 
148
                                IgnoreDefaultLibraryNames="uuid.lib"
 
149
                                GenerateDebugInformation="true"
 
150
                                SubSystem="1"
 
151
                                OptimizeReferences="2"
 
152
                                EnableCOMDATFolding="2"
 
153
                                LinkTimeCodeGeneration="1"
 
154
                                TargetMachine="1"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCALinkTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCManifestTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCXDCMakeTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCBscMakeTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCFxCopTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCAppVerifierTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCWebDeploymentTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCPostBuildEventTool"
 
179
                        />
 
180
                </Configuration>
 
181
        </Configurations>
 
182
        <References>
 
183
        </References>
 
184
        <Files>
 
185
                <Filter
 
186
                        Name="Header Files"
 
187
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
188
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
189
                        >
 
190
                        <File
 
191
                                RelativePath=".\bitwriter.h"
 
192
                                >
 
193
                        </File>
 
194
                        <File
 
195
                                RelativePath=".\decoders.h"
 
196
                                >
 
197
                        </File>
 
198
                        <File
 
199
                                RelativePath=".\encoders.h"
 
200
                                >
 
201
                        </File>
 
202
                        <File
 
203
                                RelativePath=".\format.h"
 
204
                                >
 
205
                        </File>
 
206
                        <File
 
207
                                RelativePath=".\metadata.h"
 
208
                                >
 
209
                        </File>
 
210
                </Filter>
 
211
                <Filter
 
212
                        Name="Source Files"
 
213
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
214
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
215
                        >
 
216
                        <File
 
217
                                RelativePath=".\bitwriter.c"
 
218
                                >
 
219
                        </File>
 
220
                        <File
 
221
                                RelativePath=".\decoders.c"
 
222
                                >
 
223
                        </File>
 
224
                        <File
 
225
                                RelativePath=".\encoders.c"
 
226
                                >
 
227
                        </File>
 
228
                        <File
 
229
                                RelativePath=".\format.c"
 
230
                                >
 
231
                        </File>
 
232
                        <File
 
233
                                RelativePath=".\main.c"
 
234
                                >
 
235
                        </File>
 
236
                        <File
 
237
                                RelativePath=".\metadata.c"
 
238
                                >
 
239
                        </File>
 
240
                        <File
 
241
                                RelativePath=".\metadata_manip.c"
 
242
                                >
 
243
                        </File>
 
244
                        <File
 
245
                                RelativePath=".\metadata_object.c"
 
246
                                >
 
247
                        </File>
 
248
                </Filter>
 
249
        </Files>
 
250
        <Globals>
 
251
        </Globals>
 
252
</VisualStudioProject>