Configuration/Directory.Build.props

22 строки
1.0 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

<Project>
<Import
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
<Import Project="version.props" />
<Import Project="build\dependencies.props" />
<Import Project="build\sources.props" />
2017-01-05 23:24:15 +03:00
<PropertyGroup>
<Product>Microsoft .NET Extensions</Product>
2017-01-05 23:24:15 +03:00
<RepositoryUrl>https://github.com/aspnet/Configuration</RepositoryUrl>
<RepositoryType>git</RepositoryType>
2017-10-16 22:48:15 +03:00
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
2017-01-05 23:24:15 +03:00
<SignAssembly>true</SignAssembly>
2018-06-06 08:30:49 +03:00
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2017-01-05 23:24:15 +03:00
</PropertyGroup>
2017-02-15 03:03:54 +03:00
</Project>