1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8,00"
5	Name="libmikmod"
6	ProjectGUID="{C118ACA9-74E7-4433-8433-452B33A77716}"
7	RootNamespace="libmikmod"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14		<Platform
15			Name="x64"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Debug|Win32"
23			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
24			IntermediateDirectory="$(ConfigurationName)"
25			ConfigurationType="2"
26			CharacterSet="0"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCMIDLTool"
39			/>
40			<Tool
41				Name="VCCLCompilerTool"
42				Optimization="0"
43				AdditionalIncludeDirectories="..\..\win32;..\..\include"
44				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MIKMOD_BUILD;DLL_EXPORT;DRV_DS;DRV_WIN;DRV_AIFF;DRV_WAV;DRV_RAW;HAVE_LIMITS_H;HAVE_FCNTL_H"
45				MinimalRebuild="true"
46				ExceptionHandling="0"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				UsePrecompiledHeader="0"
50				WarningLevel="3"
51				DebugInformationFormat="4"
52				CompileAs="1"
53			/>
54			<Tool
55				Name="VCManagedResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCPreLinkEventTool"
62			/>
63			<Tool
64				Name="VCLinkerTool"
65				AdditionalDependencies="dsound.lib"
66				LinkIncremental="2"
67				GenerateDebugInformation="true"
68				SubSystem="1"
69				TargetMachine="1"
70			/>
71			<Tool
72				Name="VCALinkTool"
73			/>
74			<Tool
75				Name="VCManifestTool"
76			/>
77			<Tool
78				Name="VCXDCMakeTool"
79			/>
80			<Tool
81				Name="VCBscMakeTool"
82			/>
83			<Tool
84				Name="VCFxCopTool"
85			/>
86			<Tool
87				Name="VCAppVerifierTool"
88			/>
89			<Tool
90				Name="VCPostBuildEventTool"
91			/>
92		</Configuration>
93		<Configuration
94			Name="Release|Win32"
95			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96			IntermediateDirectory="$(ConfigurationName)"
97			ConfigurationType="2"
98			CharacterSet="0"
99			WholeProgramOptimization="1"
100			>
101			<Tool
102				Name="VCPreBuildEventTool"
103			/>
104			<Tool
105				Name="VCCustomBuildTool"
106			/>
107			<Tool
108				Name="VCXMLDataGeneratorTool"
109			/>
110			<Tool
111				Name="VCMIDLTool"
112			/>
113			<Tool
114				Name="VCCLCompilerTool"
115				AdditionalIncludeDirectories="..\..\win32;..\..\include"
116				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MIKMOD_BUILD;DLL_EXPORT;DRV_DS;DRV_WIN;DRV_AIFF;DRV_WAV;DRV_RAW;HAVE_LIMITS_H;HAVE_FCNTL_H"
117				ExceptionHandling="0"
118				RuntimeLibrary="2"
119				UsePrecompiledHeader="0"
120				WarningLevel="3"
121				DebugInformationFormat="3"
122				CompileAs="1"
123			/>
124			<Tool
125				Name="VCManagedResourceCompilerTool"
126			/>
127			<Tool
128				Name="VCResourceCompilerTool"
129			/>
130			<Tool
131				Name="VCPreLinkEventTool"
132			/>
133			<Tool
134				Name="VCLinkerTool"
135				AdditionalDependencies="dsound.lib"
136				LinkIncremental="1"
137				GenerateDebugInformation="true"
138				SubSystem="1"
139				OptimizeReferences="2"
140				EnableCOMDATFolding="2"
141				TargetMachine="1"
142			/>
143			<Tool
144				Name="VCALinkTool"
145			/>
146			<Tool
147				Name="VCManifestTool"
148			/>
149			<Tool
150				Name="VCXDCMakeTool"
151			/>
152			<Tool
153				Name="VCBscMakeTool"
154			/>
155			<Tool
156				Name="VCFxCopTool"
157			/>
158			<Tool
159				Name="VCAppVerifierTool"
160			/>
161			<Tool
162				Name="VCPostBuildEventTool"
163			/>
164		</Configuration>
165		<Configuration
166			Name="Debug|x64"
167			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
168			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
169			ConfigurationType="2"
170			CharacterSet="0"
171			>
172			<Tool
173				Name="VCPreBuildEventTool"
174			/>
175			<Tool
176				Name="VCCustomBuildTool"
177			/>
178			<Tool
179				Name="VCXMLDataGeneratorTool"
180			/>
181			<Tool
182				Name="VCMIDLTool"
183				TargetEnvironment="3"
184			/>
185			<Tool
186				Name="VCCLCompilerTool"
187				Optimization="0"
188				AdditionalIncludeDirectories="..\..\win32;..\..\include"
189				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MIKMOD_BUILD;DLL_EXPORT;DRV_DS;DRV_WIN;DRV_AIFF;DRV_WAV;DRV_RAW;HAVE_LIMITS_H;HAVE_FCNTL_H"
190				MinimalRebuild="true"
191				ExceptionHandling="0"
192				BasicRuntimeChecks="3"
193				RuntimeLibrary="3"
194				UsePrecompiledHeader="0"
195				WarningLevel="3"
196				DebugInformationFormat="3"
197				CompileAs="1"
198			/>
199			<Tool
200				Name="VCManagedResourceCompilerTool"
201			/>
202			<Tool
203				Name="VCResourceCompilerTool"
204			/>
205			<Tool
206				Name="VCPreLinkEventTool"
207			/>
208			<Tool
209				Name="VCLinkerTool"
210				AdditionalDependencies="dsound.lib"
211				LinkIncremental="2"
212				GenerateDebugInformation="true"
213				SubSystem="1"
214				TargetMachine="17"
215			/>
216			<Tool
217				Name="VCALinkTool"
218			/>
219			<Tool
220				Name="VCManifestTool"
221			/>
222			<Tool
223				Name="VCXDCMakeTool"
224			/>
225			<Tool
226				Name="VCBscMakeTool"
227			/>
228			<Tool
229				Name="VCFxCopTool"
230			/>
231			<Tool
232				Name="VCAppVerifierTool"
233			/>
234			<Tool
235				Name="VCPostBuildEventTool"
236			/>
237		</Configuration>
238		<Configuration
239			Name="Release|x64"
240			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
241			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
242			ConfigurationType="2"
243			CharacterSet="0"
244			WholeProgramOptimization="1"
245			>
246			<Tool
247				Name="VCPreBuildEventTool"
248			/>
249			<Tool
250				Name="VCCustomBuildTool"
251			/>
252			<Tool
253				Name="VCXMLDataGeneratorTool"
254			/>
255			<Tool
256				Name="VCMIDLTool"
257				TargetEnvironment="3"
258			/>
259			<Tool
260				Name="VCCLCompilerTool"
261				AdditionalIncludeDirectories="..\..\win32;..\..\include"
262				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MIKMOD_BUILD;DLL_EXPORT;DRV_DS;DRV_WIN;DRV_AIFF;DRV_WAV;DRV_RAW;HAVE_LIMITS_H;HAVE_FCNTL_H"
263				ExceptionHandling="0"
264				RuntimeLibrary="2"
265				UsePrecompiledHeader="0"
266				WarningLevel="3"
267				DebugInformationFormat="3"
268				CompileAs="1"
269			/>
270			<Tool
271				Name="VCManagedResourceCompilerTool"
272			/>
273			<Tool
274				Name="VCResourceCompilerTool"
275			/>
276			<Tool
277				Name="VCPreLinkEventTool"
278			/>
279			<Tool
280				Name="VCLinkerTool"
281				AdditionalDependencies="dsound.lib"
282				LinkIncremental="1"
283				GenerateDebugInformation="true"
284				SubSystem="1"
285				OptimizeReferences="2"
286				EnableCOMDATFolding="2"
287				TargetMachine="17"
288			/>
289			<Tool
290				Name="VCALinkTool"
291			/>
292			<Tool
293				Name="VCManifestTool"
294			/>
295			<Tool
296				Name="VCXDCMakeTool"
297			/>
298			<Tool
299				Name="VCBscMakeTool"
300			/>
301			<Tool
302				Name="VCFxCopTool"
303			/>
304			<Tool
305				Name="VCAppVerifierTool"
306			/>
307			<Tool
308				Name="VCPostBuildEventTool"
309			/>
310		</Configuration>
311	</Configurations>
312	<References>
313	</References>
314	<Files>
315		<Filter
316			Name="Source Files"
317			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
318			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
319			>
320			<File
321				RelativePath="..\..\drivers\drv_aiff.c"
322				>
323			</File>
324			<File
325				RelativePath="..\..\drivers\drv_ds.c"
326				>
327			</File>
328			<File
329				RelativePath="..\..\drivers\drv_nos.c"
330				>
331			</File>
332			<File
333				RelativePath="..\..\drivers\drv_openal.c"
334				>
335			</File>
336			<File
337				RelativePath="..\..\drivers\drv_raw.c"
338				>
339			</File>
340			<File
341				RelativePath="..\..\drivers\drv_sdl.c"
342				>
343			</File>
344			<File
345				RelativePath="..\..\drivers\drv_stdout.c"
346				>
347			</File>
348			<File
349				RelativePath="..\..\drivers\drv_wav.c"
350				>
351			</File>
352			<File
353				RelativePath="..\..\drivers\drv_win.c"
354				>
355			</File>
356			<File
357				RelativePath="..\..\drivers\drv_xaudio2.c"
358				>
359			</File>
360			<File
361				RelativePath="..\..\loaders\load_669.c"
362				>
363			</File>
364			<File
365				RelativePath="..\..\loaders\load_amf.c"
366				>
367			</File>
368			<File
369				RelativePath="..\..\loaders\load_asy.c"
370				>
371			</File>
372			<File
373				RelativePath="..\..\loaders\load_dsm.c"
374				>
375			</File>
376			<File
377				RelativePath="..\..\loaders\load_far.c"
378				>
379			</File>
380			<File
381				RelativePath="..\..\loaders\load_gdm.c"
382				>
383			</File>
384			<File
385				RelativePath="..\..\loaders\load_gt2.c"
386				>
387			</File>
388			<File
389				RelativePath="..\..\loaders\load_imf.c"
390				>
391			</File>
392			<File
393				RelativePath="..\..\loaders\load_it.c"
394				>
395			</File>
396			<File
397				RelativePath="..\..\loaders\load_m15.c"
398				>
399			</File>
400			<File
401				RelativePath="..\..\loaders\load_med.c"
402				>
403			</File>
404			<File
405				RelativePath="..\..\loaders\load_mod.c"
406				>
407			</File>
408			<File
409				RelativePath="..\..\loaders\load_mtm.c"
410				>
411			</File>
412			<File
413				RelativePath="..\..\loaders\load_okt.c"
414				>
415			</File>
416			<File
417				RelativePath="..\..\loaders\load_s3m.c"
418				>
419			</File>
420			<File
421				RelativePath="..\..\loaders\load_stm.c"
422				>
423			</File>
424			<File
425				RelativePath="..\..\loaders\load_stx.c"
426				>
427			</File>
428			<File
429				RelativePath="..\..\loaders\load_ult.c"
430				>
431			</File>
432			<File
433				RelativePath="..\..\loaders\load_umx.c"
434				>
435			</File>
436			<File
437				RelativePath="..\..\loaders\load_uni.c"
438				>
439			</File>
440			<File
441				RelativePath="..\..\loaders\load_xm.c"
442				>
443			</File>
444			<File
445				RelativePath="..\..\playercode\mdreg.c"
446				>
447			</File>
448			<File
449				RelativePath="..\..\playercode\mdriver.c"
450				>
451			</File>
452			<File
453				RelativePath="..\..\playercode\mloader.c"
454				>
455			</File>
456			<File
457				RelativePath="..\..\playercode\mlreg.c"
458				>
459			</File>
460			<File
461				RelativePath="..\..\playercode\mlutil.c"
462				>
463			</File>
464			<File
465				RelativePath="..\..\mmio\mmalloc.c"
466				>
467			</File>
468			<File
469				RelativePath="..\..\mmio\mmerror.c"
470				>
471			</File>
472			<File
473				RelativePath="..\..\mmio\mmio.c"
474				>
475			</File>
476			<File
477				RelativePath="..\..\depackers\mmcmp.c"
478				>
479			</File>
480			<File
481				RelativePath="..\..\depackers\pp20.c"
482				>
483			</File>
484			<File
485				RelativePath="..\..\depackers\s404.c"
486				>
487			</File>
488			<File
489				RelativePath="..\..\depackers\xpk.c"
490				>
491			</File>
492			<File
493				RelativePath="..\..\playercode\mplayer.c"
494				>
495			</File>
496			<File
497				RelativePath="..\..\playercode\munitrk.c"
498				>
499			</File>
500			<File
501				RelativePath="..\..\playercode\mwav.c"
502				>
503			</File>
504			<File
505				RelativePath="..\..\playercode\npertab.c"
506				>
507			</File>
508			<File
509				RelativePath="..\..\playercode\sloader.c"
510				>
511			</File>
512			<File
513				RelativePath="..\..\playercode\virtch.c"
514				>
515			</File>
516			<File
517				RelativePath="..\..\playercode\virtch2.c"
518				>
519			</File>
520			<File
521				RelativePath="..\..\playercode\virtch_common.c"
522				>
523			</File>
524			<File
525				RelativePath="..\..\posix\strcasecmp.c"
526				>
527			</File>
528		</Filter>
529		<Filter
530			Name="Header Files"
531			Filter="h;hpp;hxx;hm;inl;inc;xsd"
532			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
533			>
534			<File
535				RelativePath="..\..\include\mikmod.h"
536				>
537			</File>
538			<File
539				RelativePath="..\..\include\mikmod_ctype.h"
540				>
541			</File>
542			<File
543				RelativePath="..\..\include\mikmod_internals.h"
544				>
545			</File>
546		</Filter>
547		<Filter
548			Name="Resource Files"
549			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
550			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
551			>
552		</Filter>
553	</Files>
554	<Globals>
555	</Globals>
556</VisualStudioProject>
557