-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGroupDocs.Annotation.Cloud.Sdk.csproj
More file actions
38 lines (38 loc) · 1.85 KB
/
GroupDocs.Annotation.Cloud.Sdk.csproj
File metadata and controls
38 lines (38 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net20</TargetFrameworks>
<AssemblyVersion>22.2.0.0</AssemblyVersion>
<FileVersion>22.2.0.0</FileVersion>
<Version>22.2</Version>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<Company>GroupDocs</Company>
<Authors>GroupDocs Product Team</Authors>
<Copyright>Aspose Pty Ltd.</Copyright>
<Description>Annotate documents with our apps or build your own custom annotation applications across popular platforms using on premise or cloud APIs.</Description>
<PackageLicenseUrl>https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://products.groupdocs.cloud/annotation/family</PackageProjectUrl>
<RepositoryUrl>https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>GroupDocs.Annotation.Cloud.Sdk.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net20'">
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Model\" />
</ItemGroup>
<ItemGroup>
<None Update="GroupDocs.Annotation.Cloud.Sdk.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>