portable-devtools / dotnet /sdk /9.0.313 /Sdks /Microsoft.NET.Sdk.WindowsDesktop /targets /Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.targets
| <!-- | |
| This props file comes from dotnet/winforms. It gets ingested by dotnet/wpf and processed by | |
| packaging/Microsoft.NET.Sdk.WindowsDesktop project. | |
| It is referenced via Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets. | |
| --> | |
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <!-- We disable features for trimmed apps here so that the feature | |
| switches can flow to the runtimeconfig.json. --> | |
| <PropertyGroup Condition="'$(PublishTrimmed)' == 'true'"> | |
| <_WinFormsBindingSupport Condition="'$(_WinFormsBindingSupport)' == ''">false</_WinFormsBindingSupport> | |
| <_WinFormsUITypeEditorSupport Condition="'$(_WinFormsUITypeEditorSupport)' == ''">false</_WinFormsUITypeEditorSupport> | |
| <_ActiveXImplSupport Condition="'$(_ActiveXImplSupport)' == ''">false</_ActiveXImplSupport> | |
| <_WinFormsDesignTimeFeaturesSupport Condition="'$(_WinFormsDesignTimeFeaturesSupport)' == ''">false</_WinFormsDesignTimeFeaturesSupport> | |
| <_MdiWindowDialogSupport Condition="'$(_MdiWindowDialogSupport)' == ''">false</_MdiWindowDialogSupport> | |
| <_WinFormsImageIndexConverterSupport Condition="'$(_WinFormsImageIndexConverterSupport)' == ''">false</_WinFormsImageIndexConverterSupport> | |
| <_UseComponentModelRegisteredTypes Condition="'$(_UseComponentModelRegisteredTypes)' == ''">true</_UseComponentModelRegisteredTypes> | |
| </PropertyGroup> | |
| </Project> | |