Skip to content

Latest commit

 

History

History
executable file
·
401 lines (401 loc) · 8.67 KB

playmus.vcproj

File metadata and controls

executable file
·
401 lines (401 loc) · 8.67 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="playmus"
ProjectGUID="{72CB0DD4-051D-486C-9CB3-75FE16F7D87A}"
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
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
</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"
Oct 3, 2012
Oct 3, 2012
74
AdditionalDependencies="SDL2.lib SDL2main.lib"
Jan 18, 2011
Jan 18, 2011
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
105
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
106
107
108
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Jan 18, 2011
Jan 18, 2011
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
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
128
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
129
130
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
131
132
TargetEnvironment="3"
TypeLibraryName=".\Debug/playmus.tlb"
Jan 18, 2011
Jan 18, 2011
133
134
135
136
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
137
138
139
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
Jan 18, 2011
Jan 18, 2011
140
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
141
PrecompiledHeaderFile=".\Debug/playmus.pch"
Jan 18, 2011
Jan 18, 2011
142
WarningLevel="3"
Jan 9, 2012
Jan 9, 2012
143
144
SuppressStartupBanner="true"
DebugInformationFormat="3"
Jan 18, 2011
Jan 18, 2011
145
146
147
148
149
150
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
151
PreprocessorDefinitions="_DEBUG"
Jan 18, 2011
Jan 18, 2011
152
153
154
155
156
157
158
159
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
Jan 9, 2012
Jan 9, 2012
160
161
162
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/playmus.pdb"
Jan 18, 2011
Jan 18, 2011
163
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
164
TargetMachine="17"
Jan 18, 2011
Jan 18, 2011
165
166
167
168
169
170
171
172
173
174
175
176
177
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
178
OutputFile=".\Debug/playmus.bsc"
Jan 18, 2011
Jan 18, 2011
179
180
181
182
183
184
185
186
187
188
189
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Jan 9, 2012
Jan 9, 2012
190
<Configuration
Jan 9, 2012
Jan 9, 2012
191
192
193
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
Jan 9, 2012
Jan 9, 2012
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
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
213
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
214
215
MkTypLibCompatible="true"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
216
217
TargetEnvironment="1"
TypeLibraryName=".\Release/playmus.tlb"
Jan 9, 2012
Jan 9, 2012
218
219
220
221
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Jan 9, 2012
Jan 9, 2012
222
223
224
225
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
Jan 9, 2012
Jan 9, 2012
226
RuntimeLibrary="2"
Jan 9, 2012
Jan 9, 2012
227
228
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/playmus.pch"
Jan 9, 2012
Jan 9, 2012
229
230
231
232
233
234
235
WarningLevel="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Jan 9, 2012
Jan 9, 2012
236
PreprocessorDefinitions="NDEBUG"
Jan 9, 2012
Jan 9, 2012
237
238
239
240
241
242
243
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Oct 3, 2012
Oct 3, 2012
244
AdditionalDependencies="SDL2.lib SDL2main.lib"
Jan 9, 2012
Jan 9, 2012
245
246
LinkIncremental="1"
ProgramDatabaseFile=".\Release/playmus.pdb"
Jan 9, 2012
Jan 9, 2012
247
SubSystem="2"
Jan 9, 2012
Jan 9, 2012
248
TargetMachine="1"
Jan 9, 2012
Jan 9, 2012
249
250
251
252
253
254
255
256
257
258
259
260
261
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
Jan 9, 2012
Jan 9, 2012
262
OutputFile=".\Release/playmus.bsc"
Jan 9, 2012
Jan 9, 2012
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
357
/>
<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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\..\playmus.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
374
Name="Debug|x64"
Jan 18, 2011
Jan 18, 2011
375
376
377
378
379
380
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 9, 2012
Jan 9, 2012
381
<FileConfiguration
Jan 9, 2012
Jan 9, 2012
382
Name="Release|Win32"
Jan 9, 2012
Jan 9, 2012
383
384
385
386
387
388
389
390
391
392
393
394
395
396
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
Jan 18, 2011
Jan 18, 2011
397
398
399
400
401
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>