/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Setup/DevDivInsertionFiles/Directory.Build.targets
5 строк
420 B
Sam Harwell
Fix incremental build failure for package projects
20 дек 2021, 21:41
20 дек 2021, 21:41
1bc95da
Код
Авторство
О чём код?
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project> <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" /> <Import Project="$(RepositoryEngineeringDir)targets\PackageProject.targets"/> </Project>