tap server, client

This commit is contained in:
2023-10-06 16:35:40 +09:00
parent c699009897
commit ac15e63a0a
9 changed files with 325 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\STcpHelper\STcpHelper.csproj" />
</ItemGroup>
</Project>