用于生成 Office 文件的 .NET 组件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
846 B

6 years ago
<Project>
<Import Project="build\version.props" />
<PropertyGroup Label="Package">
<Product>NPOI</Product>
<Authors>NCC;Savorboard</Authors>
6 years ago
<RepositoryUrl>https://github.com/dotnetcore/NPOI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/19404084</PackageIconUrl>
<PackageProjectUrl>https://github.com/dotnetcore/NPOI</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/dotnetcore/NPOI/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageTags>NPOI,Office,Excel,Word</PackageTags>
<Description>A .NET library for reading and writing Microsoft Office binary and OOXML file formats.</Description>
</PropertyGroup>
</Project>