OSDN Git Service

Imported UnkoTim211
[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="$(SolutionDir)$(ConfigurationName)"
21                         IntermediateDirectory="$(ConfigurationName)"
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;%(AdditionalIncludeDirectories)"
44                                 PreprocessorDefinitions="WINDRV_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="$(SolutionDir)$(ConfigurationName)"
94                         IntermediateDirectory="$(ConfigurationName)"
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                                 WholeProgramOptimization="true"
122                                 AdditionalIncludeDirectories="..\interface;..\libarc;..\libunimod;..\timidity;..\utils;..\portaudio\pa_common;..\pdcurses;..\pdcurses\win32;..\portmidi\pm_common;..\portmidi\porttime;..;..\..\include;%(AdditionalIncludeDirectories)"
123                                 PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32;WINDRV_SETUP;HAVE_CONFIG_H;_MT;"
124                                 RuntimeLibrary="2"
125                                 StructMemberAlignment="5"
126                                 BufferSecurityCheck="false"
127                                 EnableFunctionLevelLinking="true"
128                                 EnableEnhancedInstructionSet="2"
129                                 FloatingPointModel="2"
130                                 WarningLevel="3"
131                                 DebugInformationFormat="3"
132                                 CompileAs="1"
133                         />
134                         <Tool
135                                 Name="VCManagedResourceCompilerTool"
136                         />
137                         <Tool
138                                 Name="VCResourceCompilerTool"
139                         />
140                         <Tool
141                                 Name="VCPreLinkEventTool"
142                         />
143                         <Tool
144                                 Name="VCLinkerTool"
145                                 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;"
146                                 OutputFile="..\Release\$(ProjectName).exe"
147                                 IgnoreDefaultLibraryNames="libc.lib;"
148                                 GenerateDebugInformation="false"
149                                 SubSystem="2"
150                                 LargeAddressAware="2"
151                                 OptimizeReferences="2"
152                                 EnableCOMDATFolding="2"
153                                 RandomizedBaseAddress="1"
154                                 TargetMachine="1"
155                         />
156                         <Tool
157                                 Name="VCALinkTool"
158                         />
159                         <Tool
160                                 Name="VCManifestTool"
161                         />
162                         <Tool
163                                 Name="VCXDCMakeTool"
164                         />
165                         <Tool
166                                 Name="VCBscMakeTool"
167                         />
168                         <Tool
169                                 Name="VCFxCopTool"
170                         />
171                         <Tool
172                                 Name="VCAppVerifierTool"
173                         />
174                         <Tool
175                                 Name="VCPostBuildEventTool"
176                         />
177                 </Configuration>
178         </Configurations>
179         <References>
180         </References>
181         <Files>
182                 <Filter
183                         Name="Header Files"
184                         >
185                         <File
186                                 RelativePath="..\config.h"
187                                 >
188                         </File>
189                         <File
190                                 RelativePath="..\interface.h"
191                                 >
192                         </File>
193                         <File
194                                 RelativePath="..\timidity\timidity.h"
195                                 >
196                         </File>
197                         <File
198                                 RelativePath="..\interface\w32g_res.h"
199                                 >
200                         </File>
201                         <Filter
202                                 Name="timidity"
203                                 >
204                         </Filter>
205                 </Filter>
206                 <Filter
207                         Name="Resource Files"
208                         >
209                         <File
210                                 RelativePath="..\interface\w32g_icon.ico"
211                                 >
212                         </File>
213                         <File
214                                 RelativePath="..\interface\w32g_res.rc"
215                                 >
216                         </File>
217                 </Filter>
218                 <Filter
219                         Name="Source Files"
220                         >
221                         <File
222                                 RelativePath=".\kbtimsetup.c"
223                                 >
224                         </File>
225                         <File
226                                 RelativePath="..\interface\w32g_ini.c"
227                                 >
228                         </File>
229                         <File
230                                 RelativePath="..\interface\w32g_pref.c"
231                                 >
232                         </File>
233                         <File
234                                 RelativePath="..\interface\w32g_utl.c"
235                                 >
236                         </File>
237                         <Filter
238                                 Name="timidity"
239                                 >
240                                 <File
241                                         RelativePath="..\timidity\aq.c"
242                                         >
243                                 </File>
244                                 <File
245                                         RelativePath="..\timidity\audio_cnv.c"
246                                         >
247                                 </File>
248                                 <File
249                                         RelativePath="..\timidity\common.c"
250                                         >
251                                 </File>
252                                 <File
253                                         RelativePath="..\timidity\controls.c"
254                                         >
255                                 </File>
256                                 <File
257                                         RelativePath="..\timidity\effect.c"
258                                         >
259                                 </File>
260                                 <File
261                                         RelativePath="..\timidity\envelope.c"
262                                         >
263                                 </File>
264                                 <File
265                                         RelativePath="..\timidity\filter.c"
266                                         >
267                                 </File>
268                                 <File
269                                         RelativePath="..\timidity\freq.c"
270                                         >
271                                 </File>
272                                 <File
273                                         RelativePath="..\timidity\instrum.c"
274                                         >
275                                 </File>
276                                 <File
277                                         RelativePath="..\timidity\int_synth.c"
278                                         >
279                                 </File>
280                                 <File
281                                         RelativePath="..\timidity\loadtab.c"
282                                         >
283                                 </File>
284                                 <File
285                                         RelativePath="..\timidity\m2m.c"
286                                         >
287                                 </File>
288                                 <File
289                                         RelativePath="..\timidity\mfi.c"
290                                         >
291                                 </File>
292                                 <File
293                                         RelativePath="..\timidity\mfnode.c"
294                                         >
295                                 </File>
296                                 <File
297                                         RelativePath="..\timidity\miditrace.c"
298                                         >
299                                 </File>
300                                 <File
301                                         RelativePath="..\timidity\mix.c"
302                                         >
303                                 </File>
304                                 <File
305                                         RelativePath="..\timidity\mod.c"
306                                         >
307                                 </File>
308                                 <File
309                                         RelativePath="..\timidity\mod2midi.c"
310                                         >
311                                 </File>
312                                 <File
313                                         RelativePath="..\timidity\modmid_a.c"
314                                         >
315                                 </File>
316                                 <File
317                                         RelativePath="..\timidity\mt19937ar.c"
318                                         >
319                                 </File>
320                                 <File
321                                         RelativePath="..\timidity\myini.c"
322                                         >
323                                 </File>
324                                 <File
325                                         RelativePath="..\timidity\optcode.c"
326                                         >
327                                 </File>
328                                 <File
329                                         RelativePath="..\timidity\oscillator.c"
330                                         >
331                                 </File>
332                                 <File
333                                         RelativePath="..\timidity\output.c"
334                                         >
335                                 </File>
336                                 <File
337                                         RelativePath="..\timidity\playmidi.c"
338                                         >
339                                 </File>
340                                 <File
341                                         RelativePath="..\timidity\portaudio_a.c"
342                                         >
343                                 </File>
344                                 <File
345                                         RelativePath="..\timidity\quantity.c"
346                                         >
347                                 </File>
348                                 <File
349                                         RelativePath="..\timidity\readmidi.c"
350                                         >
351                                 </File>
352                                 <File
353                                         RelativePath="..\timidity\recache.c"
354                                         >
355                                 </File>
356                                 <File
357                                         RelativePath="..\timidity\resample.c"
358                                         >
359                                 </File>
360                                 <File
361                                         RelativePath="..\timidity\sbkconv.c"
362                                         >
363                                 </File>
364                                 <File
365                                         RelativePath="..\timidity\sffile.c"
366                                         >
367                                 </File>
368                                 <File
369                                         RelativePath="..\timidity\sfitem.c"
370                                         >
371                                 </File>
372                                 <File
373                                         RelativePath="..\timidity\smplfile.c"
374                                         >
375                                 </File>
376                                 <File
377                                         RelativePath="..\timidity\sndfont.c"
378                                         >
379                                 </File>
380                                 <File
381                                         RelativePath="..\timidity\sndfontini.c"
382                                         >
383                                 </File>
384                                 <File
385                                         RelativePath="..\timidity\tables.c"
386                                         >
387                                 </File>
388                                 <File
389                                         RelativePath="..\timidity\thread.c"
390                                         >
391                                 </File>
392                                 <File
393                                         RelativePath="..\timidity\timidity.c"
394                                         >
395                                 </File>
396                                 <File
397                                         RelativePath="..\timidity\version.c"
398                                         >
399                                 </File>
400                                 <File
401                                         RelativePath="..\timidity\voice_effect.c"
402                                         >
403                                 </File>
404                                 <File
405                                         RelativePath="..\timidity\w32_a.c"
406                                         >
407                                 </File>
408                                 <File
409                                         RelativePath="..\timidity\w32_portaudio_dll.c"
410                                         >
411                                 </File>
412                                 <File
413                                         RelativePath="..\timidity\wrd_read.c"
414                                         >
415                                 </File>
416                                 <File
417                                         RelativePath="..\timidity\wrdt.c"
418                                         >
419                                 </File>
420                         </Filter>
421                 </Filter>
422         </Files>
423         <Globals>
424         </Globals>
425 </VisualStudioProject>