forked from dotnetcore/NPOI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (15 loc) · 846 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (15 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<Import Project="build\version.props" />
<PropertyGroup Label="Package">
<Product>NPOI</Product>
<Authors>NCC;Savorboard</Authors>
<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>