Update ref and add .gitignore
This commit is contained in:
parent
63c485a655
commit
610b5e11b0
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/.vs
|
||||
/Bot-Utils/obj
|
||||
/Bot-Utils/bin
|
@ -36,7 +36,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Posix">
|
||||
<HintPath>..\..\Zway-Bot\packages\Mono.Posix.dll</HintPath>
|
||||
<HintPath>..\..\..\Zway-Bot\packages\Mono.Posix.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
Loading…
Reference in New Issue
Block a user