[7909] Applied coding style. (cherry picked from commit ed7e72975f4d4f95f5c429f1af6a2...
[getmangos.git] / win / VC80 / sockets.vcproj
blob8d8f5fd6c0281e12a4f466e454d88414946b96d7
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="sockets"
6 ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
8 <Platforms>
9 <Platform
10 Name="Win32"
12 <Platform
13 Name="x64"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Release|Win32"
21 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
22 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
23 ConfigurationType="4"
24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25 UseOfMFC="0"
26 ATLMinimizesCRunTimeLibraryUsage="false"
27 CharacterSet="2"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 AdditionalOptions="/MP"
47 InlineFunctionExpansion="1"
48 AdditionalIncludeDirectories="..\..\dep\include\sockets"
49 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
50 StringPooling="true"
51 RuntimeLibrary="2"
52 EnableFunctionLevelLinking="true"
53 EnableEnhancedInstructionSet="1"
54 RuntimeTypeInfo="true"
55 UsePrecompiledHeader="0"
56 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
57 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
58 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
59 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
60 WarningLevel="3"
61 SuppressStartupBanner="true"
62 Detect64BitPortabilityProblems="false"
63 DebugInformationFormat="3"
64 CompileAs="0"
66 <Tool
67 Name="VCManagedResourceCompilerTool"
69 <Tool
70 Name="VCResourceCompilerTool"
71 PreprocessorDefinitions="NDEBUG"
72 Culture="1033"
74 <Tool
75 Name="VCPreLinkEventTool"
77 <Tool
78 Name="VCLibrarianTool"
79 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
80 SuppressStartupBanner="true"
82 <Tool
83 Name="VCALinkTool"
85 <Tool
86 Name="VCXDCMakeTool"
88 <Tool
89 Name="VCBscMakeTool"
91 <Tool
92 Name="VCFxCopTool"
94 <Tool
95 Name="VCPostBuildEventTool"
97 </Configuration>
98 <Configuration
99 Name="Debug|Win32"
100 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
101 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
102 ConfigurationType="4"
103 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104 UseOfMFC="0"
105 ATLMinimizesCRunTimeLibraryUsage="false"
106 CharacterSet="2"
108 <Tool
109 Name="VCPreBuildEventTool"
111 <Tool
112 Name="VCCustomBuildTool"
114 <Tool
115 Name="VCXMLDataGeneratorTool"
117 <Tool
118 Name="VCWebServiceProxyGeneratorTool"
120 <Tool
121 Name="VCMIDLTool"
123 <Tool
124 Name="VCCLCompilerTool"
125 AdditionalOptions="/MP"
126 Optimization="0"
127 AdditionalIncludeDirectories="..\..\dep\include\sockets"
128 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
129 BasicRuntimeChecks="3"
130 RuntimeLibrary="3"
131 RuntimeTypeInfo="true"
132 UsePrecompiledHeader="0"
133 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
134 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
135 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
136 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
137 WarningLevel="3"
138 SuppressStartupBanner="true"
139 Detect64BitPortabilityProblems="false"
140 DebugInformationFormat="3"
141 CompileAs="0"
143 <Tool
144 Name="VCManagedResourceCompilerTool"
146 <Tool
147 Name="VCResourceCompilerTool"
148 PreprocessorDefinitions="_DEBUG"
149 Culture="1033"
151 <Tool
152 Name="VCPreLinkEventTool"
154 <Tool
155 Name="VCLibrarianTool"
156 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
157 SuppressStartupBanner="true"
159 <Tool
160 Name="VCALinkTool"
162 <Tool
163 Name="VCXDCMakeTool"
165 <Tool
166 Name="VCBscMakeTool"
168 <Tool
169 Name="VCFxCopTool"
171 <Tool
172 Name="VCPostBuildEventTool"
174 </Configuration>
175 <Configuration
176 Name="Debug_NoPCH|Win32"
177 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
178 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
179 ConfigurationType="4"
180 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
181 UseOfMFC="0"
182 ATLMinimizesCRunTimeLibraryUsage="false"
183 CharacterSet="2"
185 <Tool
186 Name="VCPreBuildEventTool"
188 <Tool
189 Name="VCCustomBuildTool"
191 <Tool
192 Name="VCXMLDataGeneratorTool"
194 <Tool
195 Name="VCWebServiceProxyGeneratorTool"
197 <Tool
198 Name="VCMIDLTool"
200 <Tool
201 Name="VCCLCompilerTool"
202 AdditionalOptions="/MP"
203 Optimization="0"
204 AdditionalIncludeDirectories="..\..\dep\include\sockets"
205 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
206 BasicRuntimeChecks="3"
207 RuntimeLibrary="3"
208 RuntimeTypeInfo="true"
209 UsePrecompiledHeader="0"
210 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
211 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
212 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
213 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
214 WarningLevel="3"
215 SuppressStartupBanner="true"
216 Detect64BitPortabilityProblems="false"
217 DebugInformationFormat="3"
218 CompileAs="0"
220 <Tool
221 Name="VCManagedResourceCompilerTool"
223 <Tool
224 Name="VCResourceCompilerTool"
225 PreprocessorDefinitions="_DEBUG"
226 Culture="1033"
228 <Tool
229 Name="VCPreLinkEventTool"
231 <Tool
232 Name="VCLibrarianTool"
233 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
234 SuppressStartupBanner="true"
236 <Tool
237 Name="VCALinkTool"
239 <Tool
240 Name="VCXDCMakeTool"
242 <Tool
243 Name="VCBscMakeTool"
245 <Tool
246 Name="VCFxCopTool"
248 <Tool
249 Name="VCPostBuildEventTool"
251 </Configuration>
252 <Configuration
253 Name="Release|x64"
254 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
255 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
256 ConfigurationType="4"
257 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
258 UseOfMFC="0"
259 ATLMinimizesCRunTimeLibraryUsage="false"
260 CharacterSet="2"
262 <Tool
263 Name="VCPreBuildEventTool"
265 <Tool
266 Name="VCCustomBuildTool"
268 <Tool
269 Name="VCXMLDataGeneratorTool"
271 <Tool
272 Name="VCWebServiceProxyGeneratorTool"
274 <Tool
275 Name="VCMIDLTool"
276 TargetEnvironment="3"
278 <Tool
279 Name="VCCLCompilerTool"
280 AdditionalOptions="/MP"
281 InlineFunctionExpansion="1"
282 AdditionalIncludeDirectories="..\..\dep\include\sockets"
283 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
284 StringPooling="true"
285 RuntimeLibrary="2"
286 EnableFunctionLevelLinking="true"
287 EnableEnhancedInstructionSet="0"
288 RuntimeTypeInfo="true"
289 UsePrecompiledHeader="0"
290 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
291 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
292 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
293 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
294 WarningLevel="3"
295 SuppressStartupBanner="true"
296 Detect64BitPortabilityProblems="false"
297 DebugInformationFormat="3"
298 CompileAs="0"
300 <Tool
301 Name="VCManagedResourceCompilerTool"
303 <Tool
304 Name="VCResourceCompilerTool"
305 PreprocessorDefinitions="NDEBUG"
306 Culture="1033"
308 <Tool
309 Name="VCPreLinkEventTool"
311 <Tool
312 Name="VCLibrarianTool"
313 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
314 SuppressStartupBanner="true"
316 <Tool
317 Name="VCALinkTool"
319 <Tool
320 Name="VCXDCMakeTool"
322 <Tool
323 Name="VCBscMakeTool"
325 <Tool
326 Name="VCFxCopTool"
328 <Tool
329 Name="VCPostBuildEventTool"
331 </Configuration>
332 <Configuration
333 Name="Debug|x64"
334 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
335 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
336 ConfigurationType="4"
337 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
338 UseOfMFC="0"
339 ATLMinimizesCRunTimeLibraryUsage="false"
340 CharacterSet="2"
342 <Tool
343 Name="VCPreBuildEventTool"
345 <Tool
346 Name="VCCustomBuildTool"
348 <Tool
349 Name="VCXMLDataGeneratorTool"
351 <Tool
352 Name="VCWebServiceProxyGeneratorTool"
354 <Tool
355 Name="VCMIDLTool"
356 TargetEnvironment="3"
358 <Tool
359 Name="VCCLCompilerTool"
360 AdditionalOptions="/MP"
361 Optimization="0"
362 AdditionalIncludeDirectories="..\..\dep\include\sockets"
363 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
364 BasicRuntimeChecks="3"
365 RuntimeLibrary="3"
366 RuntimeTypeInfo="true"
367 UsePrecompiledHeader="0"
368 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
369 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
370 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
371 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
372 WarningLevel="3"
373 SuppressStartupBanner="true"
374 Detect64BitPortabilityProblems="false"
375 DebugInformationFormat="3"
376 CompileAs="0"
378 <Tool
379 Name="VCManagedResourceCompilerTool"
381 <Tool
382 Name="VCResourceCompilerTool"
383 PreprocessorDefinitions="_DEBUG"
384 Culture="1033"
386 <Tool
387 Name="VCPreLinkEventTool"
389 <Tool
390 Name="VCLibrarianTool"
391 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
392 SuppressStartupBanner="true"
394 <Tool
395 Name="VCALinkTool"
397 <Tool
398 Name="VCXDCMakeTool"
400 <Tool
401 Name="VCBscMakeTool"
403 <Tool
404 Name="VCFxCopTool"
406 <Tool
407 Name="VCPostBuildEventTool"
409 </Configuration>
410 <Configuration
411 Name="Debug_NoPCH|x64"
412 OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
413 IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
414 ConfigurationType="4"
415 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
416 UseOfMFC="0"
417 ATLMinimizesCRunTimeLibraryUsage="false"
418 CharacterSet="2"
420 <Tool
421 Name="VCPreBuildEventTool"
423 <Tool
424 Name="VCCustomBuildTool"
426 <Tool
427 Name="VCXMLDataGeneratorTool"
429 <Tool
430 Name="VCWebServiceProxyGeneratorTool"
432 <Tool
433 Name="VCMIDLTool"
434 TargetEnvironment="3"
436 <Tool
437 Name="VCCLCompilerTool"
438 AdditionalOptions="/MP"
439 Optimization="0"
440 AdditionalIncludeDirectories="..\..\dep\include\sockets"
441 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
442 BasicRuntimeChecks="3"
443 RuntimeLibrary="3"
444 RuntimeTypeInfo="true"
445 UsePrecompiledHeader="0"
446 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
447 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
448 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
449 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
450 WarningLevel="3"
451 SuppressStartupBanner="true"
452 Detect64BitPortabilityProblems="false"
453 DebugInformationFormat="3"
454 CompileAs="0"
456 <Tool
457 Name="VCManagedResourceCompilerTool"
459 <Tool
460 Name="VCResourceCompilerTool"
461 PreprocessorDefinitions="_DEBUG"
462 Culture="1033"
464 <Tool
465 Name="VCPreLinkEventTool"
467 <Tool
468 Name="VCLibrarianTool"
469 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
470 SuppressStartupBanner="true"
472 <Tool
473 Name="VCALinkTool"
475 <Tool
476 Name="VCXDCMakeTool"
478 <Tool
479 Name="VCBscMakeTool"
481 <Tool
482 Name="VCFxCopTool"
484 <Tool
485 Name="VCPostBuildEventTool"
487 </Configuration>
488 </Configurations>
489 <References>
490 </References>
491 <Files>
492 <Filter
493 Name="Header Files"
495 <File
496 RelativePath="..\..\dep\include\sockets\Base64.h"
498 </File>
499 <File
500 RelativePath="..\..\dep\include\sockets\Exception.h"
502 </File>
503 <File
504 RelativePath="..\..\dep\include\sockets\File.h"
506 </File>
507 <File
508 RelativePath="..\..\dep\include\sockets\IFile.h"
510 </File>
511 <File
512 RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
514 </File>
515 <File
516 RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
518 </File>
519 <File
520 RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
522 </File>
523 <File
524 RelativePath="..\..\dep\include\sockets\ListenSocket.h"
526 </File>
527 <File
528 RelativePath="..\..\dep\include\sockets\Lock.h"
530 </File>
531 <File
532 RelativePath="..\..\dep\include\sockets\Mutex.h"
534 </File>
535 <File
536 RelativePath="..\..\dep\include\sockets\Parse.h"
538 </File>
539 <File
540 RelativePath="..\..\dep\include\sockets\ResolvServer.h"
542 </File>
543 <File
544 RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
546 </File>
547 <File
548 RelativePath="..\..\dep\include\sockets\SctpSocket.h"
550 </File>
551 <File
552 RelativePath="..\..\dep\include\sockets\Socket.h"
554 </File>
555 <File
556 RelativePath="..\..\dep\include\sockets\socket_include.h"
558 </File>
559 <File
560 RelativePath="..\..\dep\include\sockets\SocketAddress.h"
562 </File>
563 <File
564 RelativePath="..\..\dep\include\sockets\SocketHandler.h"
566 </File>
567 <File
568 RelativePath="..\..\dep\include\sockets\sockets-config.h"
570 </File>
571 <File
572 RelativePath="..\..\dep\include\sockets\StdLog.h"
574 </File>
575 <File
576 RelativePath="..\..\dep\include\sockets\StdoutLog.h"
578 </File>
579 <File
580 RelativePath="..\..\dep\include\sockets\StreamSocket.h"
582 </File>
583 <File
584 RelativePath="..\..\dep\include\sockets\TcpSocket.h"
586 </File>
587 <File
588 RelativePath="..\..\dep\include\sockets\Thread.h"
590 </File>
591 <File
592 RelativePath="..\..\dep\include\sockets\UdpSocket.h"
594 </File>
595 <File
596 RelativePath="..\..\dep\include\sockets\Utility.h"
598 </File>
599 </Filter>
600 <Filter
601 Name="Source Files"
603 <File
604 RelativePath="..\..\dep\src\sockets\Base64.cpp"
606 </File>
607 <File
608 RelativePath="..\..\dep\src\sockets\Exception.cpp"
610 </File>
611 <File
612 RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
614 </File>
615 <File
616 RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
618 </File>
619 <File
620 RelativePath="..\..\dep\src\sockets\Lock.cpp"
622 </File>
623 <File
624 RelativePath="..\..\dep\src\sockets\Mutex.cpp"
626 </File>
627 <File
628 RelativePath="..\..\dep\src\sockets\Parse.cpp"
630 </File>
631 <File
632 RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
634 </File>
635 <File
636 RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
638 </File>
639 <File
640 RelativePath="..\..\dep\src\sockets\Socket.cpp"
642 </File>
643 <File
644 RelativePath="..\..\dep\src\sockets\socket_include.cpp"
646 </File>
647 <File
648 RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
650 </File>
651 <File
652 RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
654 </File>
655 <File
656 RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
658 </File>
659 <File
660 RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
662 </File>
663 <File
664 RelativePath="..\..\dep\src\sockets\Thread.cpp"
666 </File>
667 <File
668 RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
670 </File>
671 <File
672 RelativePath="..\..\dep\src\sockets\Utility.cpp"
674 </File>
675 </Filter>
676 </Files>
677 <Globals>
678 </Globals>
679 </VisualStudioProject>