summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-08 19:13:45 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-08 19:13:45 -0400
commit0c787de2df202eb35c40b24b907619ecf750f051 (patch)
tree104e2e73a83ebc6dee9a8aa1ee02b699602a4b7c /src/SMAPI
parentbc71665c1c696f5b99902bd3fc583f750a342fbe (diff)
downloadSMAPI-0c787de2df202eb35c40b24b907619ecf750f051.tar.gz
SMAPI-0c787de2df202eb35c40b24b907619ecf750f051.tar.bz2
SMAPI-0c787de2df202eb35c40b24b907619ecf750f051.zip
match settings used by the game
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/app.manifest3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI/app.manifest b/src/SMAPI/app.manifest
index 89aeca70..42faff59 100644
--- a/src/SMAPI/app.manifest
+++ b/src/SMAPI/app.manifest
@@ -1,6 +1,6 @@
<?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="Game1" />
+ <assemblyIdentity version="1.0.0.0" name="StardropEngine"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
@@ -35,6 +35,7 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness>
</windowsSettings>
</application>
</assembly>