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

« back to all changes in this revision

Viewing changes to cpp/demo/Ice/minimal/Ice.minimal.client.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.minimal.client"
 
5
        Name="client"
6
6
        ProjectGUID="{82D5187D-67E4-4C2D-B270-6ECC665D426E}"
7
7
        RootNamespace="Ice.minimal.client"
8
8
        TargetFrameworkVersion="131072"
20
20
        <Configurations>
21
21
                <Configuration
22
22
                        Name="Release|Win32"
23
 
                        OutputDirectory=".\Release"
24
 
                        IntermediateDirectory=".\Release"
 
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=".\Release/Ice.minimal.client.tlb"
45
 
                                HeaderFileName=""
46
44
                        />
47
45
                        <Tool
48
46
                                Name="VCCLCompilerTool"
49
47
                                Optimization="2"
50
48
                                InlineFunctionExpansion="1"
51
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
49
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
52
50
                                PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
53
51
                                StringPooling="true"
54
52
                                RuntimeLibrary="2"
55
53
                                EnableFunctionLevelLinking="true"
56
 
                                RuntimeTypeInfo="true"
57
 
                                PrecompiledHeaderFile=".\Release/Ice.minimal.client.pch"
58
 
                                AssemblerListingLocation=".\Release/"
59
 
                                ObjectFile=".\Release/"
60
 
                                ProgramDataBaseFileName=".\Release/"
61
54
                                WarningLevel="3"
62
55
                                WarnAsError="true"
63
 
                                SuppressStartupBanner="true"
64
56
                        />
65
57
                        <Tool
66
58
                                Name="VCManagedResourceCompilerTool"
77
69
                                Name="VCLinkerTool"
78
70
                                AdditionalOptions="/FIXED:NO /IGNORE:4089"
79
71
                                AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
80
 
                                OutputFile="client.exe"
81
72
                                LinkIncremental="1"
82
 
                                SuppressStartupBanner="true"
83
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
73
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
84
74
                                SubSystem="1"
85
75
                                RandomizedBaseAddress="1"
86
76
                                DataExecutionPrevention="0"
97
87
                        />
98
88
                        <Tool
99
89
                                Name="VCBscMakeTool"
100
 
                                SuppressStartupBanner="true"
101
 
                                OutputFile=".\Release/Ice.minimal.client.bsc"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCFxCopTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCAppVerifierTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCPostBuildEventTool"
 
99
                        />
 
100
                </Configuration>
 
101
                <Configuration
 
102
                        Name="Release|x64"
 
103
                        OutputDirectory="$(ProjectDir)"
 
104
                        IntermediateDirectory="$(ConfigurationName)\$(PlatformName)\$(ProjectName)\"
 
105
                        ConfigurationType="1"
 
106
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
 
107
                        UseOfMFC="0"
 
108
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
109
                        BuildLogFile=""
 
110
                        >
 
111
                        <Tool
 
112
                                Name="VCPreBuildEventTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCCustomBuildTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCXMLDataGeneratorTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCMIDLTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCCLCompilerTool"
 
128
                                Optimization="2"
 
129
                                InlineFunctionExpansion="1"
 
130
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
 
131
                                PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
 
132
                                StringPooling="true"
 
133
                                RuntimeLibrary="2"
 
134
                                EnableFunctionLevelLinking="true"
 
135
                                WarningLevel="3"
 
136
                                WarnAsError="true"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCManagedResourceCompilerTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCResourceCompilerTool"
 
143
                                PreprocessorDefinitions="NDEBUG"
 
144
                                Culture="1033"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCPreLinkEventTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCLinkerTool"
 
151
                                AdditionalOptions="/FIXED:NO /IGNORE:4089"
 
152
                                AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
 
153
                                LinkIncremental="1"
 
154
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib\x64&quot;"
 
155
                                SubSystem="1"
 
156
                                RandomizedBaseAddress="1"
 
157
                                DataExecutionPrevention="0"
 
158
                                TargetMachine="17"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCALinkTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCManifestTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCXDCMakeTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCBscMakeTool"
102
171
                        />
103
172
                        <Tool
104
173
                                Name="VCFxCopTool"
112
181
                </Configuration>
113
182
                <Configuration
114
183
                        Name="Debug|Win32"
115
 
                        OutputDirectory=".\Debug"
116
 
                        IntermediateDirectory=".\Debug"
 
184
                        OutputDirectory="$(ProjectDir)"
 
185
                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\"
117
186
                        ConfigurationType="1"
118
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
187
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
119
188
                        UseOfMFC="0"
120
189
                        ATLMinimizesCRunTimeLibraryUsage="false"
121
190
                        >
133
202
                        />
134
203
                        <Tool
135
204
                                Name="VCMIDLTool"
136
 
                                TypeLibraryName=".\Debug/Ice.minimal.client.tlb"
137
 
                                HeaderFileName=""
138
205
                        />
139
206
                        <Tool
140
207
                                Name="VCCLCompilerTool"
141
208
                                Optimization="0"
142
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
209
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
143
210
                                PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
144
211
                                MinimalRebuild="true"
145
212
                                BasicRuntimeChecks="3"
146
213
                                RuntimeLibrary="3"
147
 
                                RuntimeTypeInfo="true"
148
 
                                PrecompiledHeaderFile=".\Debug/Ice.minimal.client.pch"
149
 
                                AssemblerListingLocation=".\Debug/"
150
 
                                ObjectFile=".\Debug/"
151
 
                                ProgramDataBaseFileName=".\Debug/"
152
214
                                WarningLevel="3"
153
215
                                WarnAsError="true"
154
 
                                SuppressStartupBanner="true"
155
216
                                DebugInformationFormat="3"
156
217
                        />
157
218
                        <Tool
169
230
                                Name="VCLinkerTool"
170
231
                                AdditionalOptions="/FIXED:NO"
171
232
                                AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
172
 
                                OutputFile="client.exe"
173
233
                                LinkIncremental="2"
174
 
                                SuppressStartupBanner="true"
175
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
234
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
176
235
                                GenerateDebugInformation="true"
177
 
                                ProgramDatabaseFile=".\Debug/client.pdb"
178
236
                                SubSystem="1"
179
237
                                RandomizedBaseAddress="1"
180
238
                                DataExecutionPrevention="0"
191
249
                        />
192
250
                        <Tool
193
251
                                Name="VCBscMakeTool"
194
 
                                SuppressStartupBanner="true"
195
 
                                OutputFile=".\Debug/Ice.minimal.client.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="Release|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=".\Release/Ice.minimal.client.tlb"
232
 
                                HeaderFileName=""
233
 
                        />
234
 
                        <Tool
235
 
                                Name="VCCLCompilerTool"
236
 
                                Optimization="2"
237
 
                                InlineFunctionExpansion="1"
238
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
239
 
                                PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
240
 
                                StringPooling="true"
241
 
                                RuntimeLibrary="2"
242
 
                                EnableFunctionLevelLinking="true"
243
 
                                RuntimeTypeInfo="true"
244
 
                                PrecompiledHeaderFile=".\Release/Ice.minimal.client.pch"
245
 
                                AssemblerListingLocation=".\Release/"
246
 
                                ObjectFile=".\Release/"
247
 
                                ProgramDataBaseFileName=".\Release/"
248
 
                                WarningLevel="3"
249
 
                                WarnAsError="true"
250
 
                                SuppressStartupBanner="true"
251
 
                        />
252
 
                        <Tool
253
 
                                Name="VCManagedResourceCompilerTool"
254
 
                        />
255
 
                        <Tool
256
 
                                Name="VCResourceCompilerTool"
257
 
                                PreprocessorDefinitions="NDEBUG"
258
 
                                Culture="1033"
259
 
                        />
260
 
                        <Tool
261
 
                                Name="VCPreLinkEventTool"
262
 
                        />
263
 
                        <Tool
264
 
                                Name="VCLinkerTool"
265
 
                                AdditionalOptions="/FIXED:NO /IGNORE:4089"
266
 
                                AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
267
 
                                OutputFile="client.exe"
268
 
                                LinkIncremental="1"
269
 
                                SuppressStartupBanner="true"
270
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
271
 
                                SubSystem="1"
272
 
                                RandomizedBaseAddress="1"
273
 
                                DataExecutionPrevention="0"
274
 
                                TargetMachine="17"
275
 
                        />
276
 
                        <Tool
277
 
                                Name="VCALinkTool"
278
 
                        />
279
 
                        <Tool
280
 
                                Name="VCManifestTool"
281
 
                        />
282
 
                        <Tool
283
 
                                Name="VCXDCMakeTool"
284
 
                        />
285
 
                        <Tool
286
 
                                Name="VCBscMakeTool"
287
 
                                SuppressStartupBanner="true"
288
 
                                OutputFile=".\Release/Ice.minimal.client.bsc"
289
252
                        />
290
253
                        <Tool
291
254
                                Name="VCFxCopTool"
299
262
                </Configuration>
300
263
                <Configuration
301
264
                        Name="Debug|x64"
302
 
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
303
 
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
265
                        OutputDirectory="$(ProjectDir)"
 
266
                        IntermediateDirectory="$(ConfigurationName)\$(PlatformName)\$(ProjectName)\"
304
267
                        ConfigurationType="1"
305
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 
268
                        InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
306
269
                        UseOfMFC="0"
307
270
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
271
                        BuildLogFile=""
308
272
                        >
309
273
                        <Tool
310
274
                                Name="VCPreBuildEventTool"
320
284
                        />
321
285
                        <Tool
322
286
                                Name="VCMIDLTool"
323
 
                                TargetEnvironment="3"
324
 
                                TypeLibraryName=".\Debug/Ice.minimal.client.tlb"
325
 
                                HeaderFileName=""
326
287
                        />
327
288
                        <Tool
328
289
                                Name="VCCLCompilerTool"
329
290
                                Optimization="0"
330
 
                                AdditionalIncludeDirectories=". ; ..\..\..\..\cpp\include"
 
291
                                AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
331
292
                                PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
332
293
                                MinimalRebuild="true"
333
294
                                BasicRuntimeChecks="3"
334
295
                                RuntimeLibrary="3"
335
 
                                RuntimeTypeInfo="true"
336
 
                                PrecompiledHeaderFile=".\Debug/Ice.minimal.client.pch"
337
 
                                AssemblerListingLocation=".\Debug/"
338
 
                                ObjectFile=".\Debug/"
339
 
                                ProgramDataBaseFileName=".\Debug/"
340
296
                                WarningLevel="3"
341
297
                                WarnAsError="true"
342
 
                                SuppressStartupBanner="true"
343
298
                                DebugInformationFormat="3"
344
299
                        />
345
300
                        <Tool
357
312
                                Name="VCLinkerTool"
358
313
                                AdditionalOptions="/FIXED:NO"
359
314
                                AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
360
 
                                OutputFile="client.exe"
361
315
                                LinkIncremental="2"
362
 
                                SuppressStartupBanner="true"
363
 
                                AdditionalLibraryDirectories="..\..\..\..\cpp\lib"
 
316
                                AdditionalLibraryDirectories="&quot;$(IceHome)\lib\x64&quot;"
364
317
                                GenerateDebugInformation="true"
365
 
                                ProgramDatabaseFile=".\Debug/client.pdb"
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=".\Debug/Ice.minimal.client.bsc"
384
334
                        />
385
335
                        <Tool
386
336
                                Name="VCFxCopTool"
412
362
                                        />
413
363
                                </FileConfiguration>
414
364
                                <FileConfiguration
 
365
                                        Name="Release|x64"
 
366
                                        >
 
367
                                        <Tool
 
368
                                                Name="VCCLCompilerTool"
 
369
                                                PreprocessorDefinitions=""
 
370
                                        />
 
371
                                </FileConfiguration>
 
372
                                <FileConfiguration
415
373
                                        Name="Debug|Win32"
416
374
                                        >
417
375
                                        <Tool
420
378
                                        />
421
379
                                </FileConfiguration>
422
380
                                <FileConfiguration
423
 
                                        Name="Release|x64"
424
 
                                        >
425
 
                                        <Tool
426
 
                                                Name="VCCLCompilerTool"
427
 
                                                PreprocessorDefinitions=""
428
 
                                        />
429
 
                                </FileConfiguration>
430
 
                                <FileConfiguration
431
381
                                        Name="Debug|x64"
432
382
                                        >
433
383
                                        <Tool
466
416
        </Files>
467
417
        <Globals>
468
418
                <Global
469
 
                        Name="ZerocIce_ConsoleOutput"
470
 
                        Value="True"
471
 
                />
472
 
                <Global
473
419
                        Name="ZerocIce_Enabled"
474
420
                        Value="True"
475
421
                />
476
422
                <Global
477
 
                        Name="ZerocIce_Home"
478
 
                        Value="..\..\..\.."
479
 
                />
480
 
                <Global
481
 
                        Name="ZerocIce_HomeExpanded"
482
 
                        Value="..\..\..\.."
 
423
                        Name="ZerocIce_VerboseLevel"
 
424
                        Value="1"
483
425
                />
484
426
        </Globals>
485
427
</VisualStudioProject>