This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/build/MSBuildExtensions.props
Piotr Puszkiewicz 5d193e8b39 Merge conflicts
2017-02-27 17:13:13 -08:00

9 lines
239 B
XML

<Project>
<PropertyGroup>
<MSBuildImportsDir>$(RepoRoot)/resources/MSBuildImports</MSBuildImportsDir>
</PropertyGroup>
<ItemGroup>
<MSBuildExtensionsContent Include="$(MSBuildImportsDir)/**/*" />
</ItemGroup>
</Project>