sdk/template/Azure.Template/Directory.Build.props (3 lines of code) (raw):

<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Add any shared properties you want for the projects under this package directory that need to be set before the auto imported Directory.Build.props --> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., Directory.Build.props))\Directory.Build.props" /> </Project>