aboutsummaryrefslogtreecommitdiff
path: root/win/VC80/sockets.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'win/VC80/sockets.vcproj')
-rw-r--r--win/VC80/sockets.vcproj524
1 files changed, 524 insertions, 0 deletions
diff --git a/win/VC80/sockets.vcproj b/win/VC80/sockets.vcproj
new file mode 100644
index 00000000000..00557fbd5c3
--- /dev/null
+++ b/win/VC80/sockets.vcproj
@@ -0,0 +1,524 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="sockets"
+ ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\dep\include\sockets"
+ PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch"
+ AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ >
+ <File
+ RelativePath="..\..\dep\include\sockets\Base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Exception.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\File.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\IFile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ListenSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Lock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvServer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SctpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\socket_include.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketAddress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\SocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\sockets-config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StdoutLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\StreamSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\TcpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\UdpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\include\sockets\Utility.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ >
+ <File
+ RelativePath="..\..\dep\src\sockets\Base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Exception.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Lock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Mutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\socket_include.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\dep\src\sockets\Utility.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>