17 lines
786 B
XML
17 lines
786 B
XML
<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/dotnetCampus.ApplicationStartupManager</RepositoryUrl>
|
||
<PackageProjectUrl>https://github.com/dotnet-campus/dotnetCampus.ApplicationStartupManager</PackageProjectUrl>
|
||
<Description>TODO: 请在此处添加包描述信息。</Description>
|
||
|
||
<RepositoryType>git</RepositoryType>
|
||
<Copyright>Copyright © 2021 dotnet campus, All Rights Reserved.</Copyright>
|
||
</PropertyGroup>
|
||
</Project> |