Skip to content

Latest commit

 

History

History
400 lines (400 loc) · 8.64 KB

playmus.vcproj

File metadata and controls

400 lines (400 loc) · 8.64 KB
 
Jan 18, 2011
Jan 18, 2011
1
2
3
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Oct 11, 2018
Oct 11, 2018
4
Version="8.00"
Jan 18, 2011
Jan 18, 2011
5
6
7
8
9
10
11
Name="playmus"
ProjectGUID="{72CB0DD4-051D-486C-9CB3-75FE16F7D87A}"
>
<Platforms>
<Platform
Name="Win32"
/>
Jan 9, 2012
Jan 9, 2012
12
13
14
<Platform
Name="x64"
/>
Jan 18, 2011
Jan 18, 2011
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Debug/playmus.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
RuntimeLibrary="2"
PrecompiledHeaderFile=".\Debug/playmus.pch"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/playmus.pdb"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Debug/playmus.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Jan 9, 2012
Jan 9, 2012
105
106
107
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Jan 18, 2011
Jan 18, 2011
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
127
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
128
129
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
130
131
TargetEnvironment="3"
TypeLibraryName=".\Debug/playmus.tlb"
Jan 18, 2011
Jan 18, 2011
132
133
134
135
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
136
137
138
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
Jan 18, 2011
Jan 18, 2011
139
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
140
PrecompiledHeaderFile=".\Debug/playmus.pch"
Jan 18, 2011
Jan 18, 2011
141
WarningLevel="3"
Jan 9, 2012
Jan 9, 2012
142
143
SuppressStartupBanner="true"
DebugInformationFormat="3"
Jan 18, 2011
Jan 18, 2011
144
145
146
147
148
149
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
150
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
151
152
153
154
155
156
157
158
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
Jan 9, 2012
Jan 9, 2012
159
160
161
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/playmus.pdb"
Jan 18, 2011
Jan 18, 2011
162
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
163
TargetMachine="17"
Jan 18, 2011
Jan 18, 2011
164
165
166
167
168
169
170
171
172
173
174
175
176
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
177
OutputFile=".\Debug/playmus.bsc"
Jan 18, 2011
Jan 18, 2011
178
179
180
181
182
183
184
185
186
187
188
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 9, 2012
Jan 9, 2012
189
<Configuration
Jan 9, 2012
Jan 9, 2012
190
191
192
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
Jan 9, 2012
Jan 9, 2012
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
Jan 9, 2012
Jan 9, 2012
212
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
213
214
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
215
216
TargetEnvironment="1"
TypeLibraryName=".\Release/playmus.tlb"
Jan 9, 2012
Jan 9, 2012
217
218
219
220
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
221
222
223
224
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
Jan 9, 2012
Jan 9, 2012
225
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
226
227
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/playmus.pch"
Jan 9, 2012
Jan 9, 2012
228
229
230
231
232
233
234
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
235
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
236
237
238
239
240
241
242
243
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
Jan 9, 2012
Jan 9, 2012
244
245
LinkIncremental="1"
ProgramDatabaseFile=".\Release/playmus.pdb"
Jan 9, 2012
Jan 9, 2012
246
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
247
TargetMachine="1"
Jan 9, 2012
Jan 9, 2012
248
249
250
251
252
253
254
255
256
257
258
259
260
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
261
OutputFile=".\Release/playmus.bsc"
Jan 9, 2012
Jan 9, 2012
262
263
264
265
266
267
268
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Release/playmus.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/playmus.pch"
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/playmus.pdb"
SubSystem="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Release/playmus.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 18, 2011
Jan 18, 2011
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\..\playmus.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
373
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
374
375
376
377
378
379
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
380
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
381
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
382
383
384
385
386
387
388
389
390
391
392
393
394
395
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
396
397
398
399
400
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>