-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommon.props
22 lines (22 loc) · 915 Bytes
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>HueiFeng</Authors>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>HueiFeng</Authors>
<Product>TinyURL</Product>
<IsPackable>true</IsPackable>
<Description>Generic shortcode URL implementation in CSharp.</Description>
<RepositoryUrl>https://github.com/hueifeng/TinyURL</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>images\Package.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/hueifeng/TinyURL/master/package.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\Package.png" Pack="true" Visible="false" PackagePath="images\Package.png" />
</ItemGroup>
</Project>