-
Notifications
You must be signed in to change notification settings - Fork 3
/
common.props
28 lines (24 loc) · 1.12 KB
/
common.props
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
<Project>
<PropertyGroup>
<Version>0.7.0.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageLicenseUrl>https://github.com/RiseSoho/BeesTask/blob/dev/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/RiseSoho/BeesTask</PackageProjectUrl>
<PackageIconUrl>https://github.com/RiseSoho/BeesTask/raw/dev/doc/icon_128.png</PackageIconUrl>
<RepositoryUrl>https://github.com/RiseSoho/BeesTask</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<!--<AssemblyVersion>0.2.1.1</AssemblyVersion>
<FileVersion>0.2.1.1</FileVersion>-->
<Authors>Joe [email protected]</Authors>
<Company>www.risesoho.com</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright © riseaisoft.com</Copyright>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
<!--引用下面这个后,在VSTGS中编辑失败-->
<!--<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.1" PrivateAssets="All" />
</ItemGroup>-->
</Project>