mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-15 01:01:11 +08:00
11 lines
286 B
XML
11 lines
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v2.0.50727"/></startup>
|
|
<runtime>
|
|
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
|
|
<EnableWindowsFormsHighDpiAutoResizing enabled="true"/>
|
|
</runtime>
|
|
</configuration>
|