aspnetcore/src/Servers/IIS/Directory.Build.props

11 lines
351 B
XML

<Project>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
<PropertyGroup>
<!-- TODO: fix targets which expect project output to be in the project directory. -->
<BaseIntermediateOutputPath />
<BaseOutputPath />
</PropertyGroup>
</Project>