This DLL breaks things as it is already present when mono is installed
This commit is contained in:
parent
fc8f733e81
commit
d6116f45b8
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user