From 18df98fdb8ed23b05e3e4a5566860b7d6203de84 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Mon, 28 Aug 2017 21:07:57 -0500 Subject: Fix dir.props BuildVersionFile override The override needs to be before the Build.Common.props import, because BuildVersion.targets is in Build.Common.props and it's what's responsible for importing BuildVersionFile if it exists. --- dir.props | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dir.props') diff --git a/dir.props b/dir.props index 000efd63dd..2bb0a7d422 100644 --- a/dir.props +++ b/dir.props @@ -104,6 +104,11 @@ $(BinDir) + + + $(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props + + @@ -181,10 +186,6 @@ - - $(BaseIntermediateOutputPath)BuildVersion-$(OfficialBuildId).props - - -- cgit v1.2.3