OSDN Git Service

[playmidi] Fix buffer overflow when more than 32 voices get selected
[timidity41/timidity41.git] / kbtimsetup / kbtimsetup.vcproj
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="kbtimsetup"
6         ProjectGUID="{8A5B4912-F18C-481B-866D-845DC66DDAF5}"
7         RootNamespace="kbtimsetup"
8         TargetFrameworkVersion="196613"
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                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCXMLDataGeneratorTool"
33                         />
34                         <Tool
35                                 Name="VCWebServiceProxyGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCMIDLTool"
39                         />
40                         <Tool
41                                 Name="VCCLCompilerTool"
42                                 Optimization="0"
43                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..\portaudio\pa_common;..\pdcurses;..\pdcurses\win32;..\portmidi\pm_common;..\portmidi\porttime;..;..\..\include;..\rcpcv;%(AdditionalIncludeDirectories)"
44                                 PreprocessorDefinitions="KBTIM_SETUP;_WINDOWS;_DEBUG;WIN32;HAVE_CONFIG_H;_MT;"
45                                 MinimalRebuild="true"
46                                 BasicRuntimeChecks="3"
47                                 RuntimeLibrary="3"
48                                 WarningLevel="3"
49                                 DebugInformationFormat="4"
50                                 CompileAs="1"
51                         />
52                         <Tool
53                                 Name="VCManagedResourceCompilerTool"
54                         />
55                         <Tool
56                                 Name="VCResourceCompilerTool"
57                         />
58                         <Tool
59                                 Name="VCPreLinkEventTool"
60                         />
61                         <Tool
62                                 Name="VCLinkerTool"
63                                 AdditionalDependencies="wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
64                                 OutputFile="../Debug/$(ProjectName).exe"
65                                 GenerateDebugInformation="true"
66                                 LargeAddressAware="2"
67                                 TargetMachine="1"
68                         />
69                         <Tool
70                                 Name="VCALinkTool"
71                         />
72                         <Tool
73                                 Name="VCManifestTool"
74                         />
75                         <Tool
76                                 Name="VCXDCMakeTool"
77                         />
78                         <Tool
79                                 Name="VCBscMakeTool"
80                         />
81                         <Tool
82                                 Name="VCFxCopTool"
83                         />
84                         <Tool
85                                 Name="VCAppVerifierTool"
86                         />
87                         <Tool
88                                 Name="VCPostBuildEventTool"
89                         />
90                 </Configuration>
91                 <Configuration
92                         Name="Release|Win32"
93                         OutputDirectory="..\Release"
94                         IntermediateDirectory=".\Release"
95                         ConfigurationType="1"
96                         CharacterSet="2"
97                         WholeProgramOptimization="1"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 Optimization="3"
117                                 InlineFunctionExpansion="2"
118                                 EnableIntrinsicFunctions="true"
119                                 FavorSizeOrSpeed="1"
120                                 OmitFramePointers="true"
121                                 EnableFiberSafeOptimizations="true"
122                                 WholeProgramOptimization="true"
123                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\utils;..\timidity;..\portaudio\pa_common;..\pdcurses;..\pdcurses\win32;..\portmidi\pm_common;..\portmidi\porttime;..;..\..\include;..\rcpcv;%(AdditionalIncludeDirectories)"
124                                 PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32;KBTIM_SETUP;HAVE_CONFIG_H;_MT;"
125                                 RuntimeLibrary="2"
126                                 StructMemberAlignment="5"
127                                 BufferSecurityCheck="false"
128                                 EnableFunctionLevelLinking="true"
129                                 EnableEnhancedInstructionSet="2"
130                                 FloatingPointModel="2"
131                                 WarningLevel="3"
132                                 DebugInformationFormat="3"
133                                 CompileAs="1"
134                         />
135                         <Tool
136                                 Name="VCManagedResourceCompilerTool"
137                         />
138                         <Tool
139                                 Name="VCResourceCompilerTool"
140                         />
141                         <Tool
142                                 Name="VCPreLinkEventTool"
143                         />
144                         <Tool
145                                 Name="VCLinkerTool"
146                                 AdditionalDependencies="wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
147                                 OutputFile="..\Release\$(ProjectName).exe"
148                                 IgnoreDefaultLibraryNames="libc.lib;LIBCMT.lib;"
149                                 GenerateDebugInformation="false"
150                                 SubSystem="2"
151                                 LargeAddressAware="2"
152                                 OptimizeReferences="2"
153                                 EnableCOMDATFolding="2"
154                                 RandomizedBaseAddress="1"
155                                 TargetMachine="1"
156                         />
157                         <Tool
158                                 Name="VCALinkTool"
159                         />
160                         <Tool
161                                 Name="VCManifestTool"
162                         />
163                         <Tool
164                                 Name="VCXDCMakeTool"
165                         />
166                         <Tool
167                                 Name="VCBscMakeTool"
168                         />
169                         <Tool
170                                 Name="VCFxCopTool"
171                         />
172                         <Tool
173                                 Name="VCAppVerifierTool"
174                         />
175                         <Tool
176                                 Name="VCPostBuildEventTool"
177                         />
178                 </Configuration>
179         </Configurations>
180         <References>
181                 <ProjectReference
182                         ReferencedProjectIdentifier="{11CDD90A-20E1-45AF-879E-F355742B38B7}"
183                         RelativePathToProject=".\libarc\libarc.vcproj"
184                 />
185                 <ProjectReference
186                         ReferencedProjectIdentifier="{8DC8ADE3-145A-4C63-80DD-0C93B6587B80}"
187                         RelativePathToProject=".\libunimod\libunimod.vcproj"
188                 />
189                 <ProjectReference
190                         ReferencedProjectIdentifier="{B05F8AA0-6140-4335-AD39-E276D17002CB}"
191                         RelativePathToProject=".\utils\utils.vcproj"
192                 />
193         </References>
194         <Files>
195                 <Filter
196                         Name="Header Files"
197                         >
198                         <File
199                                 RelativePath="..\config.h"
200                                 >
201                         </File>
202                         <File
203                                 RelativePath="..\interface.h"
204                                 >
205                         </File>
206                         <File
207                                 RelativePath="..\timidity\timidity.h"
208                                 >
209                         </File>
210                         <File
211                                 RelativePath="..\interface\w32g_res.h"
212                                 >
213                         </File>
214                         <Filter
215                                 Name="timidity"
216                                 >
217                         </Filter>
218                 </Filter>
219                 <Filter
220                         Name="Resource Files"
221                         >
222                         <File
223                                 RelativePath="..\interface\w32g_icon.ico"
224                                 >
225                         </File>
226                         <File
227                                 RelativePath="..\interface\w32g_res.rc"
228                                 >
229                         </File>
230                 </Filter>
231                 <Filter
232                         Name="Source Files"
233                         >
234                         <File
235                                 RelativePath=".\kbtimsetup.c"
236                                 >
237                         </File>
238                         <File
239                                 RelativePath="..\interface\w32g_ini.c"
240                                 >
241                         </File>
242                         <File
243                                 RelativePath="..\interface\w32g_pref.c"
244                                 >
245                         </File>
246                         <File
247                                 RelativePath="..\interface\w32g_utl.c"
248                                 >
249                         </File>
250                         <Filter
251                                 Name="timidity"
252                                 >
253                                 <File
254                                         RelativePath="..\timidity\aq.c"
255                                         >
256                                 </File>
257                                 <File
258                                         RelativePath="..\timidity\audio_cnv.c"
259                                         >
260                                 </File>
261                                 <File
262                                         RelativePath="..\timidity\common.c"
263                                         >
264                                 </File>
265                                 <File
266                                         RelativePath="..\timidity\controls.c"
267                                         >
268                                 </File>
269                                 <File
270                                         RelativePath="..\timidity\decode.c"
271                                         >
272                                 </File>
273                                 <File
274                                         RelativePath="..\timidity\effect.c"
275                                         >
276                                 </File>
277                                 <File
278                                         RelativePath="..\timidity\envelope.c"
279                                         >
280                                 </File>
281                                 <File
282                                         RelativePath="..\timidity\filter.c"
283                                         >
284                                 </File>
285                                 <File
286                                         RelativePath="..\timidity\freq.c"
287                                         >
288                                 </File>
289                                 <File
290                                         RelativePath="..\timidity\instrum.c"
291                                         >
292                                 </File>
293                                 <File
294                                         RelativePath="..\timidity\int_synth.c"
295                                         >
296                                 </File>
297                                 <File
298                                         RelativePath="..\timidity\loadtab.c"
299                                         >
300                                 </File>
301                                 <File
302                                         RelativePath="..\timidity\m2m.c"
303                                         >
304                                 </File>
305                                 <File
306                                         RelativePath="..\timidity\mfi.c"
307                                         >
308                                 </File>
309                                 <File
310                                         RelativePath="..\timidity\miditrace.c"
311                                         >
312                                 </File>
313                                 <File
314                                         RelativePath="..\timidity\mix.c"
315                                         >
316                                 </File>
317                                 <File
318                                         RelativePath="..\timidity\mod.c"
319                                         >
320                                 </File>
321                                 <File
322                                         RelativePath="..\timidity\mod2midi.c"
323                                         >
324                                 </File>
325                                 <File
326                                         RelativePath="..\timidity\mt19937ar.c"
327                                         >
328                                 </File>
329                                 <File
330                                         RelativePath="..\timidity\myini.c"
331                                         >
332                                 </File>
333                                 <File
334                                         RelativePath="..\timidity\optcode.c"
335                                         >
336                                 </File>
337                                 <File
338                                         RelativePath="..\timidity\oscillator.c"
339                                         >
340                                 </File>
341                                 <File
342                                         RelativePath="..\timidity\output.c"
343                                         >
344                                 </File>
345                                 <File
346                                         RelativePath="..\timidity\playmidi.c"
347                                         >
348                                 </File>
349                                 <File
350                                         RelativePath="..\timidity\quantity.c"
351                                         >
352                                 </File>
353                                 <File
354                                         RelativePath="..\timidity\rcp.c"
355                                         >
356                                 </File>
357                                 <File
358                                         RelativePath="..\timidity\readmidi.c"
359                                         >
360                                 </File>
361                                 <File
362                                         RelativePath="..\timidity\recache.c"
363                                         >
364                                 </File>
365                                 <File
366                                         RelativePath="..\timidity\resample.c"
367                                         >
368                                 </File>
369                                 <File
370                                         RelativePath="..\timidity\sbkconv.c"
371                                         >
372                                 </File>
373                                 <File
374                                         RelativePath="..\timidity\sffile.c"
375                                         >
376                                 </File>
377                                 <File
378                                         RelativePath="..\timidity\sfitem.c"
379                                         >
380                                 </File>
381                                 <File
382                                         RelativePath="..\timidity\smfconv.c"
383                                         >
384                                 </File>
385                                 <File
386                                         RelativePath="..\timidity\smplfile.c"
387                                         >
388                                 </File>
389                                 <File
390                                         RelativePath="..\timidity\sndfont.c"
391                                         >
392                                 </File>
393                                 <File
394                                         RelativePath="..\timidity\sndfontini.c"
395                                         >
396                                 </File>
397                                 <File
398                                         RelativePath="..\timidity\tables.c"
399                                         >
400                                 </File>
401                                 <File
402                                         RelativePath="..\timidity\thread.c"
403                                         >
404                                 </File>
405                                 <File
406                                         RelativePath="..\timidity\timer2.c"
407                                         >
408                                 </File>
409                                 <File
410                                         RelativePath="..\timidity\version.c"
411                                         >
412                                 </File>
413                                 <File
414                                         RelativePath="..\timidity\voice_effect.c"
415                                         >
416                                 </File>
417                                 <File
418                                         RelativePath="..\timidity\wave_a.c"
419                                         >
420                                 </File>
421                                 <File
422                                         RelativePath="..\timidity\wrd_read.c"
423                                         >
424                                 </File>
425                                 <File
426                                         RelativePath="..\timidity\wrdt.c"
427                                         >
428                                 </File>
429                         </Filter>
430                 </Filter>
431         </Files>
432         <Globals>
433         </Globals>
434 </VisualStudioProject>