mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-16 09:45:38 -05:00
Added .NET 5.0 and restructured the repository. (#47)
This commit is contained in:
6
src/NotifyIconWpf.Sample.WindowsForms/app.config
Normal file
6
src/NotifyIconWpf.Sample.WindowsForms/app.config
Normal 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>
|
||||
Reference in New Issue
Block a user