-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.config
21 lines (21 loc) · 1.1 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<Thread_UseAllCpuGroups enabled="true" />
<etwEnable enabled="false" />
<disableCommitThreadStack enabled="1" />
<GCCpuGroup enabled="true" />
<gcServer enabled="true" />
<gcConcurrent enabled="true" />
<UseRandomizedStringHashAlgorithm enabled="1" />
<gcAllowVeryLargeObjects enabled="true" />
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false;Switch.System.IO.BlockLongPaths=false;Switch.System.Threading.UseNetCoreTimer=true;Switch.System.ServiceModel.DisableUsingServicePointManagerSecurityProtocols=false;Switch.System.Net.DontEnableSchUseStrongCrypto=false;Switch.System.Net.DontEnableSystemDefaultTlsVersions=false;Switch.System.ServiceModel.DontEnableSystemDefaultTlsVersions=false" />
<ThrowUnobservedTaskExceptions enabled="true" />
</runtime>
</configuration>