This DLL breaks things as it is already present when mono is installed

This commit is contained in:
Melon 2020-10-22 22:59:02 +01:00
parent fc8f733e81
commit d6116f45b8

View File

@ -26,6 +26,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<CustomCommands>
<CustomCommands>
<Command>
<type>AfterBuild</type>
<command>rm appindicator3-sharp.dll</command>
<workingdir>${TargetDir}</workingdir>
</Command>
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />