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

« back to all changes in this revision

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