mirror of https://gitee.com/dotnetchina/Furion.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1008 B
XML
33 lines
1008 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>百小僧</Authors>
|
|
<Company>Baiqian Co.,Ltd.</Company>
|
|
<Product>Furion</Product>
|
|
<Copyright>© 2020-2021 百小僧, Baiqian Co.,Ltd.</Copyright>
|
|
<PackageLicenseExpression>MulanPSL-2.0</PackageLicenseExpression>
|
|
<PackageProjectUrl>https://furion.pro</PackageProjectUrl>
|
|
<RepositoryUrl>https://gitee.com/dotnetchina/Furion</RepositoryUrl>
|
|
<RepositoryType>Gitee</RepositoryType>
|
|
<PackageLicenseExpression>MulanPSL-2.0</PackageLicenseExpression>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="icon.png">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project> |