mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
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:
parent
679566a8ac
commit
95b9cbeb1d
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Greenshot.Addon.InternetExplorer\Greenshot.Addon.InternetExplorer.csproj" />
|
<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.Core\Greenshot.Core.csproj" />
|
||||||
<ProjectReference Include="..\Greenshot.Gfx\Greenshot.Gfx.csproj" />
|
<ProjectReference Include="..\Greenshot.Gfx\Greenshot.Gfx.csproj" />
|
||||||
<ProjectReference Include="..\Greenshot.Addons\Greenshot.Addons.csproj" />
|
<ProjectReference Include="..\Greenshot.Addons\Greenshot.Addons.csproj" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue