Develop #10

Merged
SemvdH merged 229 commits from develop into master 2020-10-29 22:50:49 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 25d0bda483 - Show all commits

View File

@@ -3,7 +3,7 @@ using System.IO;
using System.Net.Sockets;
using System.Text;
using Newtonsoft.Json;
using Client;
using ClientApp.Utils;
namespace Server
{

View File

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

View File

@@ -9,6 +9,10 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ClientApp\ClientApp.csproj" />
</ItemGroup>
<Import Project="..\Hashing\Hashing.projitems" Label="Shared" />
</Project>