1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="LibSndFile"
6	ProjectGUID="{342BDA83-C83F-4168-8425-E1DF72F47018}"
7	RootNamespace="LibSndFile"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\"
22			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
23			ConfigurationType="2"
24			CharacterSet="0"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="SndFile;..\..\libsndfile\src;../../flac/include;../../libogg/include;../../libvorbis/include"
45				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSNDFILE_EXPORTS;inline=__inline"
46				StringPooling="true"
47				MinimalRebuild="true"
48				ExceptionHandling="0"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="1"
51				EnableFunctionLevelLinking="true"
52				FloatingPointModel="2"
53				RuntimeTypeInfo="false"
54				UsePrecompiledHeader="0"
55				WarningLevel="3"
56				WarnAsError="true"
57				DebugInformationFormat="3"
58				DisableSpecificWarnings="4244"
59			/>
60			<Tool
61				Name="VCManagedResourceCompilerTool"
62			/>
63			<Tool
64				Name="VCResourceCompilerTool"
65			/>
66			<Tool
67				Name="VCPreLinkEventTool"
68			/>
69			<Tool
70				Name="VCLinkerTool"
71				OutputFile="$(SolutionDir)$(ConfigurationName)\$(ProjectName)-1.dll"
72				ModuleDefinitionFile="..\..\libsndfile\src\libsndfile-1.def"
73				GenerateDebugInformation="true"
74				SetChecksum="true"
75				ImportLibrary="$(OutDir)$(TargetName).lib"
76			/>
77			<Tool
78				Name="VCALinkTool"
79			/>
80			<Tool
81				Name="VCManifestTool"
82			/>
83			<Tool
84				Name="VCXDCMakeTool"
85			/>
86			<Tool
87				Name="VCBscMakeTool"
88			/>
89			<Tool
90				Name="VCFxCopTool"
91			/>
92			<Tool
93				Name="VCAppVerifierTool"
94			/>
95			<Tool
96				Name="VCPostBuildEventTool"
97			/>
98		</Configuration>
99		<Configuration
100			Name="Release|Win32"
101			OutputDirectory="$(SolutionDir)$(ConfigurationName)\lib\"
102			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
103			ConfigurationType="2"
104			CharacterSet="0"
105			WholeProgramOptimization="1"
106			>
107			<Tool
108				Name="VCPreBuildEventTool"
109			/>
110			<Tool
111				Name="VCCustomBuildTool"
112			/>
113			<Tool
114				Name="VCXMLDataGeneratorTool"
115			/>
116			<Tool
117				Name="VCWebServiceProxyGeneratorTool"
118			/>
119			<Tool
120				Name="VCMIDLTool"
121			/>
122			<Tool
123				Name="VCCLCompilerTool"
124				Optimization="2"
125				EnableIntrinsicFunctions="true"
126				AdditionalIncludeDirectories="SndFile;..\..\libsndfile\src;../../flac/include;../../libogg/include;../../libvorbis/include"
127				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;LIBSNDFILE_EXPORTS;inline=__inline"
128				StringPooling="true"
129				ExceptionHandling="0"
130				RuntimeLibrary="0"
131				EnableFunctionLevelLinking="true"
132				FloatingPointModel="2"
133				RuntimeTypeInfo="false"
134				UsePrecompiledHeader="0"
135				WarningLevel="3"
136				WarnAsError="true"
137				DebugInformationFormat="3"
138				DisableSpecificWarnings="4244"
139			/>
140			<Tool
141				Name="VCManagedResourceCompilerTool"
142			/>
143			<Tool
144				Name="VCResourceCompilerTool"
145			/>
146			<Tool
147				Name="VCPreLinkEventTool"
148			/>
149			<Tool
150				Name="VCLinkerTool"
151				OutputFile="$(SolutionDir)$(ConfigurationName)\$(ProjectName)-1.dll"
152				ModuleDefinitionFile="..\..\libsndfile\src\libsndfile-1.def"
153				GenerateDebugInformation="true"
154				OptimizeReferences="2"
155				EnableCOMDATFolding="2"
156				SetChecksum="true"
157				ImportLibrary="$(OutDir)$(TargetName).lib"
158			/>
159			<Tool
160				Name="VCALinkTool"
161			/>
162			<Tool
163				Name="VCManifestTool"
164			/>
165			<Tool
166				Name="VCXDCMakeTool"
167			/>
168			<Tool
169				Name="VCBscMakeTool"
170			/>
171			<Tool
172				Name="VCFxCopTool"
173			/>
174			<Tool
175				Name="VCAppVerifierTool"
176			/>
177			<Tool
178				Name="VCPostBuildEventTool"
179			/>
180		</Configuration>
181	</Configurations>
182	<References>
183	</References>
184	<Files>
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="..\..\libsndfile\src\aiff.c"
192				>
193			</File>
194			<File
195				RelativePath="..\..\libsndfile\src\alaw.c"
196				>
197			</File>
198			<File
199				RelativePath="..\..\libsndfile\src\au.c"
200				>
201			</File>
202			<File
203				RelativePath="..\..\libsndfile\src\audio_detect.c"
204				>
205			</File>
206			<File
207				RelativePath="..\..\libsndfile\src\avr.c"
208				>
209			</File>
210			<File
211				RelativePath="..\..\libsndfile\src\broadcast.c"
212				>
213			</File>
214			<File
215				RelativePath="..\..\libsndfile\src\caf.c"
216				>
217			</File>
218			<File
219				RelativePath="..\..\libsndfile\src\chanmap.c"
220				>
221			</File>
222			<File
223				RelativePath="..\..\libsndfile\src\chunk.c"
224				>
225			</File>
226			<File
227				RelativePath="..\..\libsndfile\src\command.c"
228				>
229			</File>
230			<File
231				RelativePath="..\..\libsndfile\src\common.c"
232				>
233			</File>
234			<File
235				RelativePath="..\..\libsndfile\src\dither.c"
236				>
237			</File>
238			<File
239				RelativePath="..\..\libsndfile\src\double64.c"
240				>
241			</File>
242			<File
243				RelativePath="..\..\libsndfile\src\dwd.c"
244				>
245			</File>
246			<File
247				RelativePath="..\..\libsndfile\src\dwvw.c"
248				>
249			</File>
250			<File
251				RelativePath="..\..\libsndfile\src\file_io.c"
252				>
253			</File>
254			<File
255				RelativePath="..\..\libsndfile\src\flac.c"
256				>
257			</File>
258			<File
259				RelativePath="..\..\libsndfile\src\float32.c"
260				>
261			</File>
262			<File
263				RelativePath="..\..\libsndfile\src\g72x.c"
264				>
265			</File>
266			<File
267				RelativePath="..\..\libsndfile\src\gsm610.c"
268				>
269			</File>
270			<File
271				RelativePath="..\..\libsndfile\src\htk.c"
272				>
273			</File>
274			<File
275				RelativePath="..\..\libsndfile\src\id3.c"
276				>
277			</File>
278			<File
279				RelativePath="..\..\libsndfile\src\ima_adpcm.c"
280				>
281			</File>
282			<File
283				RelativePath="..\..\libsndfile\src\ima_oki_adpcm.c"
284				>
285			</File>
286			<File
287				RelativePath="..\..\libsndfile\src\interleave.c"
288				>
289			</File>
290			<File
291				RelativePath="..\..\libsndfile\src\ircam.c"
292				>
293			</File>
294			<File
295				RelativePath="..\..\libsndfile\src\macbinary3.c"
296				>
297			</File>
298			<File
299				RelativePath="..\..\libsndfile\src\macos.c"
300				>
301			</File>
302			<File
303				RelativePath="..\..\libsndfile\src\mat4.c"
304				>
305			</File>
306			<File
307				RelativePath="..\..\libsndfile\src\mat5.c"
308				>
309			</File>
310			<File
311				RelativePath="..\..\libsndfile\src\mpc2k.c"
312				>
313			</File>
314			<File
315				RelativePath="..\..\libsndfile\src\ms_adpcm.c"
316				>
317			</File>
318			<File
319				RelativePath="..\..\libsndfile\src\nist.c"
320				>
321			</File>
322			<File
323				RelativePath="..\..\libsndfile\src\ogg.c"
324				>
325			</File>
326			<File
327				RelativePath="..\..\libsndfile\src\paf.c"
328				>
329			</File>
330			<File
331				RelativePath="..\..\libsndfile\src\pcm.c"
332				>
333			</File>
334			<File
335				RelativePath="..\..\libsndfile\src\pvf.c"
336				>
337			</File>
338			<File
339				RelativePath="..\..\libsndfile\src\raw.c"
340				>
341			</File>
342			<File
343				RelativePath="..\..\libsndfile\src\rf64.c"
344				>
345			</File>
346			<File
347				RelativePath="..\..\libsndfile\src\rx2.c"
348				>
349			</File>
350			<File
351				RelativePath="..\..\libsndfile\src\sd2.c"
352				>
353			</File>
354			<File
355				RelativePath="..\..\libsndfile\src\sds.c"
356				>
357			</File>
358			<File
359				RelativePath="..\..\libsndfile\src\sndfile.c"
360				>
361			</File>
362			<File
363				RelativePath="..\..\libsndfile\src\strings.c"
364				>
365			</File>
366			<File
367				RelativePath="..\..\libsndfile\src\svx.c"
368				>
369			</File>
370			<File
371				RelativePath="..\..\libsndfile\src\txw.c"
372				>
373			</File>
374			<File
375				RelativePath="..\..\libsndfile\src\ulaw.c"
376				>
377			</File>
378			<File
379				RelativePath="..\..\libsndfile\src\voc.c"
380				>
381			</File>
382			<File
383				RelativePath="..\..\libsndfile\src\vox_adpcm.c"
384				>
385			</File>
386			<File
387				RelativePath="..\..\libsndfile\src\w64.c"
388				>
389			</File>
390			<File
391				RelativePath="..\..\libsndfile\src\wav.c"
392				>
393			</File>
394			<File
395				RelativePath="..\..\libsndfile\src\wav_w64.c"
396				>
397			</File>
398			<File
399				RelativePath="..\..\libsndfile\src\windows.c"
400				>
401			</File>
402			<File
403				RelativePath="..\..\libsndfile\src\wve.c"
404				>
405			</File>
406			<File
407				RelativePath="..\..\libsndfile\src\xi.c"
408				>
409			</File>
410		</Filter>
411		<Filter
412			Name="Header Files"
413			Filter="h;hpp;hxx;hm;inl;inc;xsd"
414			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
415			>
416			<File
417				RelativePath="..\..\libsndfile\src\common.h"
418				>
419			</File>
420			<File
421				RelativePath="..\..\libsndfile\src\GSM610\config.h"
422				>
423			</File>
424			<File
425				RelativePath="..\..\libsndfile\src\G72x\g72x.h"
426				>
427			</File>
428			<File
429				RelativePath="..\..\libsndfile\src\G72x\g72x_priv.h"
430				>
431			</File>
432			<File
433				RelativePath="..\..\libsndfile\src\GSM610\gsm.h"
434				>
435			</File>
436			<File
437				RelativePath="..\..\libsndfile\src\GSM610\gsm610_priv.h"
438				>
439			</File>
440			<File
441				RelativePath="..\..\libsndfile\src\ima_oki_adpcm.h"
442				>
443			</File>
444			<File
445				RelativePath="..\..\libsndfile\src\sf_unistd.h"
446				>
447			</File>
448			<File
449				RelativePath="..\..\libsndfile\src\sfconfig.h"
450				>
451			</File>
452			<File
453				RelativePath="..\..\libsndfile\src\sfendian.h"
454				>
455			</File>
456			<File
457				RelativePath="..\..\libsndfile\src\test_main.h"
458				>
459			</File>
460			<File
461				RelativePath="..\..\libsndfile\src\wav_w64.h"
462				>
463			</File>
464		</Filter>
465		<Filter
466			Name="Config files"
467			>
468			<File
469				RelativePath="SndFile\config.h"
470				>
471			</File>
472			<File
473				RelativePath="..\..\libsndfile\src\libsndfile-1.def"
474				>
475			</File>
476			<File
477				RelativePath="SndFile\sndfile.h"
478				>
479			</File>
480		</Filter>
481	</Files>
482	<Globals>
483	</Globals>
484</VisualStudioProject>
485