Add project files.

This commit is contained in:
seerge
2023-02-16 19:26:53 +01:00
parent 66576eaa1b
commit fae1893b5d
11 changed files with 937 additions and 0 deletions

6
App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
</configuration>