|
11 | 11 | <PropertyGroup> |
12 | 12 | <VerifyDependencyInjectionOpenGenericServiceTrimmability>true</VerifyDependencyInjectionOpenGenericServiceTrimmability> |
13 | 13 | <_AggressiveAttributeTrimming>true</_AggressiveAttributeTrimming> |
| 14 | + <_DefaultValueAttributeSupport>true</_DefaultValueAttributeSupport> |
| 15 | + <_DesignerHostSupport>true</_DesignerHostSupport> |
14 | 16 | <EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization>false</EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization> |
15 | 17 | <_ComObjectDescriptorSupport>false</_ComObjectDescriptorSupport> |
16 | 18 | <DebuggerSupport>true</DebuggerSupport> |
17 | | - <EventSourceSupport>false</EventSourceSupport> |
18 | 19 | <MetricsSupport>false</MetricsSupport> |
| 20 | + <StackTraceSupport>false</StackTraceSupport> |
| 21 | + <EventSourceSupport>false</EventSourceSupport> |
| 22 | + <_WinFormsUITypeEditorSupport>true</_WinFormsUITypeEditorSupport> |
19 | 23 | <InvariantGlobalization>true</InvariantGlobalization> |
20 | 24 | <PredefinedCulturesOnly>true</PredefinedCulturesOnly> |
21 | 25 | <ConcurrentGarbageCollection>false</ConcurrentGarbageCollection> |
22 | 26 | <ServerGarbageCollection>true</ServerGarbageCollection> |
23 | 27 | <RetainVMGarbageCollection>false</RetainVMGarbageCollection> |
24 | 28 | <HttpActivityPropagationSupport>false</HttpActivityPropagationSupport> |
25 | 29 | <UseNativeHttpHandler>true</UseNativeHttpHandler> |
| 30 | + <_UseManagedNtlm>true</_UseManagedNtlm> |
26 | 31 | <MetadataUpdaterSupport>false</MetadataUpdaterSupport> |
27 | 32 | <NullabilityInfoContextSupport>false</NullabilityInfoContextSupport> |
28 | 33 | <CustomResourceTypesSupport>false</CustomResourceTypesSupport> |
29 | 34 | <UseSystemResourceKeys>true</UseSystemResourceKeys> |
30 | 35 | <DynamicCodeSupport>true</DynamicCodeSupport> |
31 | | - <XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault> |
32 | | - <JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault> |
33 | 36 | <BuiltInComInteropSupport>false</BuiltInComInteropSupport> |
34 | 37 | <_EnableConsumingManagedCodeFromNativeHosting>false</_EnableConsumingManagedCodeFromNativeHosting> |
35 | 38 | <EnableCppCLIHostActivation>false</EnableCppCLIHostActivation> |
|
39 | 42 | <TieredCompilationQuickJitForLoops>true</TieredCompilationQuickJitForLoops> |
40 | 43 | <TieredPGO>true</TieredPGO> |
41 | 44 | <StartupHookSupport>false</StartupHookSupport> |
42 | | - <StackTraceSupport>false</StackTraceSupport> |
43 | 45 | <EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding> |
| 46 | + <JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault> |
44 | 47 | <AutoreleasePoolSupport>false</AutoreleasePoolSupport> |
45 | 48 | <ThreadPoolMinThreads>2</ThreadPoolMinThreads> |
46 | 49 | <ThreadPoolMaxThreads>9</ThreadPoolMaxThreads> |
47 | 50 | <UseWindowsThreadPool>true</UseWindowsThreadPool> |
48 | | - <_UseManagedNtlm>true</_UseManagedNtlm> |
| 51 | + <_ActiveXImplSupport>true</_ActiveXImplSupport> |
| 52 | + <_WinFormsBindingSupport>true</_WinFormsBindingSupport> |
| 53 | + <_WinFormsDesignTimeFeaturesSupport>true</_WinFormsDesignTimeFeaturesSupport> |
| 54 | + <_UseComponentModelRegisteredTypes>false</_UseComponentModelRegisteredTypes> |
| 55 | + <_WinFormsImageIndexConverterSupport>true</_WinFormsImageIndexConverterSupport> |
| 56 | + <_MdiWindowDialogSupport>true</_MdiWindowDialogSupport> |
| 57 | + <XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault> |
49 | 58 | </PropertyGroup> |
50 | 59 |
|
51 | 60 | <ItemGroup> |
|
0 commit comments