blob: de48c505aac9964e5d282a95b61e00add453df5d [file] [log] [blame]
Josh Coalsoncb6dc722007-02-22 01:57:21 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="libFLAC_static"
6 ProjectGUID="{4cefbc84-c215-11db-8314-0800200c9a66}"
7 RootNamespace="libFLAC_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"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +110020 OutputDirectory="..\..\objs\debug\lib"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000021 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"
Erik de Castro Lopoc532d342013-09-07 19:13:43 +100041 AdditionalOptions="/D &quot;_USE_MATH_DEFINES&quot;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000042 Optimization="0"
43 AdditionalIncludeDirectories=".\include;..\..\include"
Erik de Castro Lopo9e392702013-09-05 20:05:29 +100044 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;FLAC__ALIGN_MALLOC_DATA;VERSION=\&quot;1.3.0\&quot;;FLAC__NO_DLL;DEBUG;FLAC__OVERFLOW_DETECT"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000045 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
Josh Coalson76653962007-07-16 06:03:32 +000047 RuntimeLibrary="1"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000048 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
Josh Coalson76653962007-07-16 06:03:32 +000052 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000053 DisableSpecificWarnings="4267;4996"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLibrarianTool"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +110066 OutputFile="..\..\objs\debug\lib\$(ProjectName).lib"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000067 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCPostBuildEventTool"
82 />
83 </Configuration>
84 <Configuration
85 Name="Release|Win32"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +110086 OutputDirectory="..\..\objs\release\lib"
Josh Coalsoncb6dc722007-02-22 01:57:21 +000087 IntermediateDirectory="Release_static"
88 ConfigurationType="4"
89 >
90 <Tool
91 Name="VCPreBuildEventTool"
92 />
93 <Tool
94 Name="VCCustomBuildTool"
95 />
96 <Tool
97 Name="VCXMLDataGeneratorTool"
98 />
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"
101 />
102 <Tool
103 Name="VCMIDLTool"
104 />
105 <Tool
106 Name="VCCLCompilerTool"
Erik de Castro Lopoc532d342013-09-07 19:13:43 +1000107 AdditionalOptions="/D &quot;_USE_MATH_DEFINES&quot;"
Josh Coalson76653962007-07-16 06:03:32 +0000108 EnableIntrinsicFunctions="true"
109 FavorSizeOrSpeed="1"
110 OmitFramePointers="true"
111 WholeProgramOptimization="true"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000112 AdditionalIncludeDirectories=".\include;..\..\include"
Erik de Castro Lopo9e392702013-09-05 20:05:29 +1000113 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__HAS_OGG;FLAC__CPU_IA32;FLAC__HAS_NASM;FLAC__USE_3DNOW;FLAC__ALIGN_MALLOC_DATA;VERSION=\&quot;1.3.0\&quot;;FLAC__NO_DLL;FLaC__INLINE=_inline"
Josh Coalson76653962007-07-16 06:03:32 +0000114 RuntimeLibrary="0"
115 BufferSecurityCheck="false"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000116 UsePrecompiledHeader="0"
117 WarningLevel="3"
118 Detect64BitPortabilityProblems="true"
119 DebugInformationFormat="3"
Josh Coalson76653962007-07-16 06:03:32 +0000120 CompileAs="0"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000121 DisableSpecificWarnings="4267;4996"
122 />
123 <Tool
124 Name="VCManagedResourceCompilerTool"
125 />
126 <Tool
127 Name="VCResourceCompilerTool"
128 />
129 <Tool
130 Name="VCPreLinkEventTool"
131 />
132 <Tool
133 Name="VCLibrarianTool"
Erik de Castro Lopof67928d2013-01-02 22:48:59 +1100134 OutputFile="..\..\objs\release\lib\$(ProjectName).lib"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000135 />
136 <Tool
137 Name="VCALinkTool"
138 />
139 <Tool
140 Name="VCXDCMakeTool"
141 />
142 <Tool
143 Name="VCBscMakeTool"
144 />
145 <Tool
146 Name="VCFxCopTool"
147 />
148 <Tool
149 Name="VCPostBuildEventTool"
150 />
151 </Configuration>
152 </Configurations>
153 <References>
154 </References>
155 <Files>
156 <Filter
157 Name="Header Files"
158 Filter="h;hpp;hxx;hm;inl;inc;xsd"
159 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
160 >
161 <File
162 RelativePath=".\include\protected\all.h"
163 >
164 </File>
165 <File
166 RelativePath=".\include\private\all.h"
167 >
168 </File>
169 <File
170 RelativePath=".\include\private\bitmath.h"
171 >
172 </File>
173 <File
174 RelativePath=".\include\private\bitreader.h"
175 >
176 </File>
177 <File
178 RelativePath=".\include\private\bitwriter.h"
179 >
180 </File>
181 <File
182 RelativePath=".\include\private\cpu.h"
183 >
184 </File>
185 <File
186 RelativePath=".\include\private\crc.h"
187 >
188 </File>
189 <File
190 RelativePath=".\include\private\fixed.h"
191 >
192 </File>
193 <File
194 RelativePath=".\include\private\float.h"
195 >
196 </File>
197 <File
198 RelativePath=".\include\private\format.h"
199 >
200 </File>
201 <File
202 RelativePath=".\include\private\lpc.h"
203 >
204 </File>
205 <File
206 RelativePath=".\include\private\md5.h"
207 >
208 </File>
209 <File
210 RelativePath=".\include\private\memory.h"
211 >
212 </File>
213 <File
214 RelativePath=".\include\private\metadata.h"
215 >
216 </File>
217 <File
218 RelativePath=".\ia32\nasm.h"
219 >
220 </File>
221 <File
222 RelativePath=".\include\private\ogg_decoder_aspect.h"
223 >
224 </File>
225 <File
226 RelativePath=".\include\private\ogg_encoder_aspect.h"
227 >
228 </File>
229 <File
230 RelativePath=".\include\private\ogg_helper.h"
231 >
232 </File>
233 <File
234 RelativePath=".\include\private\ogg_mapping.h"
235 >
236 </File>
237 <File
238 RelativePath=".\include\protected\stream_decoder.h"
239 >
240 </File>
241 <File
242 RelativePath=".\include\protected\stream_encoder.h"
243 >
244 </File>
245 <File
246 RelativePath=".\include\private\stream_encoder_framing.h"
247 >
248 </File>
249 <File
250 RelativePath=".\include\private\window.h"
251 >
252 </File>
253 </Filter>
254 <Filter
255 Name="Public Header Files"
256 >
257 <File
258 RelativePath="..\..\include\FLAC\all.h"
259 >
260 </File>
261 <File
262 RelativePath="..\..\include\FLAC\assert.h"
263 >
264 </File>
265 <File
266 RelativePath="..\..\include\FLAC\callback.h"
267 >
268 </File>
269 <File
270 RelativePath="..\..\include\FLAC\export.h"
271 >
272 </File>
273 <File
274 RelativePath="..\..\include\FLAC\format.h"
275 >
276 </File>
277 <File
278 RelativePath="..\..\include\FLAC\metadata.h"
279 >
280 </File>
281 <File
282 RelativePath="..\..\include\FLAC\ordinals.h"
283 >
284 </File>
285 <File
286 RelativePath="..\..\include\FLAC\stream_decoder.h"
287 >
288 </File>
289 <File
290 RelativePath="..\..\include\FLAC\stream_encoder.h"
291 >
292 </File>
293 </Filter>
294 <Filter
295 Name="Source Files"
296 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
297 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
298 >
299 <File
300 RelativePath=".\bitmath.c"
301 >
302 </File>
303 <File
304 RelativePath=".\bitreader.c"
305 >
306 </File>
307 <File
308 RelativePath=".\bitwriter.c"
309 >
310 </File>
311 <File
312 RelativePath=".\cpu.c"
313 >
314 </File>
315 <File
316 RelativePath=".\crc.c"
317 >
318 </File>
319 <File
320 RelativePath=".\fixed.c"
321 >
322 </File>
323 <File
324 RelativePath=".\float.c"
325 >
326 </File>
327 <File
328 RelativePath=".\format.c"
329 >
330 </File>
331 <File
332 RelativePath=".\lpc.c"
333 >
334 </File>
335 <File
336 RelativePath=".\md5.c"
337 >
338 </File>
339 <File
340 RelativePath=".\memory.c"
341 >
342 </File>
343 <File
344 RelativePath=".\metadata_iterators.c"
345 >
346 </File>
347 <File
348 RelativePath=".\metadata_object.c"
349 >
350 </File>
351 <File
352 RelativePath=".\ogg_decoder_aspect.c"
353 >
354 </File>
355 <File
356 RelativePath=".\ogg_encoder_aspect.c"
357 >
358 </File>
359 <File
360 RelativePath=".\ogg_helper.c"
361 >
362 </File>
363 <File
364 RelativePath=".\ogg_mapping.c"
365 >
366 </File>
367 <File
368 RelativePath=".\stream_decoder.c"
369 >
370 </File>
371 <File
372 RelativePath=".\stream_encoder.c"
373 >
374 </File>
375 <File
376 RelativePath=".\stream_encoder_framing.c"
377 >
378 </File>
379 <File
380 RelativePath=".\window.c"
381 >
382 </File>
383 </Filter>
384 <File
Josh Coalsonb5f35942007-03-23 05:16:34 +0000385 RelativePath=".\ia32\bitreader_asm.nasm"
386 >
387 <FileConfiguration
388 Name="Debug|Win32"
389 >
390 <Tool
391 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100392 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
Josh Coalsonb5f35942007-03-23 05:16:34 +0000393 AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
394 Outputs="ia32/bitreader_asm.obj"
395 />
396 </FileConfiguration>
397 <FileConfiguration
398 Name="Release|Win32"
399 >
400 <Tool
401 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100402 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
Josh Coalsonb5f35942007-03-23 05:16:34 +0000403 AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
404 Outputs="ia32/bitreader_asm.obj"
405 />
406 </FileConfiguration>
407 </File>
408 <File
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000409 RelativePath=".\ia32\cpu_asm.nasm"
410 >
411 <FileConfiguration
412 Name="Debug|Win32"
413 >
414 <Tool
415 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100416 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000417 AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
418 Outputs="ia32/cpu_asm.obj"
419 />
420 </FileConfiguration>
421 <FileConfiguration
422 Name="Release|Win32"
423 >
424 <Tool
425 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100426 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000427 AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
428 Outputs="ia32/cpu_asm.obj"
429 />
430 </FileConfiguration>
431 </File>
432 <File
433 RelativePath=".\ia32\fixed_asm.nasm"
434 >
435 <FileConfiguration
436 Name="Debug|Win32"
437 >
438 <Tool
439 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100440 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000441 AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
442 Outputs="ia32/fixed_asm.obj"
443 />
444 </FileConfiguration>
445 <FileConfiguration
446 Name="Release|Win32"
447 >
448 <Tool
449 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100450 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000451 AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
452 Outputs="ia32/fixed_asm.obj"
453 />
454 </FileConfiguration>
455 </File>
456 <File
457 RelativePath=".\ia32\lpc_asm.nasm"
458 >
459 <FileConfiguration
460 Name="Debug|Win32"
461 >
462 <Tool
463 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100464 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000465 AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
466 Outputs="ia32/lpc_asm.obj"
467 />
468 </FileConfiguration>
469 <FileConfiguration
470 Name="Release|Win32"
471 >
472 <Tool
473 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100474 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000475 AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
476 Outputs="ia32/lpc_asm.obj"
477 />
478 </FileConfiguration>
479 </File>
Josh Coalson717ea8c2007-04-04 01:01:28 +0000480 <File
481 RelativePath=".\ia32\stream_encoder_asm.nasm"
482 >
483 <FileConfiguration
484 Name="Debug|Win32"
485 >
486 <Tool
487 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100488 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
Josh Coalson717ea8c2007-04-04 01:01:28 +0000489 AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
490 Outputs="ia32/stream_encoder_asm.obj"
491 />
492 </FileConfiguration>
493 <FileConfiguration
494 Name="Release|Win32"
495 >
496 <Tool
497 Name="VCCustomBuildTool"
Erik de Castro Lopoc152d1a2013-03-18 06:22:51 +1100498 CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
Josh Coalson717ea8c2007-04-04 01:01:28 +0000499 AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
500 Outputs="ia32/stream_encoder_asm.obj"
501 />
502 </FileConfiguration>
503 </File>
Josh Coalsoncb6dc722007-02-22 01:57:21 +0000504 </Files>
505 <Globals>
506 </Globals>
507</VisualStudioProject>