Hide unused class and interface
This commit is contained in:
parent
5a48612346
commit
8cf2f5d915
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue