~ubuntu-branches/ubuntu/utopic/flac/utopic-security

« back to all changes in this revision

Viewing changes to src/share/grabbag/grabbag_static.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="grabbag_static"
 
6
        ProjectGUID="{4cefbc81-c215-11db-8314-0800200c9a66}"
 
7
        RootNamespace="grabbag_static"
 
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\lib"
 
21
                        IntermediateDirectory="Debug_static"
 
22
                        ConfigurationType="4"
 
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=".\include;..\..\..\include"
 
43
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;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="VCLibrarianTool"
 
65
                                OutputFile="..\..\..\obj\debug\lib\$(ProjectName).lib"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCALinkTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCXDCMakeTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCBscMakeTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCFxCopTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCPostBuildEventTool"
 
81
                        />
 
82
                </Configuration>
 
83
                <Configuration
 
84
                        Name="Release|Win32"
 
85
                        OutputDirectory="..\..\..\obj\release\lib"
 
86
                        IntermediateDirectory="Release_static"
 
87
                        ConfigurationType="4"
 
88
                        >
 
89
                        <Tool
 
90
                                Name="VCPreBuildEventTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCCustomBuildTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCXMLDataGeneratorTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCWebServiceProxyGeneratorTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCMIDLTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCCLCompilerTool"
 
106
                                EnableIntrinsicFunctions="true"
 
107
                                FavorSizeOrSpeed="1"
 
108
                                OmitFramePointers="true"
 
109
                                WholeProgramOptimization="true"
 
110
                                AdditionalIncludeDirectories=".\include;..\..\..\include"
 
111
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__NO_DLL"
 
112
                                RuntimeLibrary="0"
 
113
                                BufferSecurityCheck="false"
 
114
                                UsePrecompiledHeader="0"
 
115
                                WarningLevel="3"
 
116
                                Detect64BitPortabilityProblems="true"
 
117
                                DebugInformationFormat="3"
 
118
                                CompileAs="0"
 
119
                                DisableSpecificWarnings="4267;4996"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCManagedResourceCompilerTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCResourceCompilerTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCPreLinkEventTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCLibrarianTool"
 
132
                                OutputFile="..\..\..\obj\release\lib\$(ProjectName).lib"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCALinkTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCXDCMakeTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCBscMakeTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCFxCopTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCPostBuildEventTool"
 
148
                        />
 
149
                </Configuration>
 
150
        </Configurations>
 
151
        <References>
 
152
        </References>
 
153
        <Files>
 
154
                <Filter
 
155
                        Name="Header Files"
 
156
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
157
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
158
                        >
 
159
                </Filter>
 
160
                <Filter
 
161
                        Name="Source Files"
 
162
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
163
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
164
                        >
 
165
                        <File
 
166
                                RelativePath=".\cuesheet.c"
 
167
                                >
 
168
                        </File>
 
169
                        <File
 
170
                                RelativePath=".\file.c"
 
171
                                >
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath=".\picture.c"
 
175
                                >
 
176
                        </File>
 
177
                        <File
 
178
                                RelativePath=".\replaygain.c"
 
179
                                >
 
180
                        </File>
 
181
                        <File
 
182
                                RelativePath=".\seektable.c"
 
183
                                >
 
184
                        </File>
 
185
                </Filter>
 
186
                <Filter
 
187
                        Name="Public Header Files"
 
188
                        >
 
189
                        <File
 
190
                                RelativePath="..\..\..\include\share\grabbag.h"
 
191
                                >
 
192
                        </File>
 
193
                        <Filter
 
194
                                Name="grabbag"
 
195
                                >
 
196
                                <File
 
197
                                        RelativePath="..\..\..\include\share\grabbag\cuesheet.h"
 
198
                                        >
 
199
                                </File>
 
200
                                <File
 
201
                                        RelativePath="..\..\..\include\share\grabbag\file.h"
 
202
                                        >
 
203
                                </File>
 
204
                                <File
 
205
                                        RelativePath="..\..\..\include\share\grabbag\picture.h"
 
206
                                        >
 
207
                                </File>
 
208
                                <File
 
209
                                        RelativePath="..\..\..\include\share\grabbag\replaygain.h"
 
210
                                        >
 
211
                                </File>
 
212
                                <File
 
213
                                        RelativePath="..\..\..\include\share\grabbag\seektable.h"
 
214
                                        >
 
215
                                </File>
 
216
                        </Filter>
 
217
                </Filter>
 
218
        </Files>
 
219
        <Globals>
 
220
        </Globals>
 
221
</VisualStudioProject>