mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Fixed language loading issues
Removed System.Reactive as package, by using code that was already there Fixed an issue loading the confluence plugin, and finding the icon
This commit is contained in:
parent
2293c70610
commit
f8f203b7b8
35 changed files with 902 additions and 964 deletions
|
@ -12,6 +12,16 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Images\Confluence.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Images\Confluence.ico">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<WebReferences Include="Web References\" />
|
||||
<WebReferenceUrl Include="http://confluence/rpc/soap-axis/confluenceservice-v1%3fwsdl">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue