-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
23 lines (19 loc) · 967 Bytes
/
Directory.Build.props
File metadata and controls
23 lines (19 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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/LightWorkFlowManager</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotnet-campus/LightWorkFlowManager</PackageProjectUrl>
<Description>轻量的工作过程管理</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright © 2023 dotnet campus, All Rights Reserved.</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)README.md" Link="README.md" Visible="false" Pack="True" PackagePath="\"/>
</ItemGroup>
</Project>