2017-09-12 20:58:27 +03:00
|
|
|
<Project>
|
2017-11-17 07:17:18 +03:00
|
|
|
<Import
|
|
|
|
Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))\AspNetCoreSettings.props"
|
|
|
|
Condition=" '$(CI)' != 'true' AND '$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), AspNetCoreSettings.props))' != '' " />
|
|
|
|
|
2017-11-02 03:24:27 +03:00
|
|
|
<Import Project="build\dependencies.props" />
|
2017-11-20 23:18:24 +03:00
|
|
|
<Import Project="build\sources.props" />
|
2017-11-02 03:24:27 +03:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
2017-09-12 20:58:27 +03:00
|
|
|
</Project>
|