Skip to content

Commit

Permalink
Enable WinForms high DPI scaling with .Net Framework 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KindDragon committed Oct 27, 2016
1 parent eb9e7c9 commit 208acbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GitExtensions/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins" />
Expand Down
3 changes: 3 additions & 0 deletions TranslationApp/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
</startup>
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins" />
Expand Down

0 comments on commit 208acbd

Please sign in to comment.