1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-10-18 13:16:10 +00:00
TcpDotNet/TcpDotNet.ClientIntegrationTest/TcpDotNet.ClientIntegrationTest.csproj
Oliver Booth c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00

19 lines
436 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TcpDotNet\TcpDotNet.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="PacketHandlers" />
</ItemGroup>
</Project>