~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cpp/demo/Ice/async/Ice.async.server.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
4
        Version="9.00"
5
 
        Name="Ice.async.server"
 
5
        Name="server"
6
6
        ProjectGUID="{966B1F47-A385-4CC7-9E13-27B34808152C}"
7
7
        RootNamespace="Ice.async.server"
8
8
        TargetFrameworkVersion="131072"
20
20
        <Configurations>
21
21
                <Configuration
22
22
                        Name="Debug|Win32"
23
 
                        OutputDirectory=".\Debug"
24
 
                        IntermediateDirectory=".\Debug"
 
23
                        OutputDirectory="$(ProjectDir)"
 
24
                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\"
25
25
                        ConfigurationType="1"
26
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
26
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
27
27
                        UseOfMFC="0"
28
28
                        ATLMinimizesCRunTimeLibraryUsage="false"
29
29
                        >
41
41
                        />
42
42
                        <Tool
43
43
                                Name="VCMIDLTool"
44
 
                                TypeLibraryName=".\Debug/Ice.async.server.tlb"
45
 
                                HeaderFileName=""
46
44
                        />
47
45
                        <Tool
48
46
                                Name="VCCLCompilerTool"
49
47
                                Optimization="0"
50
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
48
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
51
49
                                PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
52
50
                                MinimalRebuild="true"
53
51
                                BasicRuntimeChecks="3"
54
52
                                RuntimeLibrary="3"
55
 
                                RuntimeTypeInfo="true"
56
 
                                PrecompiledHeaderFile=".\Debug/Ice.async.server.pch"
57
 
                                AssemblerListingLocation=".\Debug/"
58
 
                                ObjectFile=".\Debug/"
59
 
                                ProgramDataBaseFileName=".\Debug/"
60
53
                                WarningLevel="3"
61
54
                                WarnAsError="true"
62
 
                                SuppressStartupBanner="true"
63
55
                                DebugInformationFormat="3"
64
56
                        />
65
57
                        <Tool
77
69
                                Name="VCLinkerTool"
78
70
                                AdditionalOptions="/FIXED:NO"
79
71
                                AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
80
 
                                OutputFile="server.exe"
81
72
                                LinkIncremental="2"
82
 
                                SuppressStartupBanner="true"
83
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
73
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
84
74
                                GenerateDebugInformation="true"
85
 
                                ProgramDatabaseFile=".\Debug/server.pdb"
86
75
                                SubSystem="1"
87
76
                                RandomizedBaseAddress="1"
88
77
                                DataExecutionPrevention="0"
99
88
                        />
100
89
                        <Tool
101
90
                                Name="VCBscMakeTool"
102
 
                                SuppressStartupBanner="true"
103
 
                                OutputFile=".\Debug/Ice.async.server.bsc"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCFxCopTool"
 
94
                        />
 
95
                        <Tool
 
96
                                Name="VCAppVerifierTool"
 
97
                        />
 
98
                        <Tool
 
99
                                Name="VCPostBuildEventTool"
 
100
                        />
 
101
                </Configuration>
 
102
                <Configuration
 
103
                        Name="Debug|x64"
 
104
                        OutputDirectory="$(ProjectDir)"
 
105
                        IntermediateDirectory="$(ConfigurationName)\$(PlatformName)\$(ProjectName)\"
 
106
                        ConfigurationType="1"
 
107
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
 
108
                        UseOfMFC="0"
 
109
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
110
                        BuildLogFile=""
 
111
                        >
 
112
                        <Tool
 
113
                                Name="VCPreBuildEventTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCCustomBuildTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCXMLDataGeneratorTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCWebServiceProxyGeneratorTool"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCMIDLTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCCLCompilerTool"
 
129
                                Optimization="0"
 
130
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
 
131
                                PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
 
132
                                MinimalRebuild="true"
 
133
                                BasicRuntimeChecks="3"
 
134
                                RuntimeLibrary="3"
 
135
                                WarningLevel="3"
 
136
                                WarnAsError="true"
 
137
                                DebugInformationFormat="3"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCManagedResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCResourceCompilerTool"
 
144
                                PreprocessorDefinitions="_DEBUG"
 
145
                                Culture="1033"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCPreLinkEventTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCLinkerTool"
 
152
                                AdditionalOptions="/FIXED:NO"
 
153
                                AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
 
154
                                LinkIncremental="2"
 
155
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib\x64&quot;"
 
156
                                GenerateDebugInformation="true"
 
157
                                SubSystem="1"
 
158
                                RandomizedBaseAddress="1"
 
159
                                DataExecutionPrevention="0"
 
160
                                TargetMachine="17"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCALinkTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCManifestTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCXDCMakeTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCBscMakeTool"
104
173
                        />
105
174
                        <Tool
106
175
                                Name="VCFxCopTool"
114
183
                </Configuration>
115
184
                <Configuration
116
185
                        Name="Release|Win32"
117
 
                        OutputDirectory=".\Release"
118
 
                        IntermediateDirectory=".\Release"
 
186
                        OutputDirectory="$(ProjectDir)"
 
187
                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\"
119
188
                        ConfigurationType="1"
120
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
189
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
121
190
                        UseOfMFC="0"
122
191
                        ATLMinimizesCRunTimeLibraryUsage="false"
123
192
                        >
135
204
                        />
136
205
                        <Tool
137
206
                                Name="VCMIDLTool"
138
 
                                TypeLibraryName=".\Release/Ice.async.server.tlb"
139
 
                                HeaderFileName=""
140
207
                        />
141
208
                        <Tool
142
209
                                Name="VCCLCompilerTool"
143
210
                                Optimization="2"
144
211
                                InlineFunctionExpansion="1"
145
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
212
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
146
213
                                PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
147
214
                                StringPooling="true"
148
215
                                RuntimeLibrary="2"
149
216
                                EnableFunctionLevelLinking="true"
150
 
                                RuntimeTypeInfo="true"
151
 
                                PrecompiledHeaderFile=".\Release/Ice.async.server.pch"
152
 
                                AssemblerListingLocation=".\Release/"
153
 
                                ObjectFile=".\Release/"
154
 
                                ProgramDataBaseFileName=".\Release/"
155
217
                                WarningLevel="3"
156
218
                                WarnAsError="true"
157
 
                                SuppressStartupBanner="true"
158
219
                        />
159
220
                        <Tool
160
221
                                Name="VCManagedResourceCompilerTool"
171
232
                                Name="VCLinkerTool"
172
233
                                AdditionalOptions="/FIXED:NO /IGNORE:4089"
173
234
                                AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
174
 
                                OutputFile="server.exe"
175
235
                                LinkIncremental="1"
176
 
                                SuppressStartupBanner="true"
177
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
236
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
178
237
                                SubSystem="1"
179
238
                                RandomizedBaseAddress="1"
180
239
                                DataExecutionPrevention="0"
191
250
                        />
192
251
                        <Tool
193
252
                                Name="VCBscMakeTool"
194
 
                                SuppressStartupBanner="true"
195
 
                                OutputFile=".\Release/Ice.async.server.bsc"
196
 
                        />
197
 
                        <Tool
198
 
                                Name="VCFxCopTool"
199
 
                        />
200
 
                        <Tool
201
 
                                Name="VCAppVerifierTool"
202
 
                        />
203
 
                        <Tool
204
 
                                Name="VCPostBuildEventTool"
205
 
                        />
206
 
                </Configuration>
207
 
                <Configuration
208
 
                        Name="Debug|x64"
209
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
210
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
211
 
                        ConfigurationType="1"
212
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
213
 
                        UseOfMFC="0"
214
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
215
 
                        >
216
 
                        <Tool
217
 
                                Name="VCPreBuildEventTool"
218
 
                        />
219
 
                        <Tool
220
 
                                Name="VCCustomBuildTool"
221
 
                        />
222
 
                        <Tool
223
 
                                Name="VCXMLDataGeneratorTool"
224
 
                        />
225
 
                        <Tool
226
 
                                Name="VCWebServiceProxyGeneratorTool"
227
 
                        />
228
 
                        <Tool
229
 
                                Name="VCMIDLTool"
230
 
                                TargetEnvironment="3"
231
 
                                TypeLibraryName=".\Debug/Ice.async.server.tlb"
232
 
                                HeaderFileName=""
233
 
                        />
234
 
                        <Tool
235
 
                                Name="VCCLCompilerTool"
236
 
                                Optimization="0"
237
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
238
 
                                PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
239
 
                                MinimalRebuild="true"
240
 
                                BasicRuntimeChecks="3"
241
 
                                RuntimeLibrary="3"
242
 
                                RuntimeTypeInfo="true"
243
 
                                PrecompiledHeaderFile=".\Debug/Ice.async.server.pch"
244
 
                                AssemblerListingLocation=".\Debug/"
245
 
                                ObjectFile=".\Debug/"
246
 
                                ProgramDataBaseFileName=".\Debug/"
247
 
                                WarningLevel="3"
248
 
                                WarnAsError="true"
249
 
                                SuppressStartupBanner="true"
250
 
                                DebugInformationFormat="3"
251
 
                        />
252
 
                        <Tool
253
 
                                Name="VCManagedResourceCompilerTool"
254
 
                        />
255
 
                        <Tool
256
 
                                Name="VCResourceCompilerTool"
257
 
                                PreprocessorDefinitions="_DEBUG"
258
 
                                Culture="1033"
259
 
                        />
260
 
                        <Tool
261
 
                                Name="VCPreLinkEventTool"
262
 
                        />
263
 
                        <Tool
264
 
                                Name="VCLinkerTool"
265
 
                                AdditionalOptions="/FIXED:NO"
266
 
                                AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
267
 
                                OutputFile="server.exe"
268
 
                                LinkIncremental="2"
269
 
                                SuppressStartupBanner="true"
270
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
271
 
                                GenerateDebugInformation="true"
272
 
                                ProgramDatabaseFile=".\Debug/server.pdb"
273
 
                                SubSystem="1"
274
 
                                RandomizedBaseAddress="1"
275
 
                                DataExecutionPrevention="0"
276
 
                                TargetMachine="17"
277
 
                        />
278
 
                        <Tool
279
 
                                Name="VCALinkTool"
280
 
                        />
281
 
                        <Tool
282
 
                                Name="VCManifestTool"
283
 
                        />
284
 
                        <Tool
285
 
                                Name="VCXDCMakeTool"
286
 
                        />
287
 
                        <Tool
288
 
                                Name="VCBscMakeTool"
289
 
                                SuppressStartupBanner="true"
290
 
                                OutputFile=".\Debug/Ice.async.server.bsc"
291
253
                        />
292
254
                        <Tool
293
255
                                Name="VCFxCopTool"
301
263
                </Configuration>
302
264
                <Configuration
303
265
                        Name="Release|x64"
304
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
305
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
266
                        OutputDirectory="$(ProjectDir)"
 
267
                        IntermediateDirectory="$(ConfigurationName)\$(PlatformName)\$(ProjectName)\"
306
268
                        ConfigurationType="1"
307
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
269
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
308
270
                        UseOfMFC="0"
309
271
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
272
                        BuildLogFile=""
310
273
                        >
311
274
                        <Tool
312
275
                                Name="VCPreBuildEventTool"
322
285
                        />
323
286
                        <Tool
324
287
                                Name="VCMIDLTool"
325
 
                                TargetEnvironment="3"
326
 
                                TypeLibraryName=".\Release/Ice.async.server.tlb"
327
 
                                HeaderFileName=""
328
288
                        />
329
289
                        <Tool
330
290
                                Name="VCCLCompilerTool"
331
291
                                Optimization="2"
332
292
                                InlineFunctionExpansion="1"
333
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
293
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
334
294
                                PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
335
295
                                StringPooling="true"
336
296
                                RuntimeLibrary="2"
337
297
                                EnableFunctionLevelLinking="true"
338
 
                                RuntimeTypeInfo="true"
339
 
                                PrecompiledHeaderFile=".\Release/Ice.async.server.pch"
340
 
                                AssemblerListingLocation=".\Release/"
341
 
                                ObjectFile=".\Release/"
342
 
                                ProgramDataBaseFileName=".\Release/"
343
298
                                WarningLevel="3"
344
299
                                WarnAsError="true"
345
 
                                SuppressStartupBanner="true"
346
300
                        />
347
301
                        <Tool
348
302
                                Name="VCManagedResourceCompilerTool"
359
313
                                Name="VCLinkerTool"
360
314
                                AdditionalOptions="/FIXED:NO /IGNORE:4089"
361
315
                                AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
362
 
                                OutputFile="server.exe"
363
316
                                LinkIncremental="1"
364
 
                                SuppressStartupBanner="true"
365
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
317
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib\x64&quot;"
366
318
                                SubSystem="1"
367
319
                                RandomizedBaseAddress="1"
368
320
                                DataExecutionPrevention="0"
379
331
                        />
380
332
                        <Tool
381
333
                                Name="VCBscMakeTool"
382
 
                                SuppressStartupBanner="true"
383
 
                                OutputFile=".\Release/Ice.async.server.bsc"
384
334
                        />
385
335
                        <Tool
386
336
                                Name="VCFxCopTool"
416
366
                                        />
417
367
                                </FileConfiguration>
418
368
                                <FileConfiguration
 
369
                                        Name="Debug|x64"
 
370
                                        >
 
371
                                        <Tool
 
372
                                                Name="VCCLCompilerTool"
 
373
                                                PreprocessorDefinitions=""
 
374
                                        />
 
375
                                </FileConfiguration>
 
376
                                <FileConfiguration
419
377
                                        Name="Release|Win32"
420
378
                                        >
421
379
                                        <Tool
424
382
                                        />
425
383
                                </FileConfiguration>
426
384
                                <FileConfiguration
427
 
                                        Name="Debug|x64"
428
 
                                        >
429
 
                                        <Tool
430
 
                                                Name="VCCLCompilerTool"
431
 
                                                PreprocessorDefinitions=""
432
 
                                        />
433
 
                                </FileConfiguration>
434
 
                                <FileConfiguration
435
385
                                        Name="Release|x64"
436
386
                                        >
437
387
                                        <Tool
452
402
                                        />
453
403
                                </FileConfiguration>
454
404
                                <FileConfiguration
 
405
                                        Name="Debug|x64"
 
406
                                        >
 
407
                                        <Tool
 
408
                                                Name="VCCLCompilerTool"
 
409
                                                PreprocessorDefinitions=""
 
410
                                        />
 
411
                                </FileConfiguration>
 
412
                                <FileConfiguration
455
413
                                        Name="Release|Win32"
456
414
                                        >
457
415
                                        <Tool
460
418
                                        />
461
419
                                </FileConfiguration>
462
420
                                <FileConfiguration
463
 
                                        Name="Debug|x64"
464
 
                                        >
465
 
                                        <Tool
466
 
                                                Name="VCCLCompilerTool"
467
 
                                                PreprocessorDefinitions=""
468
 
                                        />
469
 
                                </FileConfiguration>
470
 
                                <FileConfiguration
471
421
                                        Name="Release|x64"
472
422
                                        >
473
423
                                        <Tool
488
438
                                        />
489
439
                                </FileConfiguration>
490
440
                                <FileConfiguration
 
441
                                        Name="Debug|x64"
 
442
                                        >
 
443
                                        <Tool
 
444
                                                Name="VCCLCompilerTool"
 
445
                                                PreprocessorDefinitions=""
 
446
                                        />
 
447
                                </FileConfiguration>
 
448
                                <FileConfiguration
491
449
                                        Name="Release|Win32"
492
450
                                        >
493
451
                                        <Tool
496
454
                                        />
497
455
                                </FileConfiguration>
498
456
                                <FileConfiguration
499
 
                                        Name="Debug|x64"
500
 
                                        >
501
 
                                        <Tool
502
 
                                                Name="VCCLCompilerTool"
503
 
                                                PreprocessorDefinitions=""
504
 
                                        />
505
 
                                </FileConfiguration>
506
 
                                <FileConfiguration
507
457
                                        Name="Release|x64"
508
458
                                        >
509
459
                                        <Tool
546
496
        </Files>
547
497
        <Globals>
548
498
                <Global
549
 
                        Name="ZerocIce_ConsoleOutput"
550
 
                        Value="True"
551
 
                />
552
 
                <Global
553
499
                        Name="ZerocIce_Enabled"
554
500
                        Value="True"
555
501
                />
556
502
                <Global
557
 
                        Name="ZerocIce_Home"
558
 
                        Value="..\..\..\.."
559
 
                />
560
 
                <Global
561
 
                        Name="ZerocIce_HomeExpanded"
562
 
                        Value="..\..\..\.."
 
503
                        Name="ZerocIce_VerboseLevel"
 
504
                        Value="1"
563
505
                />
564
506
        </Globals>
565
507
</VisualStudioProject>