/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/Kestrel/Directory.Build.props
24 строки
960 B
Doug Bunting
!nits! Build cleanup (#38979)
14 дек 2021, 02:34
Не верифицирован
14 дек 2021, 02:34
f072ff8
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> <PropertyGroup> <DefineConstants Condition="'$(InnerLoop)' != ''">$(DefineConstants);INNER_LOOP</DefineConstants> </PropertyGroup> <PropertyGroup> <KestrelRoot>$(MSBuildThisFileDirectory)</KestrelRoot> <KestrelSharedSourceRoot>$(MSBuildThisFileDirectory)shared\</KestrelSharedSourceRoot> </PropertyGroup> <PropertyGroup Condition=" $(IsTestProject) "> <!-- Workaround for "Use executable flags in Microsoft.NET.Test.Sdk" (https://github.com/Microsoft/vstest/issues/792). Remove when fixed. --> <HasRuntimeOutput>true</HasRuntimeOutput> </PropertyGroup> <ItemGroup Condition=" $(IsTestProject) "> <None Include="$(MSBuildThisFileDirectory)xunit.runner.json" Link="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> </ItemGroup> </Project>