30 строки
1.5 KiB
XML
30 строки
1.5 KiB
XML
<Project>
|
|
<Import Project="version.props" />
|
|
<Import Project="build\dependencies.props" />
|
|
<Import Project="build\sources.props" />
|
|
|
|
<PropertyGroup>
|
|
<!-- these imports substitute for a package reference to Internal.AspNetCore.Sdk -->
|
|
<_AspNetToolsSdkPath>$(MSBuildThisFileDirectory)src\Internal.AspNetCore.Sdk</_AspNetToolsSdkPath>
|
|
<CustomAfterMicrosoftCommonTargets>$(_AspNetToolsSdkPath)\build\Internal.AspNetCore.Sdk.targets</CustomAfterMicrosoftCommonTargets>
|
|
<CustomAfterMicrosoftCommonCrossTargetingTargets>$(_AspNetToolsSdkPath)\buildMultiTargeting\Internal.AspNetCore.Sdk.targets</CustomAfterMicrosoftCommonCrossTargetingTargets>
|
|
<GenerateCommitHashAttribute Condition="'$(RepositoryCommit)'==''">false</GenerateCommitHashAttribute>
|
|
<GenerateSourceLinkFile>false</GenerateSourceLinkFile>
|
|
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
|
<EnableApiCheck>false</EnableApiCheck>
|
|
<NoWarn>$(NoWarn);NU5105</NoWarn>
|
|
<Serviceable>false</Serviceable>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(_AspNetToolsSdkPath)\build\Internal.AspNetCore.Sdk.props" />
|
|
|
|
<PropertyGroup>
|
|
<RepositoryUrl>https://github.com/aspnet/BuildTools</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|