Skip to content

Latest commit

 

History

History
executable file
·
383 lines (383 loc) · 8.25 KB

native_midi_VS2008.vcproj

File metadata and controls

executable file
·
383 lines (383 loc) · 8.25 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
Name="native_midi"
ProjectGUID="{EBDA67CA-4A23-4F22-BFBC-B8DBE0580D4F}"
Jan 1, 2012
Jan 1, 2012
7
TargetFrameworkVersion="131072"
Jan 18, 2011
Jan 18, 2011
8
9
10
11
12
>
<Platforms>
<Platform
Name="Win32"
/>
Jan 9, 2012
Jan 9, 2012
13
14
15
<Platform
Name="x64"
/>
Jan 18, 2011
Jan 18, 2011
16
17
18
19
20
21
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
Jun 7, 2013
Jun 7, 2013
22
23
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
Jan 18, 2011
Jan 18, 2011
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
55
56
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
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..,..\..\native_midi"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/native_midi.pch"
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Release/native_midi.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Jun 7, 2013
Jun 7, 2013
88
89
90
Name="Release|x64"
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Jan 18, 2011
Jan 18, 2011
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jun 7, 2013
Jun 7, 2013
110
TargetEnvironment="3"
Jan 18, 2011
Jan 18, 2011
111
112
113
/>
<Tool
Name="VCCLCompilerTool"
Jun 7, 2013
Jun 7, 2013
114
115
Optimization="2"
InlineFunctionExpansion="1"
Jan 18, 2011
Jan 18, 2011
116
AdditionalIncludeDirectories="..\..,..\..\native_midi"
Jun 7, 2013
Jun 7, 2013
117
118
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
Jan 18, 2011
Jan 18, 2011
119
RuntimeLibrary="2"
Jun 7, 2013
Jun 7, 2013
120
121
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/native_midi.pch"
Jan 18, 2011
Jan 18, 2011
122
123
124
125
126
127
128
129
130
131
132
133
134
135
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
Jan 9, 2012
Jan 9, 2012
136
137
138
139
140
141
142
143
144
145
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jun 7, 2013
Jun 7, 2013
146
OutputFile=".\Release/native_midi.bsc"
Jan 9, 2012
Jan 9, 2012
147
148
149
150
151
152
153
154
155
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Jun 7, 2013
Jun 7, 2013
156
157
158
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
Jan 9, 2012
Jan 9, 2012
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Jun 7, 2013
Jun 7, 2013
181
Optimization="0"
Jan 9, 2012
Jan 9, 2012
182
AdditionalIncludeDirectories="..\..,..\..\native_midi"
Jun 7, 2013
Jun 7, 2013
183
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
Jan 9, 2012
Jan 9, 2012
184
RuntimeLibrary="2"
Jun 7, 2013
Jun 7, 2013
185
PrecompiledHeaderFile=".\Debug/native_midi.pch"
Jan 9, 2012
Jan 9, 2012
186
WarningLevel="3"
Jun 7, 2013
Jun 7, 2013
187
188
SuppressStartupBanner="true"
DebugInformationFormat="1"
Jan 9, 2012
Jan 9, 2012
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jun 7, 2013
Jun 7, 2013
212
OutputFile=".\Debug/native_midi.bsc"
Jan 9, 2012
Jan 9, 2012
213
214
215
216
217
218
219
220
221
222
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
Jun 7, 2013
Jun 7, 2013
223
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
Jan 9, 2012
Jan 9, 2012
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..,..\..\native_midi"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="2"
PrecompiledHeaderFile=".\Debug/native_midi.pch"
WarningLevel="3"
Jan 18, 2011
Jan 18, 2011
254
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
255
256
257
258
259
260
261
262
263
264
265
266
267
268
DebugInformationFormat="1"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
Jan 18, 2011
Jan 18, 2011
269
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
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Debug/native_midi.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\..\native_midi\native_midi.h"
>
</File>
<File
RelativePath="..\..\native_midi\native_midi_common.c"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jun 7, 2013
Jun 7, 2013
309
Name="Release|x64"
Jan 18, 2011
Jan 18, 2011
310
311
312
313
314
315
316
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
317
<FileConfiguration
Jun 7, 2013
Jun 7, 2013
318
Name="Debug|Win32"
Jan 9, 2012
Jan 9, 2012
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
</File>
<File
RelativePath="..\..\native_midi\native_midi_common.h"
>
</File>
<File
RelativePath="..\..\native_midi\native_midi_win32.c"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jun 7, 2013
Jun 7, 2013
353
Name="Release|x64"
Jan 18, 2011
Jan 18, 2011
354
355
356
357
358
359
360
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
361
<FileConfiguration
Jun 7, 2013
Jun 7, 2013
362
Name="Debug|Win32"
Jan 9, 2012
Jan 9, 2012
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
379
380
381
382
383
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>