Remove WorkingTypes from compilation

This commit is contained in:
YoshiRulz 2020-02-03 01:59:32 +10:00
parent a827b6f350
commit 0eef93afbf
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@
</ItemGroup>
<ItemGroup>
<Compile Remove="Interfaces/IHookManager.cs" />
<Compile Remove="WorkingTypes/**/*.cs" />
</ItemGroup>
</Project>