Skip to content

Latest commit

 

History

History
executable file
·
1034 lines (1034 loc) · 22.9 KB

SDL_mixer.vcproj

File metadata and controls

executable file
·
1034 lines (1034 loc) · 22.9 KB
 
Jan 18, 2011
Jan 18, 2011
1
2
3
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Jan 1, 2012
Jan 1, 2012
4
Version="9.00"
Jan 18, 2011
Jan 18, 2011
5
6
7
Name="SDL_mixer"
ProjectGUID="{F7E944B3-0815-40CD-B3E4-90B2A15B0E33}"
RootNamespace="SDL_mixer"
Jan 1, 2012
Jan 1, 2012
8
TargetFrameworkVersion="131072"
Jan 18, 2011
Jan 18, 2011
9
10
11
12
13
>
<Platforms>
<Platform
Name="Win32"
/>
Jan 9, 2012
Jan 9, 2012
14
15
16
<Platform
Name="x64"
/>
Jan 18, 2011
Jan 18, 2011
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug/SDL_mixer.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/D OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;"
Optimization="0"
Jan 9, 2012
Jan 9, 2012
55
56
AdditionalIncludeDirectories="..\timidity;..\native_midi;external\include"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WAV_MUSIC;MOD_MUSIC;MOD_DYNAMIC=\&quot;libmikmod-2.dll\&quot;;OGG_MUSIC;OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;;FLAC_MUSIC;FLAC_DYNAMIC=\&quot;libFLAC-8.dll\&quot;;MP3_MUSIC;MP3_DYNAMIC=\&quot;smpeg.dll\&quot;;MID_MUSIC;USE_TIMIDITY_MIDI;USE_NATIVE_MIDI"
Jan 18, 2011
Jan 18, 2011
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
MinimalRebuild="true"
RuntimeLibrary="2"
PrecompiledHeaderFile=".\Debug/SDL_mixer.pch"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib SDL.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL_mixer.pdb"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Debug/SDL_mixer.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Jan 9, 2012
Jan 9, 2012
109
110
111
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Jan 18, 2011
Jan 18, 2011
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
131
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
132
133
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
134
135
TargetEnvironment="3"
TypeLibraryName=".\Debug/SDL_mixer.tlb"
Jan 18, 2011
Jan 18, 2011
136
137
138
139
140
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/D OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;"
Jan 9, 2012
Jan 9, 2012
141
Optimization="0"
Jan 9, 2012
Jan 9, 2012
142
AdditionalIncludeDirectories="..\timidity;..\native_midi;external\include"
Jan 9, 2012
Jan 9, 2012
143
144
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WAV_MUSIC;MOD_MUSIC;MOD_DYNAMIC=\&quot;libmikmod-2.dll\&quot;;OGG_MUSIC;OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;;FLAC_MUSIC;FLAC_DYNAMIC=\&quot;libFLAC-8.dll\&quot;;MP3_MUSIC;MP3_DYNAMIC=\&quot;smpeg.dll\&quot;;MID_MUSIC;USE_TIMIDITY_MIDI;USE_NATIVE_MIDI"
MinimalRebuild="true"
Jan 18, 2011
Jan 18, 2011
145
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
146
PrecompiledHeaderFile=".\Debug/SDL_mixer.pch"
Jan 18, 2011
Jan 18, 2011
147
WarningLevel="3"
Jan 9, 2012
Jan 9, 2012
148
149
SuppressStartupBanner="true"
DebugInformationFormat="3"
Jan 18, 2011
Jan 18, 2011
150
151
152
153
154
155
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
156
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
157
158
159
160
161
162
163
164
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib SDL.lib"
Jan 9, 2012
Jan 9, 2012
165
166
167
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL_mixer.pdb"
Jan 18, 2011
Jan 18, 2011
168
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
169
TargetMachine="17"
Jan 18, 2011
Jan 18, 2011
170
171
172
173
174
175
176
177
178
179
180
181
182
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
183
OutputFile=".\Debug/SDL_mixer.bsc"
Jan 18, 2011
Jan 18, 2011
184
185
186
187
188
189
190
191
192
193
194
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 9, 2012
Jan 9, 2012
195
<Configuration
Jan 9, 2012
Jan 9, 2012
196
197
198
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
Jan 9, 2012
Jan 9, 2012
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
218
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
219
220
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
221
222
TargetEnvironment="1"
TypeLibraryName=".\Release/SDL_mixer.tlb"
Jan 9, 2012
Jan 9, 2012
223
224
225
226
227
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/D OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;"
Jan 9, 2012
Jan 9, 2012
228
229
Optimization="2"
InlineFunctionExpansion="1"
Jan 9, 2012
Jan 9, 2012
230
AdditionalIncludeDirectories="..\timidity;..\native_midi;external\include"
Jan 9, 2012
Jan 9, 2012
231
232
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WAV_MUSIC;MOD_MUSIC;MOD_DYNAMIC=\&quot;libmikmod-2.dll\&quot;;OGG_MUSIC;OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;;FLAC_MUSIC;FLAC_DYNAMIC=\&quot;libFLAC-8.dll\&quot;;MP3_MUSIC;MP3_DYNAMIC=\&quot;smpeg.dll\&quot;;MID_MUSIC;USE_TIMIDITY_MIDI;USE_NATIVE_MIDI"
StringPooling="true"
Jan 9, 2012
Jan 9, 2012
233
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
234
235
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/SDL_mixer.pch"
Jan 9, 2012
Jan 9, 2012
236
237
238
239
240
241
242
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
243
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
244
245
246
247
248
249
250
251
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib SDL.lib"
Jan 9, 2012
Jan 9, 2012
252
253
LinkIncremental="1"
ProgramDatabaseFile=".\Release/SDL_mixer.pdb"
Jan 9, 2012
Jan 9, 2012
254
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
255
TargetMachine="1"
Jan 9, 2012
Jan 9, 2012
256
257
258
259
260
261
262
263
264
265
266
267
268
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
269
OutputFile=".\Release/SDL_mixer.bsc"
Jan 9, 2012
Jan 9, 2012
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/SDL_mixer.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/D OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\timidity;..\native_midi;external\include"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;WAV_MUSIC;MOD_MUSIC;MOD_DYNAMIC=\&quot;libmikmod-2.dll\&quot;;OGG_MUSIC;OGG_DYNAMIC=\&quot;libvorbisfile-3.dll\&quot;;FLAC_MUSIC;FLAC_DYNAMIC=\&quot;libFLAC-8.dll\&quot;;MP3_MUSIC;MP3_DYNAMIC=\&quot;smpeg.dll\&quot;;MID_MUSIC;USE_TIMIDITY_MIDI;USE_NATIVE_MIDI"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/SDL_mixer.pch"
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib SDL.lib"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/SDL_mixer.pdb"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Release/SDL_mixer.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 18, 2011
Jan 18, 2011
367
368
369
370
371
372
373
374
375
376
377
378
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\dynamic_flac.c"
>
</File>
<File
RelativePath="..\dynamic_flac.h"
>
</File>
Mar 20, 2011
Mar 20, 2011
379
380
381
382
383
384
385
386
<File
RelativePath="..\dynamic_fluidsynth.c"
>
</File>
<File
RelativePath="..\dynamic_fluidsynth.h"
>
</File>
Jan 18, 2011
Jan 18, 2011
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<File
RelativePath="..\dynamic_mod.c"
>
</File>
<File
RelativePath="..\dynamic_mod.h"
>
</File>
<File
RelativePath="..\dynamic_mp3.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
408
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
409
410
411
412
413
414
415
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
416
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
417
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
</File>
<File
RelativePath="..\dynamic_mp3.h"
>
</File>
<File
RelativePath="..\dynamic_ogg.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
452
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
453
454
455
456
457
458
459
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
460
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
461
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
</File>
<File
RelativePath="..\dynamic_ogg.h"
>
</File>
<File
RelativePath="..\effect_position.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
496
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
497
498
499
500
501
502
503
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
504
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
505
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
522
523
524
525
526
527
528
529
530
531
532
533
534
535
</File>
<File
RelativePath="..\effect_stereoreverse.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
536
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
537
538
539
540
541
542
543
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
544
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
545
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
562
563
564
565
566
567
568
569
570
571
572
573
574
575
</File>
<File
RelativePath="..\effects_internal.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
576
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
577
578
579
580
581
582
583
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
584
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
585
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
602
603
604
605
606
</File>
<File
RelativePath="..\effects_internal.h"
>
</File>
Mar 20, 2011
Mar 20, 2011
607
608
609
610
611
612
613
614
<File
RelativePath="..\fluidsynth.c"
>
</File>
<File
RelativePath="..\fluidsynth.h"
>
</File>
Jan 18, 2011
Jan 18, 2011
615
616
617
618
619
620
621
622
623
624
625
626
627
<File
RelativePath="..\load_aiff.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
628
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
629
630
631
632
633
634
635
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
636
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
637
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
654
655
656
657
658
</File>
<File
RelativePath="..\load_aiff.h"
>
</File>
Jan 1, 2012
Jan 1, 2012
659
660
661
662
663
664
665
666
<File
RelativePath="..\load_flac.c"
>
</File>
<File
RelativePath="..\load_flac.h"
>
</File>
Jan 18, 2011
Jan 18, 2011
667
668
669
670
671
672
673
674
675
676
677
678
679
<File
RelativePath="..\load_ogg.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
680
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
681
682
683
684
685
686
687
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
688
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
689
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
</File>
<File
RelativePath="..\load_ogg.h"
>
</File>
<File
RelativePath="..\load_voc.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
724
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
725
726
727
728
729
730
731
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
732
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
733
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
</File>
<File
RelativePath="..\load_voc.h"
>
</File>
<File
RelativePath="..\mixer.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
768
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
769
770
771
772
773
774
775
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
776
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
777
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
794
795
796
797
798
799
800
801
802
803
804
805
806
807
</File>
<File
RelativePath="..\music.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
808
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
809
810
811
812
813
814
815
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
816
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
817
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
834
835
836
837
838
839
840
841
842
843
844
845
846
847
</File>
<File
RelativePath="..\music_cmd.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
848
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
849
850
851
852
853
854
855
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
856
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
857
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
</File>
<File
RelativePath="..\music_cmd.h"
>
</File>
<File
RelativePath="..\music_flac.c"
>
</File>
<File
RelativePath="..\music_flac.h"
>
</File>
<File
RelativePath="..\music_mad.c"
>
</File>
<File
RelativePath="..\music_mad.h"
>
</File>
<File
RelativePath="..\music_mod.c"
>
</File>
<File
RelativePath="..\music_mod.h"
>
</File>
<File
RelativePath="..\music_ogg.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
916
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
917
918
919
920
921
922
923
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
924
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
925
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
</File>
<File
RelativePath="..\music_ogg.h"
>
</File>
<File
RelativePath="..\SDL_mixer.h"
>
</File>
<File
RelativePath="Version.rc"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
963
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
964
965
966
967
968
969
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
970
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
971
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
972
973
974
975
976
977
978
979
980
981
982
983
984
985
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
986
987
988
989
990
991
992
993
994
995
996
997
998
999
</File>
<File
RelativePath="..\wavestream.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
1000
Name="Debug|x64"