ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Ice / minimal / Ice.minimal.server.vcproj
blob650035264df5b81a4bc782d498b135fe0bae8e05
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="server"
6 ProjectGUID="{E768F2F0-04F1-4721-A624-1265AAC40211}"
7 RootNamespace="Ice.minimal.server"
8 TargetFrameworkVersion="131072"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="$(ProjectDir)"
24 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\"
25 ConfigurationType="1"
26 InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
27 UseOfMFC="0"
28 ATLMinimizesCRunTimeLibraryUsage="false"
30 <Tool
31 Name="VCPreBuildEventTool"
33 <Tool
34 Name="VCCustomBuildTool"
36 <Tool
37 Name="VCXMLDataGeneratorTool"
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
42 <Tool
43 Name="VCMIDLTool"
45 <Tool
46 Name="VCCLCompilerTool"
47 Optimization="0"
48 AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
49 PreprocessorDefinitions="_CONSOLE;_DEBUG;WIN32_LEAN_AND_MEAN"
50 MinimalRebuild="true"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="3"
53 WarningLevel="3"
54 WarnAsError="true"
55 DebugInformationFormat="3"
57 <Tool
58 Name="VCManagedResourceCompilerTool"
60 <Tool
61 Name="VCResourceCompilerTool"
62 PreprocessorDefinitions="_DEBUG"
63 Culture="1033"
65 <Tool
66 Name="VCPreLinkEventTool"
68 <Tool
69 Name="VCLinkerTool"
70 AdditionalOptions="/FIXED:NO"
71 AdditionalDependencies="Iced.lib IceUtild.lib setargv.obj"
72 LinkIncremental="2"
73 AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
74 GenerateDebugInformation="true"
75 SubSystem="1"
76 RandomizedBaseAddress="1"
77 DataExecutionPrevention="0"
78 TargetMachine="1"
80 <Tool
81 Name="VCALinkTool"
83 <Tool
84 Name="VCManifestTool"
86 <Tool
87 Name="VCXDCMakeTool"
89 <Tool
90 Name="VCBscMakeTool"
92 <Tool
93 Name="VCFxCopTool"
95 <Tool
96 Name="VCAppVerifierTool"
98 <Tool
99 Name="VCPostBuildEventTool"
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=""
112 <Tool
113 Name="VCPreBuildEventTool"
115 <Tool
116 Name="VCCustomBuildTool"
118 <Tool
119 Name="VCXMLDataGeneratorTool"
121 <Tool
122 Name="VCWebServiceProxyGeneratorTool"
124 <Tool
125 Name="VCMIDLTool"
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"
139 <Tool
140 Name="VCManagedResourceCompilerTool"
142 <Tool
143 Name="VCResourceCompilerTool"
144 PreprocessorDefinitions="_DEBUG"
145 Culture="1033"
147 <Tool
148 Name="VCPreLinkEventTool"
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"
162 <Tool
163 Name="VCALinkTool"
165 <Tool
166 Name="VCManifestTool"
168 <Tool
169 Name="VCXDCMakeTool"
171 <Tool
172 Name="VCBscMakeTool"
174 <Tool
175 Name="VCFxCopTool"
177 <Tool
178 Name="VCAppVerifierTool"
180 <Tool
181 Name="VCPostBuildEventTool"
183 </Configuration>
184 <Configuration
185 Name="Release|Win32"
186 OutputDirectory="$(ProjectDir)"
187 IntermediateDirectory="$(ConfigurationName)\$(ProjectName)\"
188 ConfigurationType="1"
189 InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
190 UseOfMFC="0"
191 ATLMinimizesCRunTimeLibraryUsage="false"
193 <Tool
194 Name="VCPreBuildEventTool"
196 <Tool
197 Name="VCCustomBuildTool"
199 <Tool
200 Name="VCXMLDataGeneratorTool"
202 <Tool
203 Name="VCWebServiceProxyGeneratorTool"
205 <Tool
206 Name="VCMIDLTool"
208 <Tool
209 Name="VCCLCompilerTool"
210 Optimization="2"
211 InlineFunctionExpansion="1"
212 AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
213 PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
214 StringPooling="true"
215 RuntimeLibrary="2"
216 EnableFunctionLevelLinking="true"
217 WarningLevel="3"
218 WarnAsError="true"
220 <Tool
221 Name="VCManagedResourceCompilerTool"
223 <Tool
224 Name="VCResourceCompilerTool"
225 PreprocessorDefinitions="NDEBUG"
226 Culture="1033"
228 <Tool
229 Name="VCPreLinkEventTool"
231 <Tool
232 Name="VCLinkerTool"
233 AdditionalOptions="/FIXED:NO /IGNORE:4089"
234 AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
235 LinkIncremental="1"
236 AdditionalLibraryDirectories="&quot;$(IceHome)\lib&quot;"
237 SubSystem="1"
238 RandomizedBaseAddress="1"
239 DataExecutionPrevention="0"
240 TargetMachine="1"
242 <Tool
243 Name="VCALinkTool"
245 <Tool
246 Name="VCManifestTool"
248 <Tool
249 Name="VCXDCMakeTool"
251 <Tool
252 Name="VCBscMakeTool"
254 <Tool
255 Name="VCFxCopTool"
257 <Tool
258 Name="VCAppVerifierTool"
260 <Tool
261 Name="VCPostBuildEventTool"
263 </Configuration>
264 <Configuration
265 Name="Release|x64"
266 OutputDirectory="$(ProjectDir)"
267 IntermediateDirectory="$(ConfigurationName)\$(PlatformName)\$(ProjectName)\"
268 ConfigurationType="1"
269 InheritedPropertySheets="$(ALLUSERSPROFILE)\ZeroC\ice.vsprops"
270 UseOfMFC="0"
271 ATLMinimizesCRunTimeLibraryUsage="false"
272 BuildLogFile=""
274 <Tool
275 Name="VCPreBuildEventTool"
277 <Tool
278 Name="VCCustomBuildTool"
280 <Tool
281 Name="VCXMLDataGeneratorTool"
283 <Tool
284 Name="VCWebServiceProxyGeneratorTool"
286 <Tool
287 Name="VCMIDLTool"
289 <Tool
290 Name="VCCLCompilerTool"
291 Optimization="2"
292 InlineFunctionExpansion="1"
293 AdditionalIncludeDirectories=".;&quot;$(IceHome)\include&quot;"
294 PreprocessorDefinitions="_CONSOLE;NDEBUG;WIN32_LEAN_AND_MEAN"
295 StringPooling="true"
296 RuntimeLibrary="2"
297 EnableFunctionLevelLinking="true"
298 WarningLevel="3"
299 WarnAsError="true"
301 <Tool
302 Name="VCManagedResourceCompilerTool"
304 <Tool
305 Name="VCResourceCompilerTool"
306 PreprocessorDefinitions="NDEBUG"
307 Culture="1033"
309 <Tool
310 Name="VCPreLinkEventTool"
312 <Tool
313 Name="VCLinkerTool"
314 AdditionalOptions="/FIXED:NO /IGNORE:4089"
315 AdditionalDependencies="Ice.lib IceUtil.lib setargv.obj"
316 LinkIncremental="1"
317 AdditionalLibraryDirectories="&quot;$(IceHome)\lib\x64&quot;"
318 SubSystem="1"
319 RandomizedBaseAddress="1"
320 DataExecutionPrevention="0"
321 TargetMachine="17"
323 <Tool
324 Name="VCALinkTool"
326 <Tool
327 Name="VCManifestTool"
329 <Tool
330 Name="VCXDCMakeTool"
332 <Tool
333 Name="VCBscMakeTool"
335 <Tool
336 Name="VCFxCopTool"
338 <Tool
339 Name="VCAppVerifierTool"
341 <Tool
342 Name="VCPostBuildEventTool"
344 </Configuration>
345 </Configurations>
346 <References>
347 </References>
348 <Files>
349 <Filter
350 Name="Source Files"
351 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
353 <File
354 RelativePath=".\Hello.cpp"
356 </File>
357 <File
358 RelativePath="HelloI.cpp"
360 <FileConfiguration
361 Name="Debug|Win32"
363 <Tool
364 Name="VCCLCompilerTool"
365 PreprocessorDefinitions=""
367 </FileConfiguration>
368 <FileConfiguration
369 Name="Debug|x64"
371 <Tool
372 Name="VCCLCompilerTool"
373 PreprocessorDefinitions=""
375 </FileConfiguration>
376 <FileConfiguration
377 Name="Release|Win32"
379 <Tool
380 Name="VCCLCompilerTool"
381 PreprocessorDefinitions=""
383 </FileConfiguration>
384 <FileConfiguration
385 Name="Release|x64"
387 <Tool
388 Name="VCCLCompilerTool"
389 PreprocessorDefinitions=""
391 </FileConfiguration>
392 </File>
393 <File
394 RelativePath="Server.cpp"
396 <FileConfiguration
397 Name="Debug|Win32"
399 <Tool
400 Name="VCCLCompilerTool"
401 PreprocessorDefinitions=""
403 </FileConfiguration>
404 <FileConfiguration
405 Name="Debug|x64"
407 <Tool
408 Name="VCCLCompilerTool"
409 PreprocessorDefinitions=""
411 </FileConfiguration>
412 <FileConfiguration
413 Name="Release|Win32"
415 <Tool
416 Name="VCCLCompilerTool"
417 PreprocessorDefinitions=""
419 </FileConfiguration>
420 <FileConfiguration
421 Name="Release|x64"
423 <Tool
424 Name="VCCLCompilerTool"
425 PreprocessorDefinitions=""
427 </FileConfiguration>
428 </File>
429 </Filter>
430 <Filter
431 Name="Header Files"
432 Filter="h;hpp;hxx;hm;inl"
434 <File
435 RelativePath=".\Hello.h"
437 </File>
438 <File
439 RelativePath="HelloI.h"
441 </File>
442 </Filter>
443 <Filter
444 Name="Resource Files"
445 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
447 <File
448 RelativePath=".\Hello.ice"
450 </File>
451 </Filter>
452 <File
453 RelativePath="README"
455 </File>
456 </Files>
457 <Globals>
458 <Global
459 Name="ZerocIce_Enabled"
460 Value="True"
462 <Global
463 Name="ZerocIce_VerboseLevel"
464 Value="1"
466 </Globals>
467 </VisualStudioProject>