<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5A8EF50C-3394-4C1E-99F0-33EFE8691CB0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NewLife.Net</RootNamespace>
<AssemblyName>NewLife.Net</AssemblyName>
<FileAlignment>512</FileAlignment>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\Bin4\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET4</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\Bin4\NewLife.Net.XML</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\Bin4\</OutputPath>
<DefineConstants>TRACE;NET4</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>..\..\Bin4\NewLife.Net.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Application\AppTest.cs" />
<Compile Include="Application\ChargenServer.cs" />
<Compile Include="Application\DaytimeServer.cs" />
<Compile Include="Application\DiscardServer.cs" />
<Compile Include="Application\LogServer.cs" />
<Compile Include="Application\EchoServer.cs" />
<Compile Include="Application\SerialServer.cs" />
<Compile Include="CoAP\CoAPMessage.cs" />
<Compile Include="Dhcp\DhcpClient.cs" />
<Compile Include="Dhcp\DhcpMessageType.cs" />
<Compile Include="Dhcp\DhcpEntity.cs" />
<Compile Include="Dhcp\DhcpOption.cs" />
<Compile Include="Dhcp\DhcpServer.cs" />
<Compile Include="Dhcp\DhcpSession.cs" />
<Compile Include="DNS\BinaryDNS.cs" />
<Compile Include="DNS\DNSClient.cs" />
<Compile Include="DNS\DNSEntity.cs" />
<Compile Include="DNS\DNSHeader.cs" />
<Compile Include="DNS\DNSNameAccessor.cs" />
<Compile Include="DNS\DNSOpcodeType.cs" />
<Compile Include="DNS\DNSQueryType.cs" />
<Compile Include="DNS\DNSRcodeType.cs" />
<Compile Include="DNS\DNSRecord.cs" />
<Compile Include="DNS\DNSServer.cs" />
<Compile Include="DNS\DNS_A.cs" />
<Compile Include="DNS\DNS_AAAA.cs" />
<Compile Include="DNS\DNS_CNAME.cs" />
<Compile Include="DNS\DNS_MX.cs" />
<Compile Include="DNS\DNS_NB.cs" />
<Compile Include="DNS\DNS_NS.cs" />
<Compile Include="DNS\DNS_PTR.cs" />
<Compile Include="DNS\DNS_SOA.cs" />
<Compile Include="DNS\DNS_TXT.cs" />
<Compile Include="DNS\NetBIOS.cs" />
<Compile Include="Flash\SandBoxServer.cs" />
<Compile Include="FTP\FTPClient.cs" />
<Compile Include="FTP\FTPItem.cs" />
<Compile Include="FTP\FTPServer.cs" />
<Compile Include="FTP\FTPSession.cs" />
<Compile Include="FTP\FTPTransferMode.cs" />
<Compile Include="Http\HttpCache.cs" />
<Compile Include="ISO\COTP.cs" />
<Compile Include="ISO\TPKT.cs" />
<Compile Include="Modbus\DataStore.cs" />
<Compile Include="Modbus\Errors.cs" />
<Compile Include="Modbus\IDataStore.cs" />
<Compile Include="Modbus\IOHelper.cs" />
<Compile Include="Modbus\MBFunction.cs" />
<Compile Include="Modbus\ModbusEntity.cs" />
<Compile Include="Modbus\ModbusException.cs" />
<Compile Include="Modbus\ModbusMaster.cs" />
<Compile Include="Modbus\ModbusSlave.cs" />
<Compile Include="Model\DataEventArgs.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="MQTT\MqttMessage.cs" />
<Compile Include="MQTT\MqttType.cs" />
<Compile Include="MQTT\QualityOfService.cs" />
<Compile Include="Http\HttpHeader.cs" />
<Compile Include="NTP\NTPClient.cs" />
<Compile Include="Application\TimeServer.cs" />
<Compile Include="IO\FileClient.cs" />
<Compile Include="IO\FileFormat.cs" />
<Compile Include="IO\FileServer.cs" />
<Compile Include="NTP\NTPEnum.cs" />
<Compile Include="NTP\NTP.cs" />
<Compile Include="P2P\HoleServer.cs" />
<Compile Include="P2P\P2PClient.cs" />
<Compile Include="P2P\P2PTest.cs" />
<Compile Include="Pop3\Pop3Client.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Pop3\Pop3Server.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Pop3\Pop3Session.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Proxy\HttpProxy.cs" />
<Compile Include="Proxy\HttpReverseProxy.cs" />
<Compile Include="Proxy\IProxy.cs" />
<Compile Include="Proxy\IProxySession.cs" />
<Compile Include="Proxy\ProxySession.cs" />
<Compile Include="Proxy\ProxyBase.cs" />
<Compile Include="Proxy\NATProxy.cs" />
<Compile Include="Sdp\SdpAttribute.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sdp\SdpConnection.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sdp\SdpMediaDescription.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sdp\SdpMessage.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sdp\SdpOrigin.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sdp\SdpTime.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SGIP\SGIPBind.cs" />
<Compile Include="SGIP\SGIPClient.cs" />
<Compile Include="SGIP\SGIPDeliver.cs" />
<Compile Include="SGIP\SGIPEntity.cs" />
<Compile Include="SGIP\SGIPReport.cs" />
<Compile Include="SGIP\SGIPServer.cs" />
<Compile Include="SGIP\SGIPSubmit.cs" />
<Compile Include="SGIP\SGIPUnbind.cs" />
<Compile Include="Sip\Message\Sip.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipACValue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipAddressParam.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipAlertParam.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipContactParam.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipContentDisposition.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipEncoding.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipErrorUri.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipEvent.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipFrom.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipHiEntry.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipIdentityInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipJoin.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipNameAddress.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipValue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sip\Message\SipValueWithParams.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Smtp\RelayServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Smtp\RelaySession.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Smtp\SmtpClient.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Smtp\SmtpServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Smtp\SmtpSession.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Sockets\Netbase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Stress\TcpStressClient.cs" />
<Compile Include="Stress\TcpStressConfig.cs" />
<Compile Include="Stress\TcpStress.cs" />
<Compile Include="Stun\StunAttribute.cs" />
<Compile Include="Stun\StunClient.cs" />
<Compile Include="Stun\StunMessage.cs" />
<Compile Include="Stun\StunMessageType.cs" />
<Compile Include="Stun\StunNetType.cs" />
<Compile Include="Stun\StunResult.cs" />
<Compile Include="Stun\StunServer.cs" />
<Compile Include="TDP\TDPClient.cs" />
<Compile Include="TDP\TDPFlags.cs" />
<Compile Include="TDP\TDPPacket.cs" />
<Compile Include="Telnet\TelnetClient.cs" />
<Compile Include="Telnet\TelnetServer.cs" />
<Compile Include="Telnet\TelnetSession.cs" />
<Compile Include="UPnP\Entities\Device.cs" />
<Compile Include="UPnP\Entities\Envelope.cs" />
<Compile Include="UPnP\Entities\InternetGatewayDevice.cs" />
<Compile Include="UPnP\Entities\PortMappingEntry.cs" />
<Compile Include="UPnP\Entities\Service.cs" />
<Compile Include="UPnP\Entities\SpecVersion.cs" />
<Compile Include="UPnP\UPnPAction.cs" />
<Compile Include="UPnP\UPnPClient.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="App.config">
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="SNTP\SNTPClient.cs" />
<None Include="TDP\TDP.pdf" />
<None Include="架构设计\网络模型.cd" />
</ItemGroup>
<ItemGroup>
<Content Include="Modbus\Modbus说明.txt" />
<Content Include="说明.txt" />
<EmbeddedResource Include="UpdateInfo.txt" />
<Content Include="架构设计\NewLife_SocketClient.jpg" />
<Content Include="架构设计\NewLife_TcpServer.jpg" />
<Content Include="架构设计\NewLife_TCP状态变迁.jpg" />
<Content Include="架构设计\NewLife_UdpServer.jpg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NewLife.Core\NewLife.Core40.csproj">
<Project>{5813c22e-eeb3-4dee-a45c-bb218041193a}</Project>
<Name>NewLife.Core40</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
|