Files
dotnetCampus.ApplicationSta…/Directory.Build.props
2021-08-22 19:59:09 +08:00

17 lines
800 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Project>
<Import Project="build\Version.props" />
<PropertyGroup>
<LangVersion>latest</LangVersion>
<PackageOutputPath>$(MSBuildThisFileDirectory)bin\$(Configuration)</PackageOutputPath>
<Company>dotnet campus.NET 职业技术学院)</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>dotnet-campus</Authors>
<RepositoryUrl>https://github.com/dotnet-campus/dotnetCampus.ApplicationStartupManager</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotnet-campus/dotnetCampus.ApplicationStartupManager</PackageProjectUrl>
<Description>Application startup manager</Description>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2021 dotnet campus, All Rights Reserved.</Copyright>
</PropertyGroup>
</Project>