From 54340b3d223f9b54d25ee7b90b8e65befd03dd64 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Wed, 5 Jul 2023 09:38:59 +1000 Subject: [PATCH 1/2] Add BaseOutputPath to XSD VS completion doesn't offer `BaseOutputPath` in MSBuild files. This change adds the property to the XSD to enable that. --- src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index 73d3a516d44..5e00cdde94a 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1933,6 +1933,11 @@ elementFormDefault="qualified"> + + + Base path of output folder, to which configurations may be appended, with trailing slash + + Path to output folder, with trailing slash From b2742b87c5de056cfef0ef1510c6e86d16e02ef3 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Tue, 11 Jul 2023 07:34:27 +1000 Subject: [PATCH 2/2] Update src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd Co-authored-by: Rainer Sigwald --- src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index 5e00cdde94a..16a70ef7da0 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1935,7 +1935,7 @@ elementFormDefault="qualified"> - Base path of output folder, to which configurations may be appended, with trailing slash + Base path of output folder, where all configuration-specific output folders will be created. Default value is bin\.