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 @@ + + + +