2017-11-21 03:05:56 +03:00
|
|
|
<Project>
|
2017-11-17 00:59:38 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-10-27 03:36:43 +03:00
|
|
|
<Import Project="version.props" />
|
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-21 03:05:56 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-01-19 02:17:00 +03:00
|
|
|
|
2018-04-30 18:37:15 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<DefineConstants Condition="'$(InnerLoop)' != ''">$(DefineConstants);INNER_LOOP</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-01-19 02:17:00 +03:00
|
|
|
<PropertyGroup>
|
|
|
|
<Product>Microsoft ASP.NET Core</Product>
|
|
|
|
<RepositoryUrl>https://github.com/aspnet/KestrelHttpServer</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2017-10-16 22:50:44 +03:00
|
|
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
2017-08-16 23:03:34 +03:00
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
2017-01-19 02:17:00 +03:00
|
|
|
<SignAssembly>true</SignAssembly>
|
2017-07-06 22:17:43 +03:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2017-08-16 23:03:34 +03:00
|
|
|
<LangVersion>latest</LangVersion>
|
2017-01-19 02:17:00 +03:00
|
|
|
</PropertyGroup>
|
2017-02-15 03:03:53 +03:00
|
|
|
</Project>
|