aspnetcore/src/Installers/Windows/Directory.Build.targets

8 lines
419 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Intentionally empty to isolate this when building in the context of another repository. -->
<Import Project="Wix.targets" Condition="'$(MSBuildProjectExtension)' == '.wixproj'" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" />
</Project>