mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-02 10:55:18 -05:00
This fixes blurry fonts It does require TargetFramework to be net472 tho, I hope that's okay Enable high DPI support This fixes blurry fonts It does require TargetFramework to be net472 tho, I hope that's okay
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="pkNX.WinForms.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
|
</startup>
|
|
<userSettings>
|
|
<pkNX.WinForms.Properties.Settings>
|
|
<setting name="Language" serializeAs="String">
|
|
<value>2</value>
|
|
</setting>
|
|
<setting name="GamePath" serializeAs="String">
|
|
<value />
|
|
</setting>
|
|
</pkNX.WinForms.Properties.Settings>
|
|
</userSettings>
|
|
<System.Windows.Forms.ApplicationConfigurationSection>
|
|
<add key="DpiAwareness" value="PerMonitorV2" />
|
|
</System.Windows.Forms.ApplicationConfigurationSection>
|
|
</configuration>
|