-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pangu.csproj
26 lines (23 loc) · 945 Bytes
/
Pangu.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard1.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.0.7</Version>
<PackageId>Pangu.NET</PackageId>
<Authors>davidxuang</Authors>
<Product>Pangu.NET</Product>
<Description>Paranoid text spacing on .NET</Description>
<Summary>Paranoid text spacing on .NET</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>Copyright © 2013-2020 Vinta, davidxuang</Copyright>
<PackageProjectUrl>https://github.com/davidxuang/Pangu.NET</PackageProjectUrl>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="Icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>