-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (18 loc) · 968 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (18 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<Import Project="build\Version.props" />
<PropertyGroup>
<LangVersion>latest</LangVersion>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<Company>dotnet campus(.NET 职业技术学院)</Company>
<Authors>dotnet-campus</Authors>
<RepositoryUrl>https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions</PackageProjectUrl>
<Description>The dotnet tools to assist in editing or reading the Office document files</Description>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2020-$([System.DateTime]::Now.ToString(`yyyy`)) dotnet campus, All Rights Reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<SourceRoot Include="$(MSBuildThisFileDirectory)"/>
</ItemGroup>
</Project>