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>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
|
<CustomCommands>
|
||||||
|
<CustomCommands>
|
||||||
|
<Command>
|
||||||
|
<type>AfterBuild</type>
|
||||||
|
<command>rm appindicator3-sharp.dll</command>
|
||||||
|
<workingdir>${TargetDir}</workingdir>
|
||||||
|
</Command>
|
||||||
|
</CustomCommands>
|
||||||
|
</CustomCommands>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
Loading…
Reference in New Issue
Block a user