Hide unused class and interface

This commit is contained in:
YoshiRulz 2020-01-22 06:48:14 +10:00
parent 5a48612346
commit 8cf2f5d915
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 4 additions and 0 deletions

View File

@ -20,5 +20,9 @@
<ItemGroup>
<ProjectReference Include="../BizHawk.Client.Common/BizHawk.Client.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Classes/Api/PluginBase.cs" />
<Compile Remove="Interfaces/IPlugin.cs" />
</ItemGroup>
<Import Project="../NamespaceAliasHack.abs.targets" />
</Project>