-
Notifications
You must be signed in to change notification settings - Fork 33
/
aps.csproj
49 lines (49 loc) · 2.31 KB
/
aps.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
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<RootNamespace>AlibabaCloud.SDK.Aps20240325</RootNamespace>
<OutputType>Library</OutputType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>AlibabaCloud.SDK.Aps20240325</AssemblyName>
<Version>1.0.0</Version>
<LangVersion>5</LangVersion>
<Authors>Alibaba Cloud</Authors>
<Description>Alibaba Cloud aps (20240325) SDK Library for .NET</Description>
<PackageTags>Alibaba Aliyun aps SDK</PackageTags>
<Copyright>©2009-present Alibaba Cloud</Copyright>
<PackageProjectUrl>https://github.com/aliyun/alibabacloud-csharp-sdk</PackageProjectUrl>
<PackageIconUrl>https://www.alibabacloud.com/favicon.ico</PackageIconUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>NETSTANDARD2_0</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
<DefineConstants>NET45</DefineConstants>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<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"/>
<Reference Include="System.Net.Http"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="AlibabaCloud.TeaUtil" Version="0.1.17"/>
<PackageReference Include="AlibabaCloud.OpenApiClient" Version="0.1.8"/>
<PackageReference Include="AlibabaCloud.OpenApiUtil" Version="1.1.1"/>
<PackageReference Include="AlibabaCloud.EndpointUtil" Version="0.1.1"/>
<PackageReference Include="Tea" Version="1.1.2"/>
</ItemGroup>
</Project>