mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-15 06:03:50 +08:00
11 lines
313 B
XML
11 lines
313 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
|
|
<runtime>
|
|
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
|
|
<EnableWindowsFormsHighDpiAutoResizing enabled="true"/>
|
|
</runtime>
|
|
</configuration>
|