Kom mit und Master

This commit is contained in:
Waldi
2017-09-14 12:36:48 +02:00
parent 1e2951c894
commit 5a77d5da5b
9 changed files with 376 additions and 258 deletions

View File

@@ -16,7 +16,6 @@ using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using ChatController.HauptKlassen;
using ChatController.Klassen;
using Newtonsoft.Json;
namespace PrototypChat
{

View File

@@ -23,8 +23,7 @@ using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System.Web;
using System.Web.UI.WebControls;
using System.Windows.Forms;

View File

@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\..\..\Desktop\Newtonsoft.Json.dll</HintPath>
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />