2017-11-01 05:37:33 +03:00
|
|
|
<Project>
|
2017-11-11 06:43:28 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-11-01 05:37:33 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-20 23:15:47 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-08-29 19:30:22 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/Diagnostics</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:48:49 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-29 19:30:22 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|