This commit is contained in:
2020-05-14 15:21:53 +02:00
parent eff07ac410
commit 92a1364edb
15 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>ChatServer</RootNamespace>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>