1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="sound"
6	ProjectGUID="{BF149D97-7520-4788-9CD1-3D99C5C8150F}"
7	RootNamespace="sound"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15		<Platform
16			Name="x64"
17		/>
18	</Platforms>
19	<ToolFiles>
20	</ToolFiles>
21	<Configurations>
22		<Configuration
23			Name="Debug|Win32"
24			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
25			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
26			ConfigurationType="4"
27			CharacterSet="0"
28			>
29			<Tool
30				Name="VCPreBuildEventTool"
31			/>
32			<Tool
33				Name="VCCustomBuildTool"
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				Optimization="0"
47				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
48				PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
49				StringPooling="true"
50				MinimalRebuild="true"
51				ExceptionHandling="0"
52				BasicRuntimeChecks="3"
53				RuntimeLibrary="3"
54				BufferSecurityCheck="true"
55				EnableFunctionLevelLinking="true"
56				UsePrecompiledHeader="0"
57				WarningLevel="3"
58				Detect64BitPortabilityProblems="true"
59				DebugInformationFormat="4"
60				CompileAs="1"
61			/>
62			<Tool
63				Name="VCManagedResourceCompilerTool"
64			/>
65			<Tool
66				Name="VCResourceCompilerTool"
67			/>
68			<Tool
69				Name="VCPreLinkEventTool"
70			/>
71			<Tool
72				Name="VCLibrarianTool"
73			/>
74			<Tool
75				Name="VCALinkTool"
76			/>
77			<Tool
78				Name="VCXDCMakeTool"
79			/>
80			<Tool
81				Name="VCBscMakeTool"
82			/>
83			<Tool
84				Name="VCFxCopTool"
85			/>
86			<Tool
87				Name="VCPostBuildEventTool"
88			/>
89		</Configuration>
90		<Configuration
91			Name="Debug|x64"
92			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
93			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
94			ConfigurationType="4"
95			CharacterSet="0"
96			>
97			<Tool
98				Name="VCPreBuildEventTool"
99			/>
100			<Tool
101				Name="VCCustomBuildTool"
102			/>
103			<Tool
104				Name="VCXMLDataGeneratorTool"
105			/>
106			<Tool
107				Name="VCWebServiceProxyGeneratorTool"
108			/>
109			<Tool
110				Name="VCMIDLTool"
111				TargetEnvironment="3"
112			/>
113			<Tool
114				Name="VCCLCompilerTool"
115				Optimization="0"
116				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
117				PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
118				StringPooling="true"
119				MinimalRebuild="true"
120				ExceptionHandling="0"
121				BasicRuntimeChecks="3"
122				RuntimeLibrary="3"
123				BufferSecurityCheck="true"
124				EnableFunctionLevelLinking="true"
125				UsePrecompiledHeader="0"
126				WarningLevel="3"
127				Detect64BitPortabilityProblems="true"
128				DebugInformationFormat="3"
129				CompileAs="1"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCPreLinkEventTool"
139			/>
140			<Tool
141				Name="VCLibrarianTool"
142			/>
143			<Tool
144				Name="VCALinkTool"
145			/>
146			<Tool
147				Name="VCXDCMakeTool"
148			/>
149			<Tool
150				Name="VCBscMakeTool"
151			/>
152			<Tool
153				Name="VCFxCopTool"
154			/>
155			<Tool
156				Name="VCPostBuildEventTool"
157			/>
158		</Configuration>
159		<Configuration
160			Name="Release|Win32"
161			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
162			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
163			ConfigurationType="4"
164			CharacterSet="0"
165			WholeProgramOptimization="1"
166			>
167			<Tool
168				Name="VCPreBuildEventTool"
169			/>
170			<Tool
171				Name="VCCustomBuildTool"
172			/>
173			<Tool
174				Name="VCXMLDataGeneratorTool"
175			/>
176			<Tool
177				Name="VCWebServiceProxyGeneratorTool"
178			/>
179			<Tool
180				Name="VCMIDLTool"
181			/>
182			<Tool
183				Name="VCCLCompilerTool"
184				InlineFunctionExpansion="2"
185				EnableIntrinsicFunctions="true"
186				FavorSizeOrSpeed="1"
187				OmitFramePointers="true"
188				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
189				PreprocessorDefinitions="WIN32;NDEBUG;HAVE_CONFIG_H"
190				StringPooling="true"
191				ExceptionHandling="0"
192				RuntimeLibrary="2"
193				BufferSecurityCheck="false"
194				EnableFunctionLevelLinking="true"
195				UsePrecompiledHeader="0"
196				WarningLevel="3"
197				Detect64BitPortabilityProblems="true"
198				DebugInformationFormat="3"
199				CompileAs="1"
200			/>
201			<Tool
202				Name="VCManagedResourceCompilerTool"
203			/>
204			<Tool
205				Name="VCResourceCompilerTool"
206			/>
207			<Tool
208				Name="VCPreLinkEventTool"
209			/>
210			<Tool
211				Name="VCLibrarianTool"
212			/>
213			<Tool
214				Name="VCALinkTool"
215			/>
216			<Tool
217				Name="VCXDCMakeTool"
218			/>
219			<Tool
220				Name="VCBscMakeTool"
221			/>
222			<Tool
223				Name="VCFxCopTool"
224			/>
225			<Tool
226				Name="VCPostBuildEventTool"
227			/>
228		</Configuration>
229		<Configuration
230			Name="Release|x64"
231			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
232			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
233			ConfigurationType="4"
234			CharacterSet="0"
235			WholeProgramOptimization="1"
236			>
237			<Tool
238				Name="VCPreBuildEventTool"
239			/>
240			<Tool
241				Name="VCCustomBuildTool"
242			/>
243			<Tool
244				Name="VCXMLDataGeneratorTool"
245			/>
246			<Tool
247				Name="VCWebServiceProxyGeneratorTool"
248			/>
249			<Tool
250				Name="VCMIDLTool"
251				TargetEnvironment="3"
252			/>
253			<Tool
254				Name="VCCLCompilerTool"
255				InlineFunctionExpansion="2"
256				EnableIntrinsicFunctions="true"
257				FavorSizeOrSpeed="1"
258				OmitFramePointers="true"
259				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
260				PreprocessorDefinitions="WIN32;NDEBUG;HAVE_CONFIG_H"
261				StringPooling="true"
262				ExceptionHandling="0"
263				RuntimeLibrary="2"
264				BufferSecurityCheck="false"
265				EnableFunctionLevelLinking="true"
266				UsePrecompiledHeader="0"
267				WarningLevel="3"
268				Detect64BitPortabilityProblems="true"
269				DebugInformationFormat="3"
270				CompileAs="1"
271			/>
272			<Tool
273				Name="VCManagedResourceCompilerTool"
274			/>
275			<Tool
276				Name="VCResourceCompilerTool"
277			/>
278			<Tool
279				Name="VCPreLinkEventTool"
280			/>
281			<Tool
282				Name="VCLibrarianTool"
283			/>
284			<Tool
285				Name="VCALinkTool"
286			/>
287			<Tool
288				Name="VCXDCMakeTool"
289			/>
290			<Tool
291				Name="VCBscMakeTool"
292			/>
293			<Tool
294				Name="VCFxCopTool"
295			/>
296			<Tool
297				Name="VCPostBuildEventTool"
298			/>
299		</Configuration>
300		<Configuration
301			Name="Release (static)|Win32"
302			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
303			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
304			ConfigurationType="4"
305			CharacterSet="0"
306			WholeProgramOptimization="1"
307			>
308			<Tool
309				Name="VCPreBuildEventTool"
310			/>
311			<Tool
312				Name="VCCustomBuildTool"
313			/>
314			<Tool
315				Name="VCXMLDataGeneratorTool"
316			/>
317			<Tool
318				Name="VCWebServiceProxyGeneratorTool"
319			/>
320			<Tool
321				Name="VCMIDLTool"
322			/>
323			<Tool
324				Name="VCCLCompilerTool"
325				InlineFunctionExpansion="2"
326				EnableIntrinsicFunctions="true"
327				FavorSizeOrSpeed="1"
328				OmitFramePointers="true"
329				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
330				PreprocessorDefinitions="WIN32;NDEBUG;HAVE_CONFIG_H"
331				StringPooling="true"
332				ExceptionHandling="0"
333				RuntimeLibrary="0"
334				BufferSecurityCheck="false"
335				EnableFunctionLevelLinking="true"
336				UsePrecompiledHeader="0"
337				WarningLevel="3"
338				Detect64BitPortabilityProblems="true"
339				DebugInformationFormat="3"
340				CompileAs="1"
341			/>
342			<Tool
343				Name="VCManagedResourceCompilerTool"
344			/>
345			<Tool
346				Name="VCResourceCompilerTool"
347			/>
348			<Tool
349				Name="VCPreLinkEventTool"
350			/>
351			<Tool
352				Name="VCLibrarianTool"
353			/>
354			<Tool
355				Name="VCALinkTool"
356			/>
357			<Tool
358				Name="VCXDCMakeTool"
359			/>
360			<Tool
361				Name="VCBscMakeTool"
362			/>
363			<Tool
364				Name="VCFxCopTool"
365			/>
366			<Tool
367				Name="VCPostBuildEventTool"
368			/>
369		</Configuration>
370		<Configuration
371			Name="Release (static)|x64"
372			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
373			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
374			ConfigurationType="4"
375			CharacterSet="0"
376			WholeProgramOptimization="1"
377			>
378			<Tool
379				Name="VCPreBuildEventTool"
380			/>
381			<Tool
382				Name="VCCustomBuildTool"
383			/>
384			<Tool
385				Name="VCXMLDataGeneratorTool"
386			/>
387			<Tool
388				Name="VCWebServiceProxyGeneratorTool"
389			/>
390			<Tool
391				Name="VCMIDLTool"
392				TargetEnvironment="3"
393			/>
394			<Tool
395				Name="VCCLCompilerTool"
396				InlineFunctionExpansion="2"
397				EnableIntrinsicFunctions="true"
398				FavorSizeOrSpeed="1"
399				OmitFramePointers="true"
400				AdditionalIncludeDirectories="..\include;..\..\include;..\..\include\win32;..\..\qw\include"
401				PreprocessorDefinitions="WIN32;NDEBUG;HAVE_CONFIG_H"
402				StringPooling="true"
403				ExceptionHandling="0"
404				RuntimeLibrary="0"
405				BufferSecurityCheck="false"
406				EnableFunctionLevelLinking="true"
407				UsePrecompiledHeader="0"
408				WarningLevel="3"
409				Detect64BitPortabilityProblems="true"
410				DebugInformationFormat="3"
411				CompileAs="1"
412			/>
413			<Tool
414				Name="VCManagedResourceCompilerTool"
415			/>
416			<Tool
417				Name="VCResourceCompilerTool"
418			/>
419			<Tool
420				Name="VCPreLinkEventTool"
421			/>
422			<Tool
423				Name="VCLibrarianTool"
424			/>
425			<Tool
426				Name="VCALinkTool"
427			/>
428			<Tool
429				Name="VCXDCMakeTool"
430			/>
431			<Tool
432				Name="VCBscMakeTool"
433			/>
434			<Tool
435				Name="VCFxCopTool"
436			/>
437			<Tool
438				Name="VCPostBuildEventTool"
439			/>
440		</Configuration>
441	</Configurations>
442	<References>
443	</References>
444	<Files>
445		<Filter
446			Name="Source Files"
447			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
448			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
449			>
450			<File
451				RelativePath="..\..\libs\audio\cd.c"
452				>
453			</File>
454			<File
455				RelativePath="..\..\libs\audio\cd\cd_win.c"
456				>
457			</File>
458			<File
459				RelativePath="..\..\libs\audio\snd.c"
460				>
461			</File>
462			<File
463				RelativePath="..\..\libs\audio\renderer\snd_channels.c"
464				>
465			</File>
466			<File
467				RelativePath="..\..\libs\audio\renderer\snd_dma.c"
468				>
469			</File>
470			<File
471				RelativePath="..\..\libs\audio\renderer\snd_mem.c"
472				>
473			</File>
474			<File
475				RelativePath="..\..\libs\audio\renderer\snd_mix.c"
476				>
477			</File>
478			<File
479				RelativePath="..\..\libs\audio\snd_progs.c"
480				>
481			</File>
482			<File
483				RelativePath="..\..\libs\audio\renderer\snd_resample.c"
484				>
485			</File>
486			<File
487				RelativePath="..\..\libs\audio\renderer\snd_sfx.c"
488				>
489			</File>
490			<File
491				RelativePath="..\..\libs\audio\targets\snd_win.c"
492				>
493			</File>
494			<File
495				RelativePath="..\..\libs\audio\renderer\wav.c"
496				>
497			</File>
498		</Filter>
499		<Filter
500			Name="Header Files"
501			Filter="h;hpp;hxx;hm;inl;inc;xsd"
502			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
503			>
504		</Filter>
505		<Filter
506			Name="Resource Files"
507			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
508			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
509			>
510		</Filter>
511	</Files>
512	<Globals>
513	</Globals>
514</VisualStudioProject>
515