mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Changed the VC71 projects to use dynamic linking for the CRT
This commit is contained in:
parent
da04859e7c
commit
6675f8d2a5
10 changed files with 128 additions and 223 deletions
|
|
@ -26,7 +26,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="TRUE"
|
||||
MinimalRebuild="FALSE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
BufferSecurityCheck="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
UsePrecompiledHeader="0"
|
||||
AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
StringPooling="FALSE"
|
||||
MinimalRebuild="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch"
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\mangosd;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="VERSION="0.12.0-DEV";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
|
||||
AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrt.lib"
|
||||
OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\mangosd.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="TRUE"
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
PreprocessorDefinitions="VERSION="0.12.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI"
|
||||
IgnoreStandardIncludePath="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\mangosd__$(PlatformName)_$(ConfigurationName)\mangosd.pch"
|
||||
AssemblerListingLocation=".\mangosd__$(PlatformName)_$(ConfigurationName)\"
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib"
|
||||
AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib msvcrtd.lib"
|
||||
OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\mangosd.exe"
|
||||
Version=""
|
||||
LinkIncremental="1"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="VERSION="0.12.0-DEV",WIN32,NDEBUG,_CONSOLE"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
PreprocessorDefinitions="VERSION="0.12.0-DEV";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE"
|
||||
IgnoreStandardIncludePath="FALSE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
PrecompiledHeaderFile=".\realmd__$(PlatformName)_$(ConfigurationName)\realmd.pch"
|
||||
AssemblerListingLocation=".\realmd__$(PlatformName)_$(ConfigurationName)\"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_WINDOWS;_USRDLL;SCRIPT"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include;..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared;..\..\dep\ACE_wrappers"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch"
|
||||
|
|
@ -422,12 +422,6 @@
|
|||
<File
|
||||
RelativePath="..\..\src\shared\Common.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\revision.h">
|
||||
<FileConfiguration
|
||||
|
|
@ -435,7 +429,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Extract revision"
|
||||
CommandLine="cd "$(SolutionDir)..\src\shared"
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
|
||||
CommandLine="cd "$(SolutionDir)..\src\shared"
|
||||
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
|
||||
"
|
||||
AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../_svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
|
||||
Outputs="revision.h"/>
|
||||
|
|
@ -445,12 +440,19 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Extract revision"
|
||||
CommandLine="cd "$(SolutionDir)..\src\shared"
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
|
||||
CommandLine="cd "$(SolutionDir)..\src\shared"
|
||||
"$(TargetDir)\..\genrevision__$(PlatformName)_$(ConfigurationName)\genrevision.exe" "..\.."
|
||||
"
|
||||
AdditionalDependencies="$(SolutionDir)../.svn/entries;$(SolutionDir)../_svn/entries;$(SolutionDir)../.git/FETCH_HEAD"
|
||||
Outputs="revision.h"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\ServiceWin32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\shared\SystemConfig.h.in">
|
||||
<FileConfiguration
|
||||
|
|
|
|||
|
|
@ -3,357 +3,260 @@
|
|||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="sockets"
|
||||
ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
Name="Win32"/>
|
||||
</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"
|
||||
/>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
InlineFunctionExpansion="1"
|
||||
AdditionalIncludeDirectories="..\..\dep\include\sockets"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
StringPooling="TRUE"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="TRUE"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="true"
|
||||
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"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
/>
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</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"
|
||||
/>
|
||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\dep\include\sockets"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeTypeInfo="true"
|
||||
RuntimeLibrary="3"
|
||||
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"
|
||||
SuppressStartupBanner="TRUE"
|
||||
Detect64BitPortabilityProblems="FALSE"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="0"
|
||||
/>
|
||||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
SuppressStartupBanner="TRUE"/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
Name="Header Files">
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Base64.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Base64.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Exception.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Exception.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\File.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\File.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\IFile.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\IFile.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Ipv4Address.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Ipv4Address.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Ipv6Address.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Ipv6Address.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\ISocketHandler.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\ISocketHandler.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\ListenSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\ListenSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Lock.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Lock.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Mutex.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Mutex.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Parse.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Parse.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\ResolvServer.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\ResolvServer.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\ResolvSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\ResolvSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\SctpSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\SctpSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Socket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Socket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\socket_include.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\socket_include.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\SocketAddress.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\SocketAddress.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\SocketHandler.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\SocketHandler.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\sockets-config.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\sockets-config.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\StdLog.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\StdLog.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\StdoutLog.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\StdoutLog.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\StreamSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\StreamSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\TcpSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\TcpSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Thread.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Thread.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\UdpSocket.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\UdpSocket.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\include\sockets\Utility.h"
|
||||
>
|
||||
RelativePath="..\..\dep\include\sockets\Utility.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
Name="Source Files">
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Base64.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Base64.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Exception.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Exception.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Lock.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Lock.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Mutex.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Mutex.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Parse.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Parse.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\ResolvServer.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\ResolvServer.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Socket.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Socket.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\socket_include.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\socket_include.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\SocketHandler.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\SocketHandler.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\StdoutLog.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\StdoutLog.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\StreamSocket.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\StreamSocket.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\TcpSocket.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\TcpSocket.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Thread.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Thread.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\UdpSocket.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\UdpSocket.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\dep\src\sockets\Utility.cpp"
|
||||
>
|
||||
RelativePath="..\..\dep\src\sockets\Utility.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\dep\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\dep\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableEnhancedInstructionSet="1"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue