forked from VictorTzeng/surging.cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
23 lines (20 loc) · 996 Bytes
/
Directory.Build.props
File metadata and controls
23 lines (20 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<Import Project="..\version.props" />
<PropertyGroup>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://www.nuget.org/profiles/SurgingX/avatar?imageSize=512</PackageIconUrl>
<PackageProjectUrl>https://www.nuget.org/profiles/SurgingX</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/liuhll/surging.cloud/develop/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/liuhll/surging.cloud</RepositoryUrl>
<Company>Surging.Cloud</Company>
<Authors>liuhll</Authors>
<Product>Surging Micro Service Framework</Product>
<Copyright>Copyright © Liuhll All Rights Reserved.</Copyright>
<PackageTags>surging;surging.cloud;microservice</PackageTags>
<PackagePrefix>Surging.Cloud</PackagePrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
</Project>