From ecbdc858465ce64711d86a410da6ab38e62b050c Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Wed, 3 Feb 2016 16:47:52 -0800 Subject: [PATCH] OSGroup value does not get passed along to reference projects. This causes msbuild to build the same project twice because the target bin dir would differ. But the intermediate dir would remain the same. If they happen to build at the same ...this is will cause build errors due to write to same file. --- tests/src/dirs.proj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj index b896634..23adba5 100644 --- a/tests/src/dirs.proj +++ b/tests/src/dirs.proj @@ -20,8 +20,12 @@ - - + + OSGroup=$(OSGroup) + + + OSGroup=$(OSGroup) + -- 2.7.4