From 1e2951c894a3daaefa5acaf802e1e34491454a04 Mon Sep 17 00:00:00 2001 From: Waldi Date: Tue, 12 Sep 2017 14:44:54 +0200 Subject: [PATCH] Gitignore und angepasster verweis --- .gitignore | 2 ++ ChatController/ChatController.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d19321 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/ChatController/bin +/ChatController/obj diff --git a/ChatController/ChatController.csproj b/ChatController/ChatController.csproj index 2adfa40..683b040 100644 --- a/ChatController/ChatController.csproj +++ b/ChatController/ChatController.csproj @@ -32,7 +32,7 @@ - ..\..\..\..\..\Desktop\Newtonsoft.Json.dll + ..\libs\Newtonsoft.Json.dll ..\..\BeWo\Lib\NHibernate.dll