Set version to 1.3.1pre1.
[flac.git] / src / flac / flac.vcproj
blobace4e3c4c76eb64edd27338d95c5a05efa6917c7
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="flac"
6 ProjectGUID="{4cefbc7d-c215-11db-8314-0800200c9a66}"
7 RootNamespace="flac"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
24 <Tool
25 Name="VCPreBuildEventTool"
27 <Tool
28 Name="VCCustomBuildTool"
30 <Tool
31 Name="VCXMLDataGeneratorTool"
33 <Tool
34 Name="VCWebServiceProxyGeneratorTool"
36 <Tool
37 Name="VCMIDLTool"
39 <Tool
40 Name="VCCLCompilerTool"
41 Optimization="0"
42 AdditionalIncludeDirectories=".;..\..\include"
43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__HAS_OGG;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"
54 <Tool
55 Name="VCManagedResourceCompilerTool"
57 <Tool
58 Name="VCResourceCompilerTool"
60 <Tool
61 Name="VCPreLinkEventTool"
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib"
66 LinkIncremental="2"
67 IgnoreDefaultLibraryNames="uuid.lib"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCManifestTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCAppVerifierTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 WholeProgramOptimization="1"
101 <Tool
102 Name="VCPreBuildEventTool"
104 <Tool
105 Name="VCCustomBuildTool"
107 <Tool
108 Name="VCXMLDataGeneratorTool"
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"
113 <Tool
114 Name="VCMIDLTool"
116 <Tool
117 Name="VCCLCompilerTool"
118 EnableIntrinsicFunctions="true"
119 FavorSizeOrSpeed="1"
120 OmitFramePointers="true"
121 WholeProgramOptimization="true"
122 AdditionalIncludeDirectories=".;..\..\include"
123 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL"
124 RuntimeLibrary="0"
125 BufferSecurityCheck="false"
126 UsePrecompiledHeader="0"
127 WarningLevel="3"
128 Detect64BitPortabilityProblems="true"
129 DebugInformationFormat="3"
130 CompileAs="0"
131 DisableSpecificWarnings="4267;4996"
133 <Tool
134 Name="VCManagedResourceCompilerTool"
136 <Tool
137 Name="VCResourceCompilerTool"
139 <Tool
140 Name="VCPreLinkEventTool"
142 <Tool
143 Name="VCLinkerTool"
144 AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib"
145 LinkIncremental="1"
146 IgnoreDefaultLibraryNames="uuid.lib"
147 GenerateDebugInformation="true"
148 SubSystem="1"
149 OptimizeReferences="2"
150 EnableCOMDATFolding="2"
151 LinkTimeCodeGeneration="1"
152 TargetMachine="1"
154 <Tool
155 Name="VCALinkTool"
157 <Tool
158 Name="VCManifestTool"
160 <Tool
161 Name="VCXDCMakeTool"
163 <Tool
164 Name="VCBscMakeTool"
166 <Tool
167 Name="VCFxCopTool"
169 <Tool
170 Name="VCAppVerifierTool"
172 <Tool
173 Name="VCPostBuildEventTool"
175 </Configuration>
176 </Configurations>
177 <References>
178 </References>
179 <Files>
180 <Filter
181 Name="Header Files"
182 Filter="h;hpp;hxx;hm;inl;inc;xsd"
183 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
185 <File
186 RelativePath=".\analyze.h"
188 </File>
189 <File
190 RelativePath=".\decode.h"
192 </File>
193 <File
194 RelativePath=".\encode.h"
196 </File>
197 <File
198 RelativePath=".\foreign_metadata.h"
200 </File>
201 <File
202 RelativePath=".\local_string_utils.h"
204 </File>
205 <File
206 RelativePath=".\utils.h"
208 </File>
209 <File
210 RelativePath=".\vorbiscomment.h"
212 </File>
213 </Filter>
214 <Filter
215 Name="Source Files"
216 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
217 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
219 <File
220 RelativePath=".\analyze.c"
222 </File>
223 <File
224 RelativePath=".\decode.c"
226 </File>
227 <File
228 RelativePath=".\encode.c"
230 </File>
231 <File
232 RelativePath=".\foreign_metadata.c"
234 </File>
235 <File
236 RelativePath=".\local_string_utils.c"
238 </File>
239 <File
240 RelativePath=".\main.c"
242 </File>
243 <File
244 RelativePath=".\utils.c"
246 </File>
247 <File
248 RelativePath=".\vorbiscomment.c"
250 </File>
251 </Filter>
252 </Files>
253 <Globals>
254 </Globals>
255 </VisualStudioProject>