2017-11-02 04:05:30 +03:00
|
|
|
<Project>
|
2017-11-15 22:03:08 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-11-02 04:05:30 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-30 02:54:14 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2016-12-29 04:05:14 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/MvcPrecompilation</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:51:43 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-30 00:17:25 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
2016-12-29 04:05:14 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
2018-06-06 08:34:06 +03:00
|
|
|
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
|
|
|
|
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
|
2016-12-29 04:05:14 +03:00
|
|
|
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
2017-07-06 22:22:04 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2016-12-29 04:05:14 +03:00
|
|
|
</PropertyGroup>
|
2017-02-15 03:03:54 +03:00
|
|
|
</Project>
|