Greenshot still has a dependency on the editor, with a normal build this is solved by the addon system while they are copied at the right location. When publishing only the referenced addons are in the publish directory, and Greenshot would throw a nre. This commit fixes this.

This commit is contained in:
Robin Krom 2019-04-25 23:14:28 +02:00
commit 95b9cbeb1d

View file

@ -106,6 +106,7 @@
<ItemGroup>
<ProjectReference Include="..\Greenshot.Addon.InternetExplorer\Greenshot.Addon.InternetExplorer.csproj" />
<ProjectReference Include="..\Greenshot.Addon.LegacyEditor\Greenshot.Addon.LegacyEditor.csproj" />
<ProjectReference Include="..\Greenshot.Core\Greenshot.Core.csproj" />
<ProjectReference Include="..\Greenshot.Gfx\Greenshot.Gfx.csproj" />
<ProjectReference Include="..\Greenshot.Addons\Greenshot.Addons.csproj" />