Skip to content

Commit

Permalink
Fixed resolution scaling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteJobi committed May 31, 2023
1 parent 4b76e7d commit 4a7ccbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Upscaler/Upscaler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>EncircledPIERound.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 12 additions & 0 deletions Upscaler/app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http:https://schemas.microsoft.com/SMI/2005/WindowsSettings">PerMonitor</dpiAware>
<longPathAware xmlns="http:https://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</assembly>

0 comments on commit 4a7ccbd

Please sign in to comment.