From 262e6c2c9fd084de11e5531a3c7fb28dc950867c Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Sun, 14 Feb 2021 15:04:09 +0530 Subject: [PATCH] Build Design project's parent when not under solution build The reason we build the Controls library first is that we have a dependency on the XML Doc file it generates. The Doc file is embedded within the Design library and it uses it's type-info to populate metadata automatically. --- build/Windows.Toolkit.VisualStudio.Design.targets | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/Windows.Toolkit.VisualStudio.Design.targets b/build/Windows.Toolkit.VisualStudio.Design.targets index 842a7ad3c30..2a1bd1136ab 100644 --- a/build/Windows.Toolkit.VisualStudio.Design.targets +++ b/build/Windows.Toolkit.VisualStudio.Design.targets @@ -5,6 +5,14 @@ $(ParentProjectOutputPath)Design\ + + + False + False + True + + +