/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/ProjectTemplates/Directory.Build.props
16 строк
774 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> <!-- The .csproj files in this folder do not actually produce .dll's. They are only present to produce .nupkgs and enable Visual Studio support --> <IsProjectReferenceProvider>false</IsProjectReferenceProvider> </PropertyGroup> <Import Project="TemplateProjects.props" Condition=" !$(IsTestProject) AND '$(IsTestAssetProject)' != 'true'" /> <ItemGroup Condition=" $(IsTestProject) "> <Content Include="$(MSBuildThisFileDirectory)xunit.runner.json" Link="xunit.runner.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> </Project>