Gitignore und angepasster verweis

This commit is contained in:
Waldi
2017-09-12 14:44:54 +02:00
parent 31bf5f4959
commit 1e2951c894
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/ChatController/bin
/ChatController/obj

View File

@@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\..\..\Desktop\Newtonsoft.Json.dll</HintPath>
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NHibernate">
<HintPath>..\..\BeWo\Lib\NHibernate.dll</HintPath>