From eef478cff8157c2d17ca7de36371c25ecdf17a7f Mon Sep 17 00:00:00 2001 From: MichalPavlik Date: Tue, 26 Mar 2024 13:23:24 +0100 Subject: [PATCH 1/3] Added more expressive documentation for "Folder" element in the schema --- 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 8912214102d..10430d54123 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1160,7 +1160,7 @@ elementFormDefault="qualified"> - Folder on disk + Used mostly by Visual Studio to identify empty folder. From e60bc7dd8e0d46f4e9e8615b28ddc700ea203075 Mon Sep 17 00:00:00 2001 From: MichalPavlik Date: Tue, 26 Mar 2024 13:25:17 +0100 Subject: [PATCH 2/3] Update --- 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 10430d54123..6083e440c04 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1160,7 +1160,7 @@ elementFormDefault="qualified"> - Used mostly by Visual Studio to identify empty folder. + Used mostly by Visual Studio to identify an empty folder. From 98b8c7cf52ec125e1cbdbeabdaeb0af010c086d3 Mon Sep 17 00:00:00 2001 From: MichalPavlik Date: Wed, 27 Mar 2024 16:45:32 +0100 Subject: [PATCH 3/3] Resolving comment --- 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 6083e440c04..186e3c18a53 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1160,7 +1160,7 @@ elementFormDefault="qualified"> - Used mostly by Visual Studio to identify an empty folder. + Used by Visual Studio to identify an empty folder.