-
Notifications
You must be signed in to change notification settings - Fork 624
/
aliyun-net-sdk-green.vs2017.csproj
43 lines (43 loc) · 1.97 KB
/
aliyun-net-sdk-green.vs2017.csproj
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
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<RootNamespace>Aliyun.Acs.Green</RootNamespace>
<Version>3.6.6</Version>
<Authors>Alibaba Cloud</Authors>
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageLicenseUrl>https://raw.githubusercontent.com/aliyun/aliyun-openapi-net-sdk/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/aliyun/aliyun-openapi-net-sdk</PackageProjectUrl>
<PackageIconUrl>https://www.alibabacloud.com/favicon.ico</PackageIconUrl>
<Description>Alibaba Cloud SDK for .NET</Description>
<PackageReleaseNotes/>
<PackageTags>alibaba aliyun SDK Green</PackageTags>
<AssemblyName>aliyun-net-sdk-green</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\aliyun-net-sdk-core\aliyun-net-sdk-core.vs2017.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Newtonsoft.Json" Version="[9.0.1,)"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="Newtonsoft.Json" Version="[6.0.1,)"/>
<Reference Include="mscorlib"/>
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="Microsoft.CSharp"/>
<Reference Include="System.Data"/>
<Reference Include="System.Web"/>
<Reference Include="System.Drawing"/>
<Reference Include="System.Security"/>
<Reference Include="System.Xml"/>
<Reference Include="System.Configuration"/>
</ItemGroup>
</Project>