From 25d0bda4830f056146e63038c814548e12d33a45 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 9 Oct 2020 12:52:14 +0200 Subject: [PATCH] added new reference --- Server/Client.cs | 2 +- Server/Communication.cs | 2 +- Server/Server.csproj | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Server/Client.cs b/Server/Client.cs index 4c6acf5..bc57b00 100644 --- a/Server/Client.cs +++ b/Server/Client.cs @@ -3,7 +3,7 @@ using System.IO; using System.Net.Sockets; using System.Text; using Newtonsoft.Json; -using Client; +using ClientApp.Utils; namespace Server { diff --git a/Server/Communication.cs b/Server/Communication.cs index 6ac5f85..2e55fd5 100644 --- a/Server/Communication.cs +++ b/Server/Communication.cs @@ -4,7 +4,7 @@ using System.IO.Pipes; using System.Linq; using System.Net.Sockets; using System.Text; -using Client; +using ClientApp.Utils; namespace Server { diff --git a/Server/Server.csproj b/Server/Server.csproj index a91c7b5..0338a27 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -9,6 +9,10 @@ + + + +