From 1847cb6e95c25a96adf9ef1111806d08c0f7878f Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Thu, 16 Sep 2021 13:02:43 +1000 Subject: [PATCH] Add new Windows Forms specific props Resolves #6858 Add new properties introduced in https://github.com/dotnet/designs/blob/main/accepted/2021/winforms/streamline-application-bootstrap.md#msbuild-properties --- .../MSBuild/Microsoft.Build.CommonTypes.xsd | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd index 7b3bae00aad..b36c2470f1b 100644 --- a/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd +++ b/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd @@ -1171,6 +1171,25 @@ elementFormDefault="qualified"> + + + Customizes the application default font. The format equivalent to the output of FontConverter.ConvertToInvariantString(). + + + + + Customizes the application DPI awareness mode. + + + + + + + + + + + @@ -1182,6 +1201,16 @@ elementFormDefault="qualified"> Matches the expression "\d\.\d\.\d\.(\d|\*)" + + + Indicates whether to set UseCompatibleTextRendering property defined on certain controls (boolean). + + + + + Indicates whether to enable or disable visual styles (boolean). + + Name of folder for Application Designer