@@ -504,6 +504,16 @@ Copyright (c) .NET Foundation. All rights reserved.
504
504
Value =" $(_AggressiveAttributeTrimming)"
505
505
Trim =" true" />
506
506
507
+ <RuntimeHostConfigurationOption Include =" System.ComponentModel.DefaultValueAttribute.IsSupported"
508
+ Condition =" '$(_DefaultValueAttributeSupport)' != ''"
509
+ Value =" $(_DefaultValueAttributeSupport)"
510
+ Trim =" true" />
511
+
512
+ <RuntimeHostConfigurationOption Include =" System.ComponentModel.Design.IDesignerHost.IsSupported"
513
+ Condition =" '$(_DesignerHostSupport)' != ''"
514
+ Value =" $(_DesignerHostSupport)"
515
+ Trim =" true" />
516
+
507
517
<RuntimeHostConfigurationOption Include =" System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization"
508
518
Condition =" '$(EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization)' != ''"
509
519
Value =" $(EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization)"
@@ -534,6 +544,11 @@ Copyright (c) .NET Foundation. All rights reserved.
534
544
Value =" $(EventSourceSupport)"
535
545
Trim =" true" />
536
546
547
+ <RuntimeHostConfigurationOption Include =" System.Drawing.Design.UITypeEditor.IsSupported"
548
+ Condition =" '$(_WinFormsUITypeEditorSupport)' != ''"
549
+ Value =" $(_WinFormsUITypeEditorSupport)"
550
+ Trim =" true" />
551
+
537
552
<RuntimeHostConfigurationOption Include =" System.GC.Concurrent"
538
553
Condition =" '$(ConcurrentGarbageCollection)' != ''"
539
554
Value =" $(ConcurrentGarbageCollection)" />
@@ -683,6 +698,41 @@ Copyright (c) .NET Foundation. All rights reserved.
683
698
Value =" $(UseWindowsThreadPool)"
684
699
Trim =" true" />
685
700
701
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.ActiveXImpl.IsSupported"
702
+ Condition =" '$(_ActiveXImplSupport)' != ''"
703
+ Value =" $(_ActiveXImplSupport)"
704
+ Trim =" true" />
705
+
706
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.Binding.IsSupported"
707
+ Condition =" '$(_WinFormsBindingSupport)' != ''"
708
+ Value =" $(_WinFormsBindingSupport)"
709
+ Trim =" true" />
710
+
711
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.Control.AreDesignTimeFeaturesSupported"
712
+ Condition =" '$(_WinFormsDesignTimeFeaturesSupport)' != ''"
713
+ Value =" $(_WinFormsDesignTimeFeaturesSupport)"
714
+ Trim =" true" />
715
+
716
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.Control.UseComponentModelRegisteredTypes"
717
+ Condition =" '$(_UseComponentModelRegisteredTypes)' != ''"
718
+ Value =" $(_UseComponentModelRegisteredTypes)"
719
+ Trim =" true" />
720
+
721
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.ImageIndexConverter.IsSupported"
722
+ Condition =" '$(_WinFormsImageIndexConverterSupport)' != ''"
723
+ Value =" $(_WinFormsImageIndexConverterSupport)"
724
+ Trim =" true" />
725
+
726
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.MdiWindowDialog.IsSupported"
727
+ Condition =" '$(_MdiWindowDialogSupport)' != ''"
728
+ Value =" $(_MdiWindowDialogSupport)"
729
+ Trim =" true" />
730
+
731
+ <RuntimeHostConfigurationOption Include =" System.Windows.Forms.Primitives.TypeConverterHelper.UseComponentModelRegisteredTypes"
732
+ Condition =" '$(_UseComponentModelRegisteredTypes)' != ''"
733
+ Value =" $(_UseComponentModelRegisteredTypes)"
734
+ Trim =" true" />
735
+
686
736
<RuntimeHostConfigurationOption Include =" System.Xml.XmlResolver.IsNetworkingEnabledByDefault"
687
737
Condition =" '$(XmlResolverIsNetworkingEnabledByDefault)' != ''"
688
738
Value =" $(XmlResolverIsNetworkingEnabledByDefault)"
0 commit comments