mirror of
https://github.com/greenshot/greenshot
synced 2025-08-23 06:36:20 -07:00
Remove unused plugin.
This commit is contained in:
parent
c10e3c0fdd
commit
73713cdccd
2 changed files with 7 additions and 8 deletions
|
@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
// The assembly version, replaced by build scripts
|
// The assembly version, replaced by build scripts
|
||||||
[assembly: AssemblyVersion("1.1.*")]
|
[assembly: AssemblyVersion("1.2.10")]
|
||||||
[assembly: AssemblyInformationalVersion("1.1")]
|
[assembly: AssemblyInformationalVersion("1.2.10")]
|
|
@ -78,7 +78,6 @@
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Destinations\ClipboardDestination.cs" />
|
<Compile Include="Destinations\ClipboardDestination.cs" />
|
||||||
<Compile Include="Destinations\EditorDestination.cs" />
|
<Compile Include="Destinations\EditorDestination.cs" />
|
||||||
<Compile Include="Destinations\EmailDestination.cs" />
|
|
||||||
<Compile Include="Destinations\FileDestination.cs" />
|
<Compile Include="Destinations\FileDestination.cs" />
|
||||||
<Compile Include="Destinations\FileWithDialogDestination.cs" />
|
<Compile Include="Destinations\FileWithDialogDestination.cs" />
|
||||||
<Compile Include="Destinations\PickerDestination.cs" />
|
<Compile Include="Destinations\PickerDestination.cs" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue