2020-03-22 13:54:40 +01:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9.00"
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="tcpserver"
|
|
|
|
ProjectGUID="{E9D97C94-D210-43C0-BF08-E82FA8608C70}"
|
|
|
|
RootNamespace="tcpserver"
|
2020-03-22 13:54:40 +01:00
|
|
|
Keyword="Win32Proj"
|
2021-01-30 07:51:39 +01:00
|
|
|
TargetFrameworkVersion="0"
|
2020-03-22 13:54:40 +01:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="debug_shared|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
2020-03-22 13:54:40 +01:00
|
|
|
Optimization="0"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;"
|
|
|
|
StringPooling="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
MinimalRebuild="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\tcpserverd.exe"
|
2020-03-22 13:54:40 +01:00
|
|
|
LinkIncremental="2"
|
2021-01-30 07:51:39 +01:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
2020-03-22 13:54:40 +01:00
|
|
|
GenerateDebugInformation="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
ProgramDatabaseFile="bin\tcpserverd.pdb"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="release_shared|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
Optimization="4"
|
2020-03-22 13:54:40 +01:00
|
|
|
InlineFunctionExpansion="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
OmitFramePointers="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;"
|
2020-03-22 13:54:40 +01:00
|
|
|
StringPooling="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
RuntimeLibrary="2"
|
2020-03-22 13:54:40 +01:00
|
|
|
BufferSecurityCheck="false"
|
2021-01-30 07:51:39 +01:00
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\tcpserver.exe"
|
2020-03-22 13:54:40 +01:00
|
|
|
LinkIncremental="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
|
|
|
GenerateDebugInformation="false"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="debug_static_mt|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
Optimization="4"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
MinimalRebuild="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2020-03-22 13:54:40 +01:00
|
|
|
DebugInformationFormat="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="iphlpapi.lib winmm.lib ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\static_mt\tcpserverd.exe"
|
2020-03-22 13:54:40 +01:00
|
|
|
LinkIncremental="2"
|
2021-01-30 07:51:39 +01:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
2020-03-22 13:54:40 +01:00
|
|
|
GenerateDebugInformation="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
ProgramDatabaseFile="bin\static_mt\tcpserverd.pdb"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
TargetMachine="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="release_static_mt|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
2020-03-22 13:54:40 +01:00
|
|
|
BufferSecurityCheck="false"
|
2021-01-30 07:51:39 +01:00
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="iphlpapi.lib winmm.lib ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\static_mt\tcpserver.exe"
|
|
|
|
LinkIncremental="1"
|
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
|
|
|
GenerateDebugInformation="false"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="debug_static_md|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
Optimization="4"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;"
|
2020-03-22 13:54:40 +01:00
|
|
|
StringPooling="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2020-03-22 13:54:40 +01:00
|
|
|
DebugInformationFormat="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="iphlpapi.lib winmm.lib ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\static_md\tcpserverd.exe"
|
|
|
|
LinkIncremental="2"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
2020-03-22 13:54:40 +01:00
|
|
|
GenerateDebugInformation="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
ProgramDatabaseFile="bin\static_md\tcpserverd.pdb"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
TargetMachine="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2021-01-30 07:51:39 +01:00
|
|
|
Name="release_static_md|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
2020-03-22 13:54:40 +01:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
Optimization="4"
|
2020-03-22 13:54:40 +01:00
|
|
|
InlineFunctionExpansion="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
OmitFramePointers="true"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalIncludeDirectories=".\include;..\..\..\Foundation\include;..\..\..\Net\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;"
|
2020-03-22 13:54:40 +01:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
2021-01-30 07:51:39 +01:00
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2020-03-22 13:54:40 +01:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2021-01-30 07:51:39 +01:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
|
|
|
DisableSpecificWarnings=""
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalOptions=""
|
|
|
|
AdditionalDependencies="iphlpapi.lib winmm.lib ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="bin\static_md\tcpserver.exe"
|
2020-03-22 13:54:40 +01:00
|
|
|
LinkIncremental="1"
|
2021-01-30 07:51:39 +01:00
|
|
|
AdditionalLibraryDirectories="..\..\..\lib"
|
|
|
|
GenerateDebugInformation="false"
|
2020-03-22 13:54:40 +01:00
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2021-01-30 07:51:39 +01:00
|
|
|
TargetMachine="1"
|
2020-03-22 13:54:40 +01:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
>
|
|
|
|
<File
|
2021-01-30 07:51:39 +01:00
|
|
|
RelativePath=".\src\tcpserver.cpp"
|
2020-03-22 13:54:40 +01:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|