aboutsummaryrefslogtreecommitdiff
path: root/externals/sockets
diff options
context:
space:
mode:
Diffstat (limited to 'externals/sockets')
-rw-r--r--externals/sockets/win/VC90/sockets.vcproj487
-rw-r--r--externals/sockets/win/sockets.sln25
2 files changed, 512 insertions, 0 deletions
diff --git a/externals/sockets/win/VC90/sockets.vcproj b/externals/sockets/win/VC90/sockets.vcproj
new file mode 100644
index 00000000000..0001238d3fb
--- /dev/null
+++ b/externals/sockets/win/VC90/sockets.vcproj
@@ -0,0 +1,487 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="sockets"
+ ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
+ RootNamespace="sockets"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="1"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="..\..\bin\$(PlatformName)_$(ConfigurationName)"
+ IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/MP"
+ AdditionalIncludeDirectories="..\..\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
+ RuntimeLibrary="2"
+ EnableEnhancedInstructionSet="0"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\zlib.pch"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ CallingConvention="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName).lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\Base64.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Exception.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Ipv4Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Ipv6Address.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Lock.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Mutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Parse.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ResolvServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ResolvSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Socket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\socket_include.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SocketHandler.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\StdoutLog.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\StreamSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\TcpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Thread.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\UdpSocket.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Utility.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\include\Base64.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Exception.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\File.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\IFile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Ipv4Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Ipv6Address.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\ISocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\ListenSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Lock.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Mutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Parse.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\ResolvServer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\ResolvSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SctpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Socket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\socket_include.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SocketAddress.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\SocketHandler.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\sockets-config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\StdLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\StdoutLog.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\StreamSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\TcpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Thread.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\UdpSocket.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\include\Utility.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/externals/sockets/win/sockets.sln b/externals/sockets/win/sockets.sln
new file mode 100644
index 00000000000..3ae708ebc8d
--- /dev/null
+++ b/externals/sockets/win/sockets.sln
@@ -0,0 +1,25 @@
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockets", "VC90\sockets.vcproj", "{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Debug|Win32.Build.0 = Debug|Win32
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Debug|x64.ActiveCfg = Debug|x64
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Debug|x64.Build.0 = Debug|x64
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Release|Win32.ActiveCfg = Release|Win32
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Release|Win32.Build.0 = Release|Win32
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Release|x64.ActiveCfg = Release|x64
+ {8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal