mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed build, made Box API V2 work with .NET3.5 unfortunately this means people with .NET 2.0 can't use the box plugin anymore.
This commit is contained in:
parent
5e10243eb3
commit
ba0c9d0010
5 changed files with 15 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>GreenshotBoxPlugin</RootNamespace>
|
||||
<AssemblyName>GreenshotBoxPlugin</AssemblyName>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||||
<NoStdLib>False</NoStdLib>
|
||||
|
@ -26,6 +26,7 @@
|
|||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.ServiceModel.Web" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="BoxConfiguration.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue