2017-11-20 23:15:42 +03:00
|
|
|
<Project>
|
2017-11-11 03:32:44 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-10-31 21:01:24 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-20 23:15:42 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-01-05 23:24:15 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-01-12 00:55:03 +03:00
|
|
|
<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>
|
2017-08-29 01:28:04 +03:00
|
|
|
<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>
|
2017-07-04 03:39:50 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2017-01-05 23:24:15 +03:00
|
|
|
</PropertyGroup>
|
2017-02-15 03:03:54 +03:00
|
|
|
</Project>
|