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

« back to all changes in this revision

Viewing changes to src/arch/sdl/win64-msvc/_vice.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="_vice"
6
 
        ProjectGUID="{7C84C10A-FF67-4E9E-AAE8-5B091B535183}"
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="Release|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="NDEBUG"
43
 
                                MkTypLibCompatible="true"
44
 
                                SuppressStartupBanner="true"
45
 
                                TargetEnvironment="3"
46
 
                                TypeLibraryName=".\Release/_vice.tlb"
47
 
                                HeaderFileName=""
48
 
                        />
49
 
                        <Tool
50
 
                                Name="VCCLCompilerTool"
51
 
                                Optimization="2"
52
 
                                InlineFunctionExpansion="1"
53
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
54
 
                                StringPooling="true"
55
 
                                RuntimeLibrary="2"
56
 
                                EnableFunctionLevelLinking="true"
57
 
                                PrecompiledHeaderFile=".\Release/_vice.pch"
58
 
                                AssemblerListingLocation=".\Release/"
59
 
                                ObjectFile=".\Release/"
60
 
                                ProgramDataBaseFileName=".\Release/"
61
 
                                WarningLevel="3"
62
 
                                SuppressStartupBanner="true"
63
 
                        />
64
 
                        <Tool
65
 
                                Name="VCManagedResourceCompilerTool"
66
 
                        />
67
 
                        <Tool
68
 
                                Name="VCResourceCompilerTool"
69
 
                                PreprocessorDefinitions="NDEBUG"
70
 
                                Culture="1033"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCPreLinkEventTool"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCLinkerTool"
77
 
                                OutputFile=".\Release/_vice.exe"
78
 
                                LinkIncremental="1"
79
 
                                SuppressStartupBanner="true"
80
 
                                ProgramDatabaseFile=".\Release/_vice.pdb"
81
 
                                SubSystem="2"
82
 
                                TargetMachine="17"
83
 
                        />
84
 
                        <Tool
85
 
                                Name="VCALinkTool"
86
 
                        />
87
 
                        <Tool
88
 
                                Name="VCManifestTool"
89
 
                        />
90
 
                        <Tool
91
 
                                Name="VCXDCMakeTool"
92
 
                        />
93
 
                        <Tool
94
 
                                Name="VCBscMakeTool"
95
 
                                SuppressStartupBanner="true"
96
 
                                OutputFile=".\Release/_vice.bsc"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCFxCopTool"
100
 
                        />
101
 
                        <Tool
102
 
                                Name="VCAppVerifierTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCWebDeploymentTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCPostBuildEventTool"
109
 
                        />
110
 
                </Configuration>
111
 
                <Configuration
112
 
                        Name="Debug|x64"
113
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
114
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
115
 
                        ConfigurationType="1"
116
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
117
 
                        UseOfMFC="0"
118
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
119
 
                        >
120
 
                        <Tool
121
 
                                Name="VCPreBuildEventTool"
122
 
                        />
123
 
                        <Tool
124
 
                                Name="VCCustomBuildTool"
125
 
                        />
126
 
                        <Tool
127
 
                                Name="VCXMLDataGeneratorTool"
128
 
                        />
129
 
                        <Tool
130
 
                                Name="VCWebServiceProxyGeneratorTool"
131
 
                        />
132
 
                        <Tool
133
 
                                Name="VCMIDLTool"
134
 
                                PreprocessorDefinitions="_DEBUG"
135
 
                                MkTypLibCompatible="true"
136
 
                                SuppressStartupBanner="true"
137
 
                                TargetEnvironment="3"
138
 
                                TypeLibraryName=".\Debug/_vice.tlb"
139
 
                                HeaderFileName=""
140
 
                        />
141
 
                        <Tool
142
 
                                Name="VCCLCompilerTool"
143
 
                                Optimization="0"
144
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
145
 
                                RuntimeLibrary="3"
146
 
                                PrecompiledHeaderFile=".\Debug/_vice.pch"
147
 
                                AssemblerListingLocation=".\Debug/"
148
 
                                ObjectFile=".\Debug/"
149
 
                                ProgramDataBaseFileName=".\Debug/"
150
 
                                WarningLevel="3"
151
 
                                SuppressStartupBanner="true"
152
 
                                DebugInformationFormat="1"
153
 
                        />
154
 
                        <Tool
155
 
                                Name="VCManagedResourceCompilerTool"
156
 
                        />
157
 
                        <Tool
158
 
                                Name="VCResourceCompilerTool"
159
 
                                PreprocessorDefinitions="_DEBUG"
160
 
                                Culture="1033"
161
 
                        />
162
 
                        <Tool
163
 
                                Name="VCPreLinkEventTool"
164
 
                        />
165
 
                        <Tool
166
 
                                Name="VCLinkerTool"
167
 
                                OutputFile=".\Debug/_vice.exe"
168
 
                                LinkIncremental="2"
169
 
                                SuppressStartupBanner="true"
170
 
                                GenerateDebugInformation="true"
171
 
                                ProgramDatabaseFile=".\Debug/_vice.pdb"
172
 
                                SubSystem="2"
173
 
                                TargetMachine="17"
174
 
                        />
175
 
                        <Tool
176
 
                                Name="VCALinkTool"
177
 
                        />
178
 
                        <Tool
179
 
                                Name="VCManifestTool"
180
 
                        />
181
 
                        <Tool
182
 
                                Name="VCXDCMakeTool"
183
 
                        />
184
 
                        <Tool
185
 
                                Name="VCBscMakeTool"
186
 
                                SuppressStartupBanner="true"
187
 
                                OutputFile=".\Debug/_vice.bsc"
188
 
                        />
189
 
                        <Tool
190
 
                                Name="VCFxCopTool"
191
 
                        />
192
 
                        <Tool
193
 
                                Name="VCAppVerifierTool"
194
 
                        />
195
 
                        <Tool
196
 
                                Name="VCWebDeploymentTool"
197
 
                        />
198
 
                        <Tool
199
 
                                Name="VCPostBuildEventTool"
200
 
                        />
201
 
                </Configuration>
202
 
                <Configuration
203
 
                        Name="Release|Itanium"
204
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
205
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
206
 
                        ConfigurationType="1"
207
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
208
 
                        UseOfMFC="0"
209
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
210
 
                        >
211
 
                        <Tool
212
 
                                Name="VCPreBuildEventTool"
213
 
                        />
214
 
                        <Tool
215
 
                                Name="VCCustomBuildTool"
216
 
                        />
217
 
                        <Tool
218
 
                                Name="VCXMLDataGeneratorTool"
219
 
                        />
220
 
                        <Tool
221
 
                                Name="VCWebServiceProxyGeneratorTool"
222
 
                        />
223
 
                        <Tool
224
 
                                Name="VCMIDLTool"
225
 
                                PreprocessorDefinitions="NDEBUG"
226
 
                                MkTypLibCompatible="true"
227
 
                                SuppressStartupBanner="true"
228
 
                                TargetEnvironment="2"
229
 
                                TypeLibraryName=".\Release/_vice.tlb"
230
 
                                HeaderFileName=""
231
 
                        />
232
 
                        <Tool
233
 
                                Name="VCCLCompilerTool"
234
 
                                Optimization="2"
235
 
                                InlineFunctionExpansion="1"
236
 
                                PreprocessorDefinitions="WINIA64;WIN32;NDEBUG;_WINDOWS"
237
 
                                StringPooling="true"
238
 
                                RuntimeLibrary="2"
239
 
                                EnableFunctionLevelLinking="true"
240
 
                                PrecompiledHeaderFile=".\Release/_vice.pch"
241
 
                                AssemblerListingLocation=".\Release/"
242
 
                                ObjectFile=".\Release/"
243
 
                                ProgramDataBaseFileName=".\Release/"
244
 
                                WarningLevel="3"
245
 
                                SuppressStartupBanner="true"
246
 
                        />
247
 
                        <Tool
248
 
                                Name="VCManagedResourceCompilerTool"
249
 
                        />
250
 
                        <Tool
251
 
                                Name="VCResourceCompilerTool"
252
 
                                PreprocessorDefinitions="NDEBUG"
253
 
                                Culture="1033"
254
 
                        />
255
 
                        <Tool
256
 
                                Name="VCPreLinkEventTool"
257
 
                        />
258
 
                        <Tool
259
 
                                Name="VCLinkerTool"
260
 
                                OutputFile=".\Release/_vice.exe"
261
 
                                LinkIncremental="1"
262
 
                                SuppressStartupBanner="true"
263
 
                                ProgramDatabaseFile=".\Release/_vice.pdb"
264
 
                                SubSystem="2"
265
 
                                TargetMachine="5"
266
 
                        />
267
 
                        <Tool
268
 
                                Name="VCALinkTool"
269
 
                        />
270
 
                        <Tool
271
 
                                Name="VCManifestTool"
272
 
                        />
273
 
                        <Tool
274
 
                                Name="VCXDCMakeTool"
275
 
                        />
276
 
                        <Tool
277
 
                                Name="VCBscMakeTool"
278
 
                                SuppressStartupBanner="true"
279
 
                                OutputFile=".\Release/_vice.bsc"
280
 
                        />
281
 
                        <Tool
282
 
                                Name="VCFxCopTool"
283
 
                        />
284
 
                        <Tool
285
 
                                Name="VCAppVerifierTool"
286
 
                        />
287
 
                        <Tool
288
 
                                Name="VCWebDeploymentTool"
289
 
                        />
290
 
                        <Tool
291
 
                                Name="VCPostBuildEventTool"
292
 
                        />
293
 
                </Configuration>
294
 
                <Configuration
295
 
                        Name="Debug|Itanium"
296
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
297
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
298
 
                        ConfigurationType="1"
299
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
300
 
                        UseOfMFC="0"
301
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
302
 
                        >
303
 
                        <Tool
304
 
                                Name="VCPreBuildEventTool"
305
 
                        />
306
 
                        <Tool
307
 
                                Name="VCCustomBuildTool"
308
 
                        />
309
 
                        <Tool
310
 
                                Name="VCXMLDataGeneratorTool"
311
 
                        />
312
 
                        <Tool
313
 
                                Name="VCWebServiceProxyGeneratorTool"
314
 
                        />
315
 
                        <Tool
316
 
                                Name="VCMIDLTool"
317
 
                                PreprocessorDefinitions="_DEBUG"
318
 
                                MkTypLibCompatible="true"
319
 
                                SuppressStartupBanner="true"
320
 
                                TargetEnvironment="2"
321
 
                                TypeLibraryName=".\Debug/_vice.tlb"
322
 
                                HeaderFileName=""
323
 
                        />
324
 
                        <Tool
325
 
                                Name="VCCLCompilerTool"
326
 
                                Optimization="0"
327
 
                                PreprocessorDefinitions="WINIA64;WIN32;_DEBUG;_WINDOWS"
328
 
                                RuntimeLibrary="3"
329
 
                                PrecompiledHeaderFile=".\Debug/_vice.pch"
330
 
                                AssemblerListingLocation=".\Debug/"
331
 
                                ObjectFile=".\Debug/"
332
 
                                ProgramDataBaseFileName=".\Debug/"
333
 
                                WarningLevel="3"
334
 
                                SuppressStartupBanner="true"
335
 
                                DebugInformationFormat="1"
336
 
                        />
337
 
                        <Tool
338
 
                                Name="VCManagedResourceCompilerTool"
339
 
                        />
340
 
                        <Tool
341
 
                                Name="VCResourceCompilerTool"
342
 
                                PreprocessorDefinitions="_DEBUG"
343
 
                                Culture="1033"
344
 
                        />
345
 
                        <Tool
346
 
                                Name="VCPreLinkEventTool"
347
 
                        />
348
 
                        <Tool
349
 
                                Name="VCLinkerTool"
350
 
                                OutputFile=".\Debug/_vice.exe"
351
 
                                LinkIncremental="2"
352
 
                                SuppressStartupBanner="true"
353
 
                                GenerateDebugInformation="true"
354
 
                                ProgramDatabaseFile=".\Debug/_vice.pdb"
355
 
                                SubSystem="2"
356
 
                                TargetMachine="5"
357
 
                        />
358
 
                        <Tool
359
 
                                Name="VCALinkTool"
360
 
                        />
361
 
                        <Tool
362
 
                                Name="VCManifestTool"
363
 
                        />
364
 
                        <Tool
365
 
                                Name="VCXDCMakeTool"
366
 
                        />
367
 
                        <Tool
368
 
                                Name="VCBscMakeTool"
369
 
                                SuppressStartupBanner="true"
370
 
                                OutputFile=".\Debug/_vice.bsc"
371
 
                        />
372
 
                        <Tool
373
 
                                Name="VCFxCopTool"
374
 
                        />
375
 
                        <Tool
376
 
                                Name="VCAppVerifierTool"
377
 
                        />
378
 
                        <Tool
379
 
                                Name="VCWebDeploymentTool"
380
 
                        />
381
 
                        <Tool
382
 
                                Name="VCPostBuildEventTool"
383
 
                        />
384
 
                </Configuration>
385
 
        </Configurations>
386
 
        <References>
387
 
        </References>
388
 
        <Files>
389
 
        </Files>
390
 
        <Globals>
391
 
        </Globals>
392
 
</VisualStudioProject>