~ubuntu-branches/ubuntu/utopic/vice/utopic-proposed

« back to all changes in this revision

Viewing changes to src/arch/sdl/win64-msvc/xpet.vcproj

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140510210823-v5aojvy1pv1sg132
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8.00"
5
 
        Name="xpet"
6
 
        ProjectGUID="{749059E5-08A9-4298-BAB4-E7AB7205BE77}"
7
 
        >
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="x64"
11
 
                />
12
 
                <Platform
13
 
                        Name="Itanium"
14
 
                />
15
 
        </Platforms>
16
 
        <ToolFiles>
17
 
        </ToolFiles>
18
 
        <Configurations>
19
 
                <Configuration
20
 
                        Name="Debug|x64"
21
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
22
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
23
 
                        ConfigurationType="1"
24
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
25
 
                        UseOfMFC="0"
26
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
27
 
                        >
28
 
                        <Tool
29
 
                                Name="VCPreBuildEventTool"
30
 
                        />
31
 
                        <Tool
32
 
                                Name="VCCustomBuildTool"
33
 
                        />
34
 
                        <Tool
35
 
                                Name="VCXMLDataGeneratorTool"
36
 
                        />
37
 
                        <Tool
38
 
                                Name="VCWebServiceProxyGeneratorTool"
39
 
                        />
40
 
                        <Tool
41
 
                                Name="VCMIDLTool"
42
 
                                PreprocessorDefinitions="_DEBUG"
43
 
                                MkTypLibCompatible="true"
44
 
                                SuppressStartupBanner="true"
45
 
                                TargetEnvironment="3"
46
 
                                TypeLibraryName=".\..\..\..\..\data/xpet.tlb"
47
 
                                HeaderFileName=""
48
 
                        />
49
 
                        <Tool
50
 
                                Name="VCCLCompilerTool"
51
 
                                Optimization="0"
52
 
                                AdditionalIncludeDirectories=".\,..\,..\..\,..\..\..\,..\..\..\drive,..\..\..\vdrive,..\..\..\monitor,..\..\..\lib\p64,..\..\..\sid,..\..\..\platform"
53
 
                                PreprocessorDefinitions="WIN32;IDE_COMPILE;_DEBUG;_WINDOWS"
54
 
                                RuntimeLibrary="3"
55
 
                                PrecompiledHeaderFile=".\libs\xpet\Debug/xpet.pch"
56
 
                                AssemblerListingLocation=".\libs\xpet\Debug/"
57
 
                                ObjectFile=".\libs\xpet\Debug/"
58
 
                                ProgramDataBaseFileName=".\libs\xpet\Debug/"
59
 
                                WarningLevel="3"
60
 
                                SuppressStartupBanner="true"
61
 
                                DebugInformationFormat="1"
62
 
                        />
63
 
                        <Tool
64
 
                                Name="VCManagedResourceCompilerTool"
65
 
                        />
66
 
                        <Tool
67
 
                                Name="VCResourceCompilerTool"
68
 
                                Culture="1033"
69
 
                        />
70
 
                        <Tool
71
 
                                Name="VCPreLinkEventTool"
72
 
                        />
73
 
                        <Tool
74
 
                                Name="VCLinkerTool"
75
 
                                AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib version.lib SDLmain.lib SDL.lib opengl32.lib"
76
 
                                OutputFile=".\..\..\..\..\data/xpet.exe"
77
 
                                LinkIncremental="2"
78
 
                                SuppressStartupBanner="true"
79
 
                                IgnoreDefaultLibraryNames="msvcrt.lib"
80
 
                                GenerateDebugInformation="true"
81
 
                                ProgramDatabaseFile=".\..\..\..\..\data/xpet.pdb"
82
 
                                SubSystem="2"
83
 
                                TargetMachine="17"
84
 
                        />
85
 
                        <Tool
86
 
                                Name="VCALinkTool"
87
 
                        />
88
 
                        <Tool
89
 
                                Name="VCManifestTool"
90
 
                        />
91
 
                        <Tool
92
 
                                Name="VCXDCMakeTool"
93
 
                        />
94
 
                        <Tool
95
 
                                Name="VCBscMakeTool"
96
 
                                SuppressStartupBanner="true"
97
 
                                OutputFile=".\..\..\..\..\data/xpet.bsc"
98
 
                        />
99
 
                        <Tool
100
 
                                Name="VCFxCopTool"
101
 
                        />
102
 
                        <Tool
103
 
                                Name="VCAppVerifierTool"
104
 
                        />
105
 
                        <Tool
106
 
                                Name="VCWebDeploymentTool"
107
 
                        />
108
 
                        <Tool
109
 
                                Name="VCPostBuildEventTool"
110
 
                        />
111
 
                </Configuration>
112
 
                <Configuration
113
 
                        Name="Release|x64"
114
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
115
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
116
 
                        ConfigurationType="1"
117
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
118
 
                        UseOfMFC="0"
119
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
120
 
                        >
121
 
                        <Tool
122
 
                                Name="VCPreBuildEventTool"
123
 
                        />
124
 
                        <Tool
125
 
                                Name="VCCustomBuildTool"
126
 
                        />
127
 
                        <Tool
128
 
                                Name="VCXMLDataGeneratorTool"
129
 
                        />
130
 
                        <Tool
131
 
                                Name="VCWebServiceProxyGeneratorTool"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCMIDLTool"
135
 
                                PreprocessorDefinitions="NDEBUG"
136
 
                                MkTypLibCompatible="true"
137
 
                                SuppressStartupBanner="true"
138
 
                                TargetEnvironment="3"
139
 
                                TypeLibraryName=".\..\..\..\..\data/xpet.tlb"
140
 
                                HeaderFileName=""
141
 
                        />
142
 
                        <Tool
143
 
                                Name="VCCLCompilerTool"
144
 
                                Optimization="2"
145
 
                                InlineFunctionExpansion="1"
146
 
                                AdditionalIncludeDirectories=".\,..\,..\..\,..\..\..\,..\..\..\drive,..\..\..\vdrive,..\..\..\monitor,..\..\..\lib\p64,..\..\..\sid,..\..\..\platform"
147
 
                                PreprocessorDefinitions="WIN32;IDE_COMPILE;NDEBUG;_WINDOWS"
148
 
                                StringPooling="true"
149
 
                                RuntimeLibrary="2"
150
 
                                EnableFunctionLevelLinking="true"
151
 
                                PrecompiledHeaderFile=".\libs\xpet\Release/xpet.pch"
152
 
                                AssemblerListingLocation=".\libs\xpet\Release/"
153
 
                                ObjectFile=".\libs\xpet\Release/"
154
 
                                ProgramDataBaseFileName=".\libs\xpet\Release/"
155
 
                                WarningLevel="3"
156
 
                                SuppressStartupBanner="true"
157
 
                        />
158
 
                        <Tool
159
 
                                Name="VCManagedResourceCompilerTool"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCResourceCompilerTool"
163
 
                                Culture="1033"
164
 
                        />
165
 
                        <Tool
166
 
                                Name="VCPreLinkEventTool"
167
 
                        />
168
 
                        <Tool
169
 
                                Name="VCLinkerTool"
170
 
                                AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib version.lib SDLmain.lib SDL.lib opengl32.lib"
171
 
                                OutputFile=".\..\..\..\..\data/xpet.exe"
172
 
                                LinkIncremental="1"
173
 
                                SuppressStartupBanner="true"
174
 
                                ProgramDatabaseFile=".\..\..\..\..\data/xpet.pdb"
175
 
                                SubSystem="2"
176
 
                                TargetMachine="17"
177
 
                        />
178
 
                        <Tool
179
 
                                Name="VCALinkTool"
180
 
                        />
181
 
                        <Tool
182
 
                                Name="VCManifestTool"
183
 
                        />
184
 
                        <Tool
185
 
                                Name="VCXDCMakeTool"
186
 
                        />
187
 
                        <Tool
188
 
                                Name="VCBscMakeTool"
189
 
                                SuppressStartupBanner="true"
190
 
                                OutputFile=".\..\..\..\..\data/xpet.bsc"
191
 
                        />
192
 
                        <Tool
193
 
                                Name="VCFxCopTool"
194
 
                        />
195
 
                        <Tool
196
 
                                Name="VCAppVerifierTool"
197
 
                        />
198
 
                        <Tool
199
 
                                Name="VCWebDeploymentTool"
200
 
                        />
201
 
                        <Tool
202
 
                                Name="VCPostBuildEventTool"
203
 
                        />
204
 
                </Configuration>
205
 
                <Configuration
206
 
                        Name="Debug|Itanium"
207
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
208
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
209
 
                        ConfigurationType="1"
210
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
211
 
                        UseOfMFC="0"
212
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
213
 
                        >
214
 
                        <Tool
215
 
                                Name="VCPreBuildEventTool"
216
 
                        />
217
 
                        <Tool
218
 
                                Name="VCCustomBuildTool"
219
 
                        />
220
 
                        <Tool
221
 
                                Name="VCXMLDataGeneratorTool"
222
 
                        />
223
 
                        <Tool
224
 
                                Name="VCWebServiceProxyGeneratorTool"
225
 
                        />
226
 
                        <Tool
227
 
                                Name="VCMIDLTool"
228
 
                                PreprocessorDefinitions="_DEBUG"
229
 
                                MkTypLibCompatible="true"
230
 
                                SuppressStartupBanner="true"
231
 
                                TargetEnvironment="2"
232
 
                                TypeLibraryName=".\..\..\..\..\data/xpet.tlb"
233
 
                                HeaderFileName=""
234
 
                        />
235
 
                        <Tool
236
 
                                Name="VCCLCompilerTool"
237
 
                                Optimization="0"
238
 
                                AdditionalIncludeDirectories=".\,..\,..\..\,..\..\..\,..\..\..\drive,..\..\..\vdrive,..\..\..\monitor,..\..\..\lib\p64,..\..\..\sid,..\..\..\platform"
239
 
                                PreprocessorDefinitions="WINIA64;WIN32;IDE_COMPILE;_DEBUG;_WINDOWS"
240
 
                                RuntimeLibrary="3"
241
 
                                PrecompiledHeaderFile=".\libs\xpet\Debug/xpet.pch"
242
 
                                AssemblerListingLocation=".\libs\xpet\Debug/"
243
 
                                ObjectFile=".\libs\xpet\Debug/"
244
 
                                ProgramDataBaseFileName=".\libs\xpet\Debug/"
245
 
                                WarningLevel="3"
246
 
                                SuppressStartupBanner="true"
247
 
                                DebugInformationFormat="1"
248
 
                        />
249
 
                        <Tool
250
 
                                Name="VCManagedResourceCompilerTool"
251
 
                        />
252
 
                        <Tool
253
 
                                Name="VCResourceCompilerTool"
254
 
                                Culture="1033"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCPreLinkEventTool"
258
 
                        />
259
 
                        <Tool
260
 
                                Name="VCLinkerTool"
261
 
                                AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib version.lib SDLmain.lib SDL.lib opengl32.lib"
262
 
                                OutputFile=".\..\..\..\..\data/xpet.exe"
263
 
                                LinkIncremental="2"
264
 
                                SuppressStartupBanner="true"
265
 
                                IgnoreDefaultLibraryNames="msvcrt.lib"
266
 
                                GenerateDebugInformation="true"
267
 
                                ProgramDatabaseFile=".\..\..\..\..\data/xpet.pdb"
268
 
                                SubSystem="2"
269
 
                                TargetMachine="5"
270
 
                        />
271
 
                        <Tool
272
 
                                Name="VCALinkTool"
273
 
                        />
274
 
                        <Tool
275
 
                                Name="VCManifestTool"
276
 
                        />
277
 
                        <Tool
278
 
                                Name="VCXDCMakeTool"
279
 
                        />
280
 
                        <Tool
281
 
                                Name="VCBscMakeTool"
282
 
                                SuppressStartupBanner="true"
283
 
                                OutputFile=".\..\..\..\..\data/xpet.bsc"
284
 
                        />
285
 
                        <Tool
286
 
                                Name="VCFxCopTool"
287
 
                        />
288
 
                        <Tool
289
 
                                Name="VCAppVerifierTool"
290
 
                        />
291
 
                        <Tool
292
 
                                Name="VCWebDeploymentTool"
293
 
                        />
294
 
                        <Tool
295
 
                                Name="VCPostBuildEventTool"
296
 
                        />
297
 
                </Configuration>
298
 
                <Configuration
299
 
                        Name="Release|Itanium"
300
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
301
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
302
 
                        ConfigurationType="1"
303
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
304
 
                        UseOfMFC="0"
305
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
306
 
                        >
307
 
                        <Tool
308
 
                                Name="VCPreBuildEventTool"
309
 
                        />
310
 
                        <Tool
311
 
                                Name="VCCustomBuildTool"
312
 
                        />
313
 
                        <Tool
314
 
                                Name="VCXMLDataGeneratorTool"
315
 
                        />
316
 
                        <Tool
317
 
                                Name="VCWebServiceProxyGeneratorTool"
318
 
                        />
319
 
                        <Tool
320
 
                                Name="VCMIDLTool"
321
 
                                PreprocessorDefinitions="NDEBUG"
322
 
                                MkTypLibCompatible="true"
323
 
                                SuppressStartupBanner="true"
324
 
                                TargetEnvironment="2"
325
 
                                TypeLibraryName=".\..\..\..\..\data/xpet.tlb"
326
 
                                HeaderFileName=""
327
 
                        />
328
 
                        <Tool
329
 
                                Name="VCCLCompilerTool"
330
 
                                Optimization="2"
331
 
                                InlineFunctionExpansion="1"
332
 
                                AdditionalIncludeDirectories=".\,..\,..\..\,..\..\..\,..\..\..\drive,..\..\..\vdrive,..\..\..\monitor,..\..\..\lib\p64,..\..\..\sid,..\..\..\platform"
333
 
                                PreprocessorDefinitions="WINIA64;WIN32;IDE_COMPILE;NDEBUG;_WINDOWS"
334
 
                                StringPooling="true"
335
 
                                RuntimeLibrary="2"
336
 
                                EnableFunctionLevelLinking="true"
337
 
                                PrecompiledHeaderFile=".\libs\xpet\Release/xpet.pch"
338
 
                                AssemblerListingLocation=".\libs\xpet\Release/"
339
 
                                ObjectFile=".\libs\xpet\Release/"
340
 
                                ProgramDataBaseFileName=".\libs\xpet\Release/"
341
 
                                WarningLevel="3"
342
 
                                SuppressStartupBanner="true"
343
 
                        />
344
 
                        <Tool
345
 
                                Name="VCManagedResourceCompilerTool"
346
 
                        />
347
 
                        <Tool
348
 
                                Name="VCResourceCompilerTool"
349
 
                                Culture="1033"
350
 
                        />
351
 
                        <Tool
352
 
                                Name="VCPreLinkEventTool"
353
 
                        />
354
 
                        <Tool
355
 
                                Name="VCLinkerTool"
356
 
                                AdditionalDependencies="comctl32.lib winmm.lib wsock32.lib version.lib SDLmain.lib SDL.lib opengl32.lib"
357
 
                                OutputFile=".\..\..\..\..\data/xpet.exe"
358
 
                                LinkIncremental="1"
359
 
                                SuppressStartupBanner="true"
360
 
                                ProgramDatabaseFile=".\..\..\..\..\data/xpet.pdb"
361
 
                                SubSystem="2"
362
 
                                TargetMachine="5"
363
 
                        />
364
 
                        <Tool
365
 
                                Name="VCALinkTool"
366
 
                        />
367
 
                        <Tool
368
 
                                Name="VCManifestTool"
369
 
                        />
370
 
                        <Tool
371
 
                                Name="VCXDCMakeTool"
372
 
                        />
373
 
                        <Tool
374
 
                                Name="VCBscMakeTool"
375
 
                                SuppressStartupBanner="true"
376
 
                                OutputFile=".\..\..\..\..\data/xpet.bsc"
377
 
                        />
378
 
                        <Tool
379
 
                                Name="VCFxCopTool"
380
 
                        />
381
 
                        <Tool
382
 
                                Name="VCAppVerifierTool"
383
 
                        />
384
 
                        <Tool
385
 
                                Name="VCWebDeploymentTool"
386
 
                        />
387
 
                        <Tool
388
 
                                Name="VCPostBuildEventTool"
389
 
                        />
390
 
                </Configuration>
391
 
        </Configurations>
392
 
        <References>
393
 
        </References>
394
 
        <Files>
395
 
                <File
396
 
                        RelativePath="..\..\..\main.c"
397
 
                        >
398
 
                        <FileConfiguration
399
 
                                Name="Debug|x64"
400
 
                                >
401
 
                                <Tool
402
 
                                        Name="VCCLCompilerTool"
403
 
                                        AdditionalIncludeDirectories=""
404
 
                                        PreprocessorDefinitions=""
405
 
                                />
406
 
                        </FileConfiguration>
407
 
                        <FileConfiguration
408
 
                                Name="Release|x64"
409
 
                                >
410
 
                                <Tool
411
 
                                        Name="VCCLCompilerTool"
412
 
                                        AdditionalIncludeDirectories=""
413
 
                                        PreprocessorDefinitions=""
414
 
                                />
415
 
                        </FileConfiguration>
416
 
                        <FileConfiguration
417
 
                                Name="Debug|Itanium"
418
 
                                >
419
 
                                <Tool
420
 
                                        Name="VCCLCompilerTool"
421
 
                                        AdditionalIncludeDirectories=""
422
 
                                        PreprocessorDefinitions=""
423
 
                                />
424
 
                        </FileConfiguration>
425
 
                        <FileConfiguration
426
 
                                Name="Release|Itanium"
427
 
                                >
428
 
                                <Tool
429
 
                                        Name="VCCLCompilerTool"
430
 
                                        AdditionalIncludeDirectories=""
431
 
                                        PreprocessorDefinitions=""
432
 
                                />
433
 
                        </FileConfiguration>
434
 
                </File>
435
 
                <File
436
 
                        RelativePath="..\..\..\maincpu.c"
437
 
                        >
438
 
                        <FileConfiguration
439
 
                                Name="Debug|x64"
440
 
                                >
441
 
                                <Tool
442
 
                                        Name="VCCLCompilerTool"
443
 
                                        AdditionalIncludeDirectories=""
444
 
                                        PreprocessorDefinitions=""
445
 
                                />
446
 
                        </FileConfiguration>
447
 
                        <FileConfiguration
448
 
                                Name="Release|x64"
449
 
                                >
450
 
                                <Tool
451
 
                                        Name="VCCLCompilerTool"
452
 
                                        Optimization="4"
453
 
                                        EnableIntrinsicFunctions="true"
454
 
                                        FavorSizeOrSpeed="1"
455
 
                                        OmitFramePointers="true"
456
 
                                        AdditionalIncludeDirectories=""
457
 
                                        PreprocessorDefinitions=""
458
 
                                />
459
 
                        </FileConfiguration>
460
 
                        <FileConfiguration
461
 
                                Name="Debug|Itanium"
462
 
                                >
463
 
                                <Tool
464
 
                                        Name="VCCLCompilerTool"
465
 
                                        AdditionalIncludeDirectories=""
466
 
                                        PreprocessorDefinitions=""
467
 
                                />
468
 
                        </FileConfiguration>
469
 
                        <FileConfiguration
470
 
                                Name="Release|Itanium"
471
 
                                >
472
 
                                <Tool
473
 
                                        Name="VCCLCompilerTool"
474
 
                                        Optimization="4"
475
 
                                        EnableIntrinsicFunctions="true"
476
 
                                        FavorSizeOrSpeed="1"
477
 
                                        OmitFramePointers="true"
478
 
                                        AdditionalIncludeDirectories=""
479
 
                                        PreprocessorDefinitions=""
480
 
                                />
481
 
                        </FileConfiguration>
482
 
                </File>
483
 
                <File
484
 
                        RelativePath="vice.manifest"
485
 
                        >
486
 
                </File>
487
 
        </Files>
488
 
        <Globals>
489
 
        </Globals>
490
 
</VisualStudioProject>