diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index 6f5c50b7343..e999b30afc7 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1552,6 +1552,18 @@ elementFormDefault="qualified"> + + + Enable implicit global usings for the C# project. Possible values are enable, true, and disable. + + + + + + + + + @@ -5761,4 +5773,39 @@ elementFormDefault="qualified"> + + + + A C# global using to add to the project. + + + + + + + + + The namespace or type identifier to add, e.g. Microsoft.AspNetCore + + + + + + + Optional alias for the namespace or type. + + + + + + + Determines whether the identifier should be registered as a static import. + + + + + + + +