summaryrefslogtreecommitdiffstats
path: root/tinyNET/tinyNET.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/tinyNET.vcproj')
-rw-r--r--tinyNET/tinyNET.vcproj771
1 files changed, 771 insertions, 0 deletions
diff --git a/tinyNET/tinyNET.vcproj b/tinyNET/tinyNET.vcproj
new file mode 100644
index 0000000..4a3e0a7
--- /dev/null
+++ b/tinyNET/tinyNET.vcproj
@@ -0,0 +1,771 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="tinyNET"
+ ProjectGUID="{7522A458-92F4-4259-B906-E84C2A65D9F1}"
+ RootNamespace="tinyNET"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="src;&quot;..\thirdparties\win32\include&quot;;&quot;..\tinySAK\src&quot;"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;TNET_HAVE_OPENSSL_H=1;WIN32;_WIN32_WINNT=0x0501;_DEBUG;_WINDOWS;_USRDLL;TINYNET_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib IPHLPAPI.lib &quot;$(OutDir)\tinySAK.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libeay32.lib&quot; &quot;..\thirdparties\win32\lib\openssl\ssleay32.lib&quot;"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="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
+ Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ OutputDirectory="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
+ IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ Optimization="0"
+ AdditionalIncludeDirectories="src;&quot;$(DOUBANGO_HOME)\thirdparties\win32\include&quot;;&quot;$(DOUBANGO_HOME)\tinySAK\src&quot;"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYNET_EXPORTS;_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
+ MinimalRebuild="true"
+ RuntimeLibrary="3"
+ TreatWChar_tAsBuiltInType="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2.lib IPHLPAPI.lib $(OutDir)\tinySAK.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="8"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory="%CSIDL_PROGRAM_FILES%\test"
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="false"
+ AdditionalIncludeDirectories="src;&quot;..\thirdparties\win32\include&quot;;&quot;..\tinySAK\src&quot;"
+ PreprocessorDefinitions="TNET_HAVE_OPENSSL_H=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYNET_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib IPHLPAPI.lib &quot;$(OutDir)\tinySAK.lib&quot; &quot;..\thirdparties\win32\lib\openssl\libeay32.lib&quot; &quot;..\thirdparties\win32\lib\openssl\ssleay32.lib&quot;"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames="MSVCRTD"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="0"
+ />
+ <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|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
+ OutputDirectory="&quot;$(SolutionDir)$(ConfigurationName)\wce&quot;"
+ IntermediateDirectory="&quot;$(SolutionDir)$(ConfigurationName)&quot;"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="1"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ ExecutionBucket="7"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;TINYNET_EXPORTS;NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="false"
+ SubSystem="8"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCCodeSignTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ <DeploymentTool
+ ForceDirty="-1"
+ RemoteDirectory=""
+ RegisterOutput="0"
+ AdditionalFiles=""
+ />
+ <DebuggerTool
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="source(*.c)"
+ >
+ <File
+ RelativePath=".\src\tnet.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_auth.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_endianness.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_nat.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_poll.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_socket.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_transport.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_transport_poll.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_transport_win32.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_utils.c"
+ >
+ </File>
+ <Filter
+ Name="stun"
+ >
+ <File
+ RelativePath=".\src\stun\tnet_stun.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stun\tnet_stun_attribute.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stun\tnet_stun_message.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="turn"
+ >
+ <File
+ RelativePath=".\src\turn\tnet_turn.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\turn\tnet_turn_attribute.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\turn\tnet_turn_message.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ice"
+ >
+ <File
+ RelativePath=".\src\ice\tnet_ice.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dns"
+ >
+ <File
+ RelativePath=".\src\dns\tnet_dns.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_a.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_aaaa.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_cname.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_mx.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_naptr.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_ns.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_opt.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_ptr.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_regexp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_resolvconf.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_rr.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_soa.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_srv.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_txt.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dhcp4"
+ >
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_option.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_option_sip.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dhcp6"
+ >
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_duid.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_option.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tls"
+ >
+ <File
+ RelativePath=".\src\tls\tnet_tls.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="include(*.h)"
+ >
+ <File
+ RelativePath=".\src\tinynet.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tinynet_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_auth.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_endianness.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_hardwares.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_nat.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_poll.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_proto.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_socket.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_transport.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_types.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tnet_utils.h"
+ >
+ </File>
+ <Filter
+ Name="stun"
+ >
+ <File
+ RelativePath=".\src\stun\tnet_stun.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stun\tnet_stun_attribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stun\tnet_stun_message.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="turn"
+ >
+ <File
+ RelativePath=".\src\turn\tnet_turn.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\turn\tnet_turn_attribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\turn\tnet_turn_message.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ice"
+ >
+ <File
+ RelativePath=".\src\ice\tnet_ice.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dns"
+ >
+ <File
+ RelativePath=".\src\dns\tnet_dns.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_a.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_aaaa.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_cname.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_mx.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_naptr.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_ns.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_opt.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_ptr.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_regexp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_resolvconf.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_rr.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_soa.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_srv.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dns\tnet_dns_txt.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dhcp"
+ >
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_option.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp\tnet_dhcp_option_sip.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="dhcp6"
+ >
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_duid.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\dhcp6\tnet_dhcp6_option.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="tls"
+ >
+ <File
+ RelativePath=".\src\tls\tnet_tls.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="ragel(.rl)"
+ >
+ <File
+ RelativePath=".\ragel\tnet_dns_regexp.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tnet_dns_resolvconf.rl"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud