~ubuntu-branches/ubuntu/maverick/flac/maverick

« back to all changes in this revision

Viewing changes to src/libFLAC++/libFLAC++_dynamic.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="libFLAC++_dynamic"
 
6
        ProjectGUID="{4cefbc85-c215-11db-8314-0800200c9a66}"
 
7
        RootNamespace="libFLAC++_dynamic"
 
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_dynamic"
 
22
                        ConfigurationType="2"
 
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;_WINDOWS;_USRDLL;FLACPP_API_EXPORTS;DEBUG"
 
44
                                MinimalRebuild="true"
 
45
                                BasicRuntimeChecks="3"
 
46
                                RuntimeLibrary="1"
 
47
                                UsePrecompiledHeader="0"
 
48
                                WarningLevel="3"
 
49
                                Detect64BitPortabilityProblems="true"
 
50
                                DebugInformationFormat="4"
 
51
                                DisableSpecificWarnings="4267;4996"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCManagedResourceCompilerTool"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCLinkerTool"
 
64
                                LinkIncremental="2"
 
65
                                GenerateDebugInformation="true"
 
66
                                SubSystem="2"
 
67
                                TargetMachine="1"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCALinkTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCManifestTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCXDCMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCBscMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCFxCopTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCAppVerifierTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCWebDeploymentTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"
 
92
                        />
 
93
                </Configuration>
 
94
                <Configuration
 
95
                        Name="Release|Win32"
 
96
                        OutputDirectory="..\..\obj\release\lib"
 
97
                        IntermediateDirectory="Release_dynamic"
 
98
                        ConfigurationType="2"
 
99
                        >
 
100
                        <Tool
 
101
                                Name="VCPreBuildEventTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCCustomBuildTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCXMLDataGeneratorTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCWebServiceProxyGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCMIDLTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCCLCompilerTool"
 
117
                                EnableIntrinsicFunctions="true"
 
118
                                FavorSizeOrSpeed="1"
 
119
                                OmitFramePointers="true"
 
120
                                WholeProgramOptimization="true"
 
121
                                AdditionalIncludeDirectories=".\include;..\..\include"
 
122
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLACPP_API_EXPORTS"
 
123
                                RuntimeLibrary="0"
 
124
                                BufferSecurityCheck="false"
 
125
                                UsePrecompiledHeader="0"
 
126
                                WarningLevel="3"
 
127
                                Detect64BitPortabilityProblems="true"
 
128
                                DebugInformationFormat="3"
 
129
                                DisableSpecificWarnings="4267;4996"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCManagedResourceCompilerTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCPreLinkEventTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCLinkerTool"
 
142
                                LinkIncremental="1"
 
143
                                GenerateDebugInformation="true"
 
144
                                SubSystem="2"
 
145
                                OptimizeReferences="2"
 
146
                                EnableCOMDATFolding="2"
 
147
                                LinkTimeCodeGeneration="1"
 
148
                                TargetMachine="1"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCALinkTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManifestTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCXDCMakeTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCBscMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCFxCopTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCAppVerifierTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCWebDeploymentTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCPostBuildEventTool"
 
173
                        />
 
174
                </Configuration>
 
175
        </Configurations>
 
176
        <References>
 
177
        </References>
 
178
        <Files>
 
179
                <Filter
 
180
                        Name="Header Files"
 
181
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
182
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
183
                        >
 
184
                </Filter>
 
185
                <Filter
 
186
                        Name="Source Files"
 
187
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
188
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
189
                        >
 
190
                        <File
 
191
                                RelativePath=".\metadata.cpp"
 
192
                                >
 
193
                        </File>
 
194
                        <File
 
195
                                RelativePath=".\stream_decoder.cpp"
 
196
                                >
 
197
                        </File>
 
198
                        <File
 
199
                                RelativePath=".\stream_encoder.cpp"
 
200
                                >
 
201
                        </File>
 
202
                </Filter>
 
203
                <Filter
 
204
                        Name="Public Header Files"
 
205
                        >
 
206
                        <File
 
207
                                RelativePath="..\..\include\FLAC++\all.h"
 
208
                                >
 
209
                        </File>
 
210
                        <File
 
211
                                RelativePath="..\..\include\FLAC++\decoder.h"
 
212
                                >
 
213
                        </File>
 
214
                        <File
 
215
                                RelativePath="..\..\include\FLAC++\encoder.h"
 
216
                                >
 
217
                        </File>
 
218
                        <File
 
219
                                RelativePath="..\..\include\FLAC++\export.h"
 
220
                                >
 
221
                        </File>
 
222
                        <File
 
223
                                RelativePath="..\..\include\FLAC++\metadata.h"
 
224
                                >
 
225
                        </File>
 
226
                </Filter>
 
227
        </Files>
 
228
        <Globals>
 
229
        </Globals>
 
230
</VisualStudioProject>