OSDN Git Service

Import UnkoTim212
[timidity41/timidity41.git] / tim_cui / tim_cui.vcproj
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="tim_cui"
6         ProjectGUID="{2B113C99-C484-4724-8918-169A495ADF9B}"
7         RootNamespace="tim_cui"
8         TargetFrameworkVersion="131072"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory=".\Debug"
21                         IntermediateDirectory=".\Debug"
22                         ConfigurationType="1"
23                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24                         UseOfMFC="0"
25                         ATLMinimizesCRunTimeLibraryUsage="false"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCustomBuildTool"
33                         />
34                         <Tool
35                                 Name="VCXMLDataGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCWebServiceProxyGeneratorTool"
39                         />
40                         <Tool
41                                 Name="VCMIDLTool"
42                                 PreprocessorDefinitions="_DEBUG"
43                                 MkTypLibCompatible="true"
44                                 SuppressStartupBanner="true"
45                                 TargetEnvironment="1"
46                                 TypeLibraryName=".\Debug/timidity.tlb"
47                         />
48                         <Tool
49                                 Name="VCCLCompilerTool"
50                                 Optimization="0"
51                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..;..\portaudio\pa_common;..\pdcurses;..\pdcurses\win32;..\portmidi\pm_common;..\portmidi\porttime;..\..\include;..\rcpcv;%(AdditionalIncludeDirectories)"
52                                 PreprocessorDefinitions="_DEBUG;_MD;_CONSOLE;WIN32;HAVE_CONFIG_H;TIM_CUI;"
53                                 StringPooling="true"
54                                 MinimalRebuild="true"
55                                 ExceptionHandling="0"
56                                 BasicRuntimeChecks="3"
57                                 SmallerTypeCheck="true"
58                                 RuntimeLibrary="3"
59                                 StructMemberAlignment="4"
60                                 BufferSecurityCheck="false"
61                                 EnableFunctionLevelLinking="true"
62                                 UsePrecompiledHeader="0"
63                                 PrecompiledHeaderThrough="..\config.h"
64                                 PrecompiledHeaderFile=".\Debug/timidity.pch"
65                                 AssemblerListingLocation=".\Debug/"
66                                 ObjectFile=".\Debug/"
67                                 ProgramDataBaseFileName=".\Debug/"
68                                 WarningLevel="3"
69                                 SuppressStartupBanner="true"
70                                 DebugInformationFormat="4"
71                                 CompileAs="1"
72                         />
73                         <Tool
74                                 Name="VCManagedResourceCompilerTool"
75                         />
76                         <Tool
77                                 Name="VCResourceCompilerTool"
78                                 PreprocessorDefinitions="_DEBUG"
79                                 Culture="1041"
80                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;.."
81                         />
82                         <Tool
83                                 Name="VCPreLinkEventTool"
84                         />
85                         <Tool
86                                 Name="VCLinkerTool"
87                                 AdditionalOptions="/MACHINE:I386"
88                                 AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib"
89                                 OutputFile="../Debug/timidity.exe"
90                                 LinkIncremental="2"
91                                 SuppressStartupBanner="true"
92                                 IgnoreDefaultLibraryNames="LIBCMT.lib;libc.lib;"
93                                 GenerateDebugInformation="true"
94                                 ProgramDatabaseFile=".\Debug/timidity.pdb"
95                                 SubSystem="1"
96                                 LargeAddressAware="2"
97                                 RandomizedBaseAddress="1"
98                                 DataExecutionPrevention="0"
99                         />
100                         <Tool
101                                 Name="VCALinkTool"
102                         />
103                         <Tool
104                                 Name="VCManifestTool"
105                                 AdditionalManifestFiles="..\interface\w32g_visualstyle.manifest"
106                         />
107                         <Tool
108                                 Name="VCXDCMakeTool"
109                         />
110                         <Tool
111                                 Name="VCBscMakeTool"
112                         />
113                         <Tool
114                                 Name="VCFxCopTool"
115                         />
116                         <Tool
117                                 Name="VCAppVerifierTool"
118                         />
119                         <Tool
120                                 Name="VCPostBuildEventTool"
121                         />
122                 </Configuration>
123                 <Configuration
124                         Name="Release|Win32"
125                         OutputDirectory="..\Release\"
126                         IntermediateDirectory=".\Release"
127                         ConfigurationType="1"
128                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
129                         UseOfMFC="0"
130                         ATLMinimizesCRunTimeLibraryUsage="false"
131                         CharacterSet="2"
132                         WholeProgramOptimization="1"
133                         >
134                         <Tool
135                                 Name="VCPreBuildEventTool"
136                         />
137                         <Tool
138                                 Name="VCCustomBuildTool"
139                         />
140                         <Tool
141                                 Name="VCXMLDataGeneratorTool"
142                         />
143                         <Tool
144                                 Name="VCWebServiceProxyGeneratorTool"
145                         />
146                         <Tool
147                                 Name="VCMIDLTool"
148                                 PreprocessorDefinitions="NDEBUG"
149                                 MkTypLibCompatible="true"
150                                 SuppressStartupBanner="true"
151                                 TargetEnvironment="1"
152                                 TypeLibraryName=".\Release/timidity.tlb"
153                         />
154                         <Tool
155                                 Name="VCCLCompilerTool"
156                                 Optimization="3"
157                                 InlineFunctionExpansion="2"
158                                 EnableIntrinsicFunctions="true"
159                                 FavorSizeOrSpeed="1"
160                                 OmitFramePointers="true"
161                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..;..\portaudio\pa_common;..\pdcurses;..\pdcurses\win32;..\portmidi\pm_common;..\portmidi\porttime;..\..\include;..\rcpcv;%(AdditionalIncludeDirectories)"
162                                 PreprocessorDefinitions="NDEBUG;_MD;_CONSOLE;WIN32;HAVE_CONFIG_H;TIM_CUI;"
163                                 StringPooling="true"
164                                 ExceptionHandling="0"
165                                 RuntimeLibrary="2"
166                                 StructMemberAlignment="5"
167                                 BufferSecurityCheck="false"
168                                 EnableFunctionLevelLinking="true"
169                                 EnableEnhancedInstructionSet="2"
170                                 FloatingPointModel="2"
171                                 PrecompiledHeaderThrough="..\config.h"
172                                 PrecompiledHeaderFile=".\Release/timidity.pch"
173                                 AssemblerListingLocation=".\Release/"
174                                 ObjectFile=".\Release/"
175                                 ProgramDataBaseFileName=".\Release/"
176                                 WarningLevel="3"
177                                 SuppressStartupBanner="true"
178                                 CompileAs="1"
179                         />
180                         <Tool
181                                 Name="VCManagedResourceCompilerTool"
182                         />
183                         <Tool
184                                 Name="VCResourceCompilerTool"
185                                 PreprocessorDefinitions="NDEBUG"
186                                 Culture="1041"
187                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;.."
188                         />
189                         <Tool
190                                 Name="VCPreLinkEventTool"
191                         />
192                         <Tool
193                                 Name="VCLinkerTool"
194                                 AdditionalOptions="/MACHINE:I386"
195                                 AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib"
196                                 OutputFile="../Release/timidity.exe"
197                                 LinkIncremental="1"
198                                 SuppressStartupBanner="true"
199                                 AdditionalLibraryDirectories="../release"
200                                 IgnoreDefaultLibraryNames="LIBCMT.lib;libc.lib;"
201                                 ProgramDatabaseFile=".\Release/timidity.pdb"
202                                 SubSystem="1"
203                                 LargeAddressAware="2"
204                                 OptimizeReferences="2"
205                                 EnableCOMDATFolding="2"
206                                 RandomizedBaseAddress="1"
207                                 DataExecutionPrevention="2"
208                         />
209                         <Tool
210                                 Name="VCALinkTool"
211                         />
212                         <Tool
213                                 Name="VCManifestTool"
214                                 AdditionalManifestFiles="..\interface\w32g_visualstyle.manifest"
215                         />
216                         <Tool
217                                 Name="VCXDCMakeTool"
218                         />
219                         <Tool
220                                 Name="VCBscMakeTool"
221                         />
222                         <Tool
223                                 Name="VCFxCopTool"
224                         />
225                         <Tool
226                                 Name="VCAppVerifierTool"
227                         />
228                         <Tool
229                                 Name="VCPostBuildEventTool"
230                         />
231                 </Configuration>
232         </Configurations>
233         <References>
234                 <ProjectReference
235                         ReferencedProjectIdentifier="{11CDD90A-20E1-45AF-879E-F355742B38B7}"
236                         RelativePathToProject=".\libarc\libarc.vcproj"
237                 />
238                 <ProjectReference
239                         ReferencedProjectIdentifier="{2D650C28-16E9-41A2-860B-CC3DEEC69C43}"
240                         RelativePathToProject=".\speex\speex.vcproj"
241                 />
242                 <ProjectReference
243                         ReferencedProjectIdentifier="{8DC8ADE3-145A-4C63-80DD-0C93B6587B80}"
244                         RelativePathToProject=".\libunimod\libunimod.vcproj"
245                 />
246                 <ProjectReference
247                         ReferencedProjectIdentifier="{CC07EA59-8D54-4C51-9C49-728EFFED7832}"
248                         RelativePathToProject=".\pdcurses\pdcurses.vcproj"
249                 />
250                 <ProjectReference
251                         ReferencedProjectIdentifier="{91F771D3-B89C-408D-B42F-5EAFBBCE5CC5}"
252                         RelativePathToProject=".\portmidi\portmidi.vcproj"
253                 />
254                 <ProjectReference
255                         ReferencedProjectIdentifier="{B05F8AA0-6140-4335-AD39-E276D17002CB}"
256                         RelativePathToProject=".\utils\utils.vcproj"
257                 />
258         </References>
259         <Files>
260                 <Filter
261                         Name="Source Files"
262                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
263                         >
264                         <File
265                                 RelativePath="..\interface\ncurs_c.c"
266                                 >
267                         </File>
268                         <File
269                                 RelativePath="..\interface\npsyn_c.c"
270                                 >
271                         </File>
272                         <File
273                                 RelativePath="..\interface\portmidisyn_c.c"
274                                 >
275                         </File>
276                         <File
277                                 RelativePath="..\interface\rtsyn_common.c"
278                                 >
279                         </File>
280                         <File
281                                 RelativePath="..\interface\rtsyn_npipe.c"
282                                 >
283                         </File>
284                         <File
285                                 RelativePath="..\interface\rtsyn_winmm.c"
286                                 >
287                         </File>
288                         <File
289                                 RelativePath="..\timidity\timidity.c"
290                                 >
291                         </File>
292                         <File
293                                 RelativePath="..\interface\winsyn_c.c"
294                                 >
295                         </File>
296                         <File
297                                 RelativePath="..\interface\wrdt_wcon.c"
298                                 >
299                         </File>
300                         <Filter
301                                 Name="interface"
302                                 >
303                                 <File
304                                         RelativePath="..\interface\dumb_c.c"
305                                         >
306                                 </File>
307                                 <File
308                                         RelativePath="..\interface\vt100.c"
309                                         >
310                                 </File>
311                                 <File
312                                         RelativePath="..\interface\vt100_c.c"
313                                         >
314                                 </File>
315                                 <File
316                                         RelativePath="..\interface\VTPrsTbl.c"
317                                         >
318                                 </File>
319                                 <File
320                                         RelativePath="..\interface\wrdt_dumb.c"
321                                         >
322                                 </File>
323                                 <File
324                                         RelativePath="..\interface\wrdt_tty.c"
325                                         >
326                                 </File>
327                         </Filter>
328                         <Filter
329                                 Name="timidity"
330                                 >
331                                 <File
332                                         RelativePath="..\timidity\aiff_a.c"
333                                         >
334                                 </File>
335                                 <File
336                                         RelativePath="..\timidity\ao_a.c"
337                                         >
338                                 </File>
339                                 <File
340                                         RelativePath="..\timidity\aq.c"
341                                         >
342                                 </File>
343                                 <File
344                                         RelativePath="..\timidity\au_a.c"
345                                         >
346                                 </File>
347                                 <File
348                                         RelativePath="..\timidity\audio_cnv.c"
349                                         >
350                                 </File>
351                                 <File
352                                         RelativePath="..\timidity\benchmark_a.c"
353                                         >
354                                 </File>
355                                 <File
356                                         RelativePath="..\timidity\common.c"
357                                         >
358                                 </File>
359                                 <File
360                                         RelativePath="..\timidity\controls.c"
361                                         >
362                                 </File>
363                                 <File
364                                         RelativePath="..\timidity\effect.c"
365                                         >
366                                 </File>
367                                 <File
368                                         RelativePath="..\timidity\envelope.c"
369                                         >
370                                 </File>
371                                 <File
372                                         RelativePath="..\timidity\filter.c"
373                                         >
374                                 </File>
375                                 <File
376                                         RelativePath="..\timidity\flac_a.c"
377                                         >
378                                 </File>
379                                 <File
380                                         RelativePath="..\timidity\freq.c"
381                                         >
382                                 </File>
383                                 <File
384                                         RelativePath="..\timidity\gogo_a.c"
385                                         >
386                                 </File>
387                                 <File
388                                         RelativePath="..\timidity\instrum.c"
389                                         >
390                                 </File>
391                                 <File
392                                         RelativePath="..\timidity\int_synth.c"
393                                         >
394                                 </File>
395                                 <File
396                                         RelativePath="..\timidity\lame_a.c"
397                                         >
398                                 </File>
399                                 <File
400                                         RelativePath="..\timidity\list_a.c"
401                                         >
402                                 </File>
403                                 <File
404                                         RelativePath="..\timidity\loadtab.c"
405                                         >
406                                 </File>
407                                 <File
408                                         RelativePath="..\timidity\m2m.c"
409                                         >
410                                 </File>
411                                 <File
412                                         RelativePath="..\timidity\mfi.c"
413                                         >
414                                 </File>
415                                 <File
416                                         RelativePath="..\timidity\mfnode.c"
417                                         >
418                                 </File>
419                                 <File
420                                         RelativePath="..\timidity\midi_a.c"
421                                         >
422                                 </File>
423                                 <File
424                                         RelativePath="..\timidity\miditrace.c"
425                                         >
426                                 </File>
427                                 <File
428                                         RelativePath="..\timidity\mix.c"
429                                         >
430                                 </File>
431                                 <File
432                                         RelativePath="..\timidity\mod.c"
433                                         >
434                                 </File>
435                                 <File
436                                         RelativePath="..\timidity\mod2midi.c"
437                                         >
438                                 </File>
439                                 <File
440                                         RelativePath="..\timidity\modmid_a.c"
441                                         >
442                                 </File>
443                                 <File
444                                         RelativePath="..\timidity\mt19937ar.c"
445                                         >
446                                 </File>
447                                 <File
448                                         RelativePath="..\timidity\myini.c"
449                                         >
450                                 </File>
451                                 <File
452                                         RelativePath="..\timidity\npipe_a.c"
453                                         >
454                                 </File>
455                                 <File
456                                         RelativePath="..\timidity\optcode.c"
457                                         >
458                                 </File>
459                                 <File
460                                         RelativePath="..\timidity\opus_a.c"
461                                         >
462                                 </File>
463                                 <File
464                                         RelativePath="..\timidity\oscillator.c"
465                                         >
466                                 </File>
467                                 <File
468                                         RelativePath="..\timidity\output.c"
469                                         >
470                                 </File>
471                                 <File
472                                         RelativePath="..\timidity\playmidi.c"
473                                         >
474                                 </File>
475                                 <File
476                                         RelativePath="..\timidity\portaudio_a.c"
477                                         >
478                                 </File>
479                                 <File
480                                         RelativePath="..\timidity\quantity.c"
481                                         >
482                                 </File>
483                                 <File
484                                         RelativePath="..\timidity\raw_a.c"
485                                         >
486                                 </File>
487                                 <File
488                                         RelativePath="..\timidity\rcp.c"
489                                         >
490                                 </File>
491                                 <File
492                                         RelativePath="..\timidity\readmidi.c"
493                                         >
494                                 </File>
495                                 <File
496                                         RelativePath="..\timidity\recache.c"
497                                         >
498                                 </File>
499                                 <File
500                                         RelativePath="..\timidity\resample.c"
501                                         >
502                                 </File>
503                                 <File
504                                         RelativePath="..\timidity\sbkconv.c"
505                                         >
506                                 </File>
507                                 <File
508                                         RelativePath="..\timidity\sffile.c"
509                                         >
510                                 </File>
511                                 <File
512                                         RelativePath="..\timidity\sfitem.c"
513                                         >
514                                 </File>
515                                 <File
516                                         RelativePath="..\timidity\smfconv.c"
517                                         >
518                                 </File>
519                                 <File
520                                         RelativePath="..\timidity\smplfile.c"
521                                         >
522                                 </File>
523                                 <File
524                                         RelativePath="..\timidity\sndfont.c"
525                                         >
526                                 </File>
527                                 <File
528                                         RelativePath="..\timidity\sndfontini.c"
529                                         >
530                                 </File>
531                                 <File
532                                         RelativePath="..\timidity\speex_a.c"
533                                         >
534                                 </File>
535                                 <File
536                                         RelativePath="..\timidity\tables.c"
537                                         >
538                                 </File>
539                                 <File
540                                         RelativePath="..\timidity\thread.c"
541                                         >
542                                 </File>
543                                 <File
544                                         RelativePath="..\timidity\version.c"
545                                         >
546                                 </File>
547                                 <File
548                                         RelativePath="..\timidity\voice_effect.c"
549                                         >
550                                 </File>
551                                 <File
552                                         RelativePath="..\timidity\volumecalc_a.c"
553                                         >
554                                 </File>
555                                 <File
556                                         RelativePath="..\timidity\vorbis_a.c"
557                                         >
558                                 </File>
559                                 <File
560                                         RelativePath="..\timidity\w32_a.c"
561                                         >
562                                 </File>
563                                 <File
564                                         RelativePath="..\timidity\w32_gogo.c"
565                                         >
566                                 </File>
567                                 <File
568                                         RelativePath="..\timidity\w32_soundspec.c"
569                                         >
570                                 </File>
571                                 <File
572                                         RelativePath="..\timidity\wasapi_a.c"
573                                         >
574                                 </File>
575                                 <File
576                                         RelativePath="..\timidity\wave_a.c"
577                                         >
578                                 </File>
579                                 <File
580                                         RelativePath="..\timidity\wrd_read.c"
581                                         >
582                                 </File>
583                                 <File
584                                         RelativePath="..\timidity\wrdt.c"
585                                         >
586                                 </File>
587                         </Filter>
588                         <Filter
589                                 Name="timw32g"
590                                 >
591                                 <File
592                                         RelativePath="..\timidity\w32_libFLAC_dll.c"
593                                         >
594                                 </File>
595                                 <File
596                                         RelativePath="..\timidity\w32_libOggFLAC_dll.c"
597                                         >
598                                 </File>
599                                 <File
600                                         RelativePath="..\timidity\w32_portaudio_dll.c"
601                                         >
602                                 </File>
603                                 <File
604                                         RelativePath="..\timidity\w32g_ogg_dll.c"
605                                         >
606                                 </File>
607                                 <File
608                                         RelativePath="..\timidity\w32g_opus_dll.c"
609                                         >
610                                 </File>
611                                 <File
612                                         RelativePath="..\timidity\w32g_vorbis_dll.c"
613                                         >
614                                 </File>
615                                 <File
616                                         RelativePath="..\timidity\w32g_vorbisenc_dll.c"
617                                         >
618                                 </File>
619                         </Filter>
620                 </Filter>
621                 <Filter
622                         Name="Header Files"
623                         Filter="h;hpp;hxx;hm;inl"
624                         >
625                         <File
626                                 RelativePath="..\config.h"
627                                 >
628                         </File>
629                         <File
630                                 RelativePath="..\interface.h"
631                                 >
632                         </File>
633                         <File
634                                 RelativePath="..\interface\rtsyn.h"
635                                 >
636                         </File>
637                         <File
638                                 RelativePath="..\timidity\timidity.h"
639                                 >
640                         </File>
641                         <Filter
642                                 Name="interface"
643                                 >
644                                 <File
645                                         RelativePath="..\interface\gtk_h.h"
646                                         >
647                                 </File>
648                                 <File
649                                         RelativePath="..\interface\mac_c.h"
650                                         >
651                                 </File>
652                                 <File
653                                         RelativePath="..\interface\mac_mag.h"
654                                         >
655                                 </File>
656                                 <File
657                                         RelativePath="..\interface\mac_wrdwindow.h"
658                                         >
659                                 </File>
660                                 <File
661                                         RelativePath="..\interface\motif.h"
662                                         >
663                                 </File>
664                                 <File
665                                         RelativePath="..\configs\msc-config.h"
666                                         >
667                                 </File>
668                                 <File
669                                         RelativePath="..\interface\server_defs.h"
670                                         >
671                                 </File>
672                                 <File
673                                         RelativePath="..\interface\soundspec.h"
674                                         >
675                                 </File>
676                                 <File
677                                         RelativePath="..\interface\vt100.h"
678                                         >
679                                 </File>
680                                 <File
681                                         RelativePath="..\interface\VTparse.h"
682                                         >
683                                 </File>
684                                 <File
685                                         RelativePath="..\interface\w32g_utl.h"
686                                         >
687                                 </File>
688                                 <File
689                                         RelativePath="..\interface\x_mag.h"
690                                         >
691                                 </File>
692                                 <File
693                                         RelativePath="..\interface\x_sherry.h"
694                                         >
695                                 </File>
696                                 <File
697                                         RelativePath="..\interface\x_wrdwindow.h"
698                                         >
699                                 </File>
700                                 <File
701                                         RelativePath="..\interface\xaw.h"
702                                         >
703                                 </File>
704                                 <File
705                                         RelativePath="..\interface\xskin.h"
706                                         >
707                                 </File>
708                         </Filter>
709                         <Filter
710                                 Name="timidity"
711                                 >
712                                 <File
713                                         RelativePath="..\timidity\aenc.h"
714                                         >
715                                 </File>
716                                 <File
717                                         RelativePath="..\timidity\aq.h"
718                                         >
719                                 </File>
720                                 <File
721                                         RelativePath="..\timidity\audio_cnv.h"
722                                         >
723                                 </File>
724                                 <File
725                                         RelativePath="..\timidity\audriv.h"
726                                         >
727                                 </File>
728                                 <File
729                                         RelativePath="..\timidity\common.h"
730                                         >
731                                 </File>
732                                 <File
733                                         RelativePath="..\timidity\controls.h"
734                                         >
735                                 </File>
736                                 <File
737                                         RelativePath="..\timidity\dlutils.h"
738                                         >
739                                 </File>
740                                 <File
741                                         RelativePath="..\timidity\effect.h"
742                                         >
743                                 </File>
744                                 <File
745                                         RelativePath="..\timidity\envelope.h"
746                                         >
747                                 </File>
748                                 <File
749                                         RelativePath="..\timidity\filter.h"
750                                         >
751                                 </File>
752                                 <File
753                                         RelativePath="..\timidity\freq.h"
754                                         >
755                                 </File>
756                                 <File
757                                         RelativePath="..\timidity\gogo_a.h"
758                                         >
759                                 </File>
760                                 <File
761                                         RelativePath="..\timidity\instrum.h"
762                                         >
763                                 </File>
764                                 <File
765                                         RelativePath="..\timidity\int_synth.h"
766                                         >
767                                 </File>
768                                 <File
769                                         RelativePath="..\timidity\LameEnc.h"
770                                         >
771                                 </File>
772                                 <File
773                                         RelativePath="..\timidity\loadsndfontini.h"
774                                         >
775                                 </File>
776                                 <File
777                                         RelativePath="..\timidity\mac_com.h"
778                                         >
779                                 </File>
780                                 <File
781                                         RelativePath="..\timidity\mac_main.h"
782                                         >
783                                 </File>
784                                 <File
785                                         RelativePath="..\timidity\mfnode.h"
786                                         >
787                                 </File>
788                                 <File
789                                         RelativePath="..\timidity\miditrace.h"
790                                         >
791                                 </File>
792                                 <File
793                                         RelativePath="..\timidity\mix.h"
794                                         >
795                                 </File>
796                                 <File
797                                         RelativePath="..\timidity\mod.h"
798                                         >
799                                 </File>
800                                 <File
801                                         RelativePath="..\timidity\mod2midi.h"
802                                         >
803                                 </File>
804                                 <File
805                                         RelativePath="..\timidity\mt19937ar.h"
806                                         >
807                                 </File>
808                                 <File
809                                         RelativePath="..\timidity\myini.h"
810                                         >
811                                 </File>
812                                 <File
813                                         RelativePath="..\timidity\optcode.h"
814                                         >
815                                 </File>
816                                 <File
817                                         RelativePath="..\timidity\oscillator.h"
818                                         >
819                                 </File>
820                                 <File
821                                         RelativePath="..\timidity\output.h"
822                                         >
823                                 </File>
824                                 <File
825                                         RelativePath="..\timidity\playmidi.h"
826                                         >
827                                 </File>
828                                 <File
829                                         RelativePath="..\timidity\portaudio_a.h"
830                                         >
831                                 </File>
832                                 <File
833                                         RelativePath="..\timidity\pragmapack.h"
834                                         >
835                                 </File>
836                                 <File
837                                         RelativePath="..\timidity\quantity.h"
838                                         >
839                                 </File>
840                                 <File
841                                         RelativePath="..\timidity\readmidi.h"
842                                         >
843                                 </File>
844                                 <File
845                                         RelativePath="..\timidity\recache.h"
846                                         >
847                                 </File>
848                                 <File
849                                         RelativePath="..\timidity\resample.h"
850                                         >
851                                 </File>
852                                 <File
853                                         RelativePath="..\timidity\sffile.h"
854                                         >
855                                 </File>
856                                 <File
857                                         RelativePath="..\timidity\sfitem.h"
858                                         >
859                                 </File>
860                                 <File
861                                         RelativePath="..\timidity\sflayer.h"
862                                         >
863                                 </File>
864                                 <File
865                                         RelativePath="..\timidity\smfconv.h"
866                                         >
867                                 </File>
868                                 <File
869                                         RelativePath="..\timidity\sndfontini.h"
870                                         >
871                                 </File>
872                                 <File
873                                         RelativePath="..\timidity\sysdep.h"
874                                         >
875                                 </File>
876                                 <File
877                                         RelativePath="..\timidity\tables.h"
878                                         >
879                                 </File>
880                                 <File
881                                         RelativePath="..\timidity\thread.h"
882                                         >
883                                 </File>
884                                 <File
885                                         RelativePath="..\timidity\voice_effect.h"
886                                         >
887                                 </File>
888                                 <File
889                                         RelativePath="..\timidity\vstwrapper.h"
890                                         >
891                                 </File>
892                                 <File
893                                         RelativePath="..\timidity\w32_a.h"
894                                         >
895                                 </File>
896                                 <File
897                                         RelativePath="..\timidity\w32_gogo.h"
898                                         >
899                                 </File>
900                                 <File
901                                         RelativePath="..\timidity\w32_soundspec.h"
902                                         >
903                                 </File>
904                                 <File
905                                         RelativePath="..\timidity\wrd.h"
906                                         >
907                                 </File>
908                         </Filter>
909                 </Filter>
910         </Files>
911         <Globals>
912         </Globals>
913 </VisualStudioProject>