Update ref and add .gitignore

This commit is contained in:
BlubbFish 2019-02-14 17:39:03 +01:00
parent 63c485a655
commit 610b5e11b0
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.vs
/Bot-Utils/obj
/Bot-Utils/bin

View File

@ -36,7 +36,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Mono.Posix"> <Reference Include="Mono.Posix">
<HintPath>..\..\Zway-Bot\packages\Mono.Posix.dll</HintPath> <HintPath>..\..\..\Zway-Bot\packages\Mono.Posix.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />