2012-04-29 20:52:25 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
Name="Net"
|
|
|
|
Version="9.00"
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
ProjectGUID="{B057A1FE-09F7-465E-B8B5-E1B659051D76}"
|
|
|
|
RootNamespace="Net"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles/>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="debug_shared|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;Net_EXPORTS"
|
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2014-11-20 21:22:52 +01:00
|
|
|
DebugInformationFormat="3"
|
2012-04-29 20:52:25 +02:00
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="..\bin\PocoNetd.dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="..\bin\PocoNetd.pdb"
|
|
|
|
AdditionalLibraryDirectories="..\lib"
|
|
|
|
SubSystem="1"
|
|
|
|
ImportLibrary="..\lib\PocoNetd.lib"
|
2014-05-26 12:54:18 +02:00
|
|
|
TargetMachine="1"
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release_shared|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;Net_EXPORTS"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="ws2_32.lib iphlpapi.lib"
|
|
|
|
OutputFile="..\bin\PocoNet.dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateDebugInformation="false"
|
|
|
|
AdditionalLibraryDirectories="..\lib"
|
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
ImportLibrary="..\lib\PocoNet.lib"
|
2014-05-26 12:54:18 +02:00
|
|
|
TargetMachine="1"
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="debug_static_mt|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(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;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
2018-06-20 09:47:40 +02:00
|
|
|
ProgramDataBaseFileName="..\lib\PocoNetMTd.pdb"
|
2012-04-29 20:52:25 +02:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2014-11-20 21:22:52 +01:00
|
|
|
DebugInformationFormat="3"
|
2012-04-29 20:52:25 +02:00
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2018-06-20 09:47:40 +02:00
|
|
|
OutputFile="..\lib\PocoNetMTd.lib"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release_static_mt|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2018-06-20 09:47:40 +02:00
|
|
|
OutputFile="..\lib\PocoNetMT.lib"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="debug_static_md|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(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;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
2018-06-20 09:47:40 +02:00
|
|
|
ProgramDataBaseFileName="..\lib\PocoNetMDd.pdb"
|
2012-04-29 20:52:25 +02:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2014-11-20 21:22:52 +01:00
|
|
|
DebugInformationFormat="3"
|
2012-04-29 20:52:25 +02:00
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2018-06-20 09:47:40 +02:00
|
|
|
OutputFile="..\lib\PocoNetMDd.lib"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="release_static_md|Win32"
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="4"
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;POCO_STATIC;"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
TreatWChar_tAsBuiltInType="true"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
CompileAs="0"
|
2014-05-26 12:54:18 +02:00
|
|
|
DisableSpecificWarnings=""
|
|
|
|
AdditionalOptions=""/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
2018-06-20 09:47:40 +02:00
|
|
|
OutputFile="..\lib\PocoNetMD.lib"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References/>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="NetCore">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\DNS.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HostEntry.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\IPAddress.h"/>
|
2013-02-01 04:12:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\IPAddressImpl.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\Net.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NetException.h"/>
|
2012-09-08 04:08:58 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NetworkInterface.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketAddress.h"/>
|
2013-03-17 07:28:01 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketAddressImpl.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketDefs.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\DNS.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HostEntry.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\IPAddress.cpp"/>
|
2013-02-01 04:12:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\IPAddressImpl.cpp"/>
|
2012-12-19 07:38:18 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Net.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\NetException.cpp"/>
|
2012-09-08 04:08:58 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\NetworkInterface.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketAddress.cpp"/>
|
2013-03-17 07:28:01 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketAddressImpl.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Sockets">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\DatagramSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\DatagramSocketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\DialogSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MulticastSocket.h"/>
|
2017-11-01 11:30:59 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\PollSet.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\RawSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\RawSocketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ServerSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ServerSocketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\Socket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\StreamSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\StreamSocketImpl.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\DatagramSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\DatagramSocketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\DialogSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MulticastSocket.cpp"/>
|
2017-11-01 11:30:59 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\PollSet.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\RawSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\RawSocketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ServerSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ServerSocketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Socket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\StreamSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\StreamSocketImpl.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Messages">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\FilePartSource.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MediaType.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MessageHeader.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MultipartReader.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MultipartWriter.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NameValueCollection.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NullPartHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\PartHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\PartSource.h"/>
|
2013-03-11 05:36:04 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\PartStore.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\QuotedPrintableDecoder.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\QuotedPrintableEncoder.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\StringPartSource.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\FilePartSource.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MediaType.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MessageHeader.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MultipartReader.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MultipartWriter.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NameValueCollection.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NullPartHandler.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\PartHandler.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\PartSource.cpp"/>
|
2013-03-11 05:36:04 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\PartStore.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\QuotedPrintableDecoder.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\QuotedPrintableEncoder.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\StringPartSource.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="HTTP">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPAuthenticationParams.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPBasicCredentials.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPBasicStreamBuf.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPBufferAllocator.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPChunkedStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPCookie.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPCredentials.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPDigestCredentials.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPFixedLengthStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPHeaderStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPMessage.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPRequest.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPResponse.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPSession.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPStream.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPAuthenticationParams.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPBasicCredentials.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPBufferAllocator.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPChunkedStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPCookie.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPCredentials.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPDigestCredentials.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPFixedLengthStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPHeaderStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPMessage.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPRequest.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPResponse.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPSession.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPStream.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="TCPServer">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\TCPServer.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\TCPServerConnection.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\TCPServerConnectionFactory.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\TCPServerDispatcher.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\TCPServerParams.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\TCPServer.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\TCPServerConnection.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\TCPServerConnectionFactory.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\TCPServerDispatcher.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\TCPServerParams.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="HTTPServer">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\AbstractHTTPRequestHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPRequestHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPRequestHandlerFactory.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServer.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerConnection.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerConnectionFactory.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerParams.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerRequest.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerRequestImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerResponse.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerResponseImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPServerSession.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\AbstractHTTPRequestHandler.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPRequestHandler.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPRequestHandlerFactory.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServer.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerConnection.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerConnectionFactory.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerParams.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerRequest.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerRequestImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerResponse.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerResponseImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPServerSession.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="HTTPClient">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPClientSession.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPIOStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPSessionFactory.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPSessionInstantiator.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTTPStreamFactory.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPClientSession.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPIOStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPSessionFactory.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPSessionInstantiator.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTTPStreamFactory.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="HTML">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\HTMLForm.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\HTMLForm.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="FTPClient">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\FTPClientSession.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\FTPStreamFactory.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\FTPClientSession.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\FTPStreamFactory.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Reactor">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
2013-01-04 06:41:38 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ParallelSocketAcceptor.h"/>
|
2014-11-10 23:49:35 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ParallelSocketReactor.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketAcceptor.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketConnector.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketNotification.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketNotifier.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SocketReactor.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketNotification.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketNotifier.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SocketReactor.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Mail">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MailMessage.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MailRecipient.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MailStream.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\POP3ClientSession.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SMTPClientSession.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MailMessage.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MailRecipient.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\MailStream.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\POP3ClientSession.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\SMTPClientSession.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ICMP">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPClient.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPEventArgs.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPPacket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPPacketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPSocketImpl.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\ICMPv4PacketImpl.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPClient.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPEventArgs.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPPacket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPPacketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPSocketImpl.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\ICMPv4PacketImpl.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2014-01-23 04:34:47 +01:00
|
|
|
<Filter
|
|
|
|
Name="NTP">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NTPClient.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NTPEventArgs.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\NTPPacket.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NTPClient.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NTPEventArgs.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NTPPacket.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2012-04-29 20:52:25 +02:00
|
|
|
<Filter
|
|
|
|
Name="Logging">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\RemoteSyslogChannel.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\RemoteSyslogListener.h"/>
|
2012-10-14 21:28:02 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SMTPChannel.h"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\RemoteSyslogChannel.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\RemoteSyslogListener.cpp"/>
|
2012-10-14 21:28:02 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\SMTPChannel.cpp"/>
|
2012-04-29 20:52:25 +02:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="WebSocket">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\WebSocket.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\WebSocketImpl.h"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\WebSocket.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\WebSocketImpl.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2014-11-10 23:49:35 +01:00
|
|
|
<Filter
|
|
|
|
Name="OAuth">
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\OAuth10Credentials.h"/>
|
2014-11-11 12:19:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\OAuth20Credentials.h"/>
|
2014-11-10 23:49:35 +01:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\OAuth10Credentials.cpp"/>
|
2014-11-11 12:19:14 +01:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\OAuth20Credentials.cpp"/>
|
2014-11-10 23:49:35 +01:00
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2018-06-02 21:02:33 +02:00
|
|
|
<Filter
|
|
|
|
Name="UDP">
|
|
|
|
<Filter
|
|
|
|
Name="Source Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\UDPClient.cpp"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\UDPServerParams.cpp"/>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files">
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\MultiSocketPoller.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\SingleSocketPoller.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\UDPClient.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\UDPHandler.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\UDPServer.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\UDPServerParams.h"/>
|
|
|
|
<File
|
|
|
|
RelativePath=".\include\Poco\Net\UDPSocketReader.h"/>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
2012-04-29 20:52:25 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\DLLVersion.rc">
|
|
|
|
<FileConfiguration
|
2012-10-14 21:28:02 +02:00
|
|
|
Name="debug_shared|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-10-14 21:28:02 +02:00
|
|
|
Name="release_shared|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
2012-04-29 20:52:25 +02:00
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static_mt|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static_mt|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="debug_static_md|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="release_static_md|Win32"
|
|
|
|
ExcludedFromBuild="true">
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals/>
|
|
|
|
</VisualStudioProject>
|