Merge pull request #5706 from dotnet/naamunds/signing-msbuild15-fix

Remove import of dir.props from Signing.proj
This commit is contained in:
Piotr Puszkiewicz 2017-02-14 22:32:24 -08:00 committed by GitHub
commit 4cc0f9d8a5

View file

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project InitialTargets="SetSigningProperties" DefaultTargets="SignFiles" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
<PropertyGroup>
<RepoRoot>$(MSBuildThisFileDirectory)/..</RepoRoot>
</PropertyGroup>
<Import Project="$(RepoRoot)/build_tools/MicroBuild.Core.props" />
<!-- This will be overridden if we're building with MicroBuild. -->