当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 40

darksied / SiMaySockets
暂停

forked from koko / SiMaySockets 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SiMay.Socket.V4.csproj 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
koko 提交于 2019-02-17 13:18 . first commit
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D181FCCE-ECC7-4710-89CC-D97F94A6181B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SiMay.Sockets</RootNamespace>
<AssemblyName>SiMay.Sockets.V4</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Delegate\NotifyCompleteEventHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tcp\Awaitable\SaeaAwaiter.cs" />
<Compile Include="Tcp\Awaitable\SaeaExHelper.cs" />
<Compile Include="Tcp\Client\TcpSocketSaeaClientAgent.cs" />
<Compile Include="Tcp\ITcpSocketSaeaClientConfiguration.cs" />
<Compile Include="Tcp\ITcpSocketSaeaConfiguration.cs" />
<Compile Include="Tcp\ITcpSocketSaeaServerConfiguration.cs" />
<Compile Include="Tcp\TcpSocketConfiguration.cs" />
<Compile Include="Tcp\Pooling\ObjectPool.cs" />
<Compile Include="Tcp\Pooling\SaeaAwaiterPool.cs" />
<Compile Include="Tcp\Pooling\SessionPool.cs" />
<Compile Include="Tcp\Server\TcpSocketSaeaServer.cs" />
<Compile Include="Tcp\TcpSocketCompletionNotify.cs" />
<Compile Include="Tcp\TcpSocketConnectionState.cs" />
<Compile Include="Tcp\TcpSocketSaeaEngineBased.cs" />
<Compile Include="Tcp\TcpSocketSaeaFullBased.cs" />
<Compile Include="Tcp\TcpSocketSaeaPackBased.cs" />
<Compile Include="Tcp\TcpSocketSaeaSession.cs" />
<Compile Include="Tcp\TcpSocketSaeaSessionType.cs" />
<Compile Include="Tcp\TcpSocketsFactory.cs" />
<Compile Include="UtilityHelper\CompressHelper.cs" />
<Compile Include="UtilityHelper\LogHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
C#
1
https://gitee.com/darksied/SiMaySocket.git
git@gitee.com:darksied/SiMaySocket.git
darksied
SiMaySocket
SiMaySockets
master

搜索帮助