added message class and added references to server and client projects

This commit is contained in:
Sem van der Hoeven
2020-09-23 11:50:25 +02:00
parent 1041aa0391
commit 28242ff052
5 changed files with 61 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Message\Message.csproj" />
</ItemGroup>
</Project>