From 4ddc2eb22983f9336535dd41f9651086665e2fcc Mon Sep 17 00:00:00 2001
From: D-AIRY <admin@ds-servers.com>
Date: Sun, 28 Jun 2020 11:53:50 +0300
Subject: [PATCH] Enabled DPI awareness. Fixed

---
 proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest | 2 +-
 proj/terrax/vs2013/terrax.exe.manifest         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest b/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest
index 0306a3d39..07210b7a2 100644
--- a/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest
+++ b/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest
@@ -15,7 +15,7 @@
   <application xmlns="urn:schemas-microsoft-com:asm.v3">
     <windowsSettings>
         <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
-        <dpiAware>true/pm</dpiAware>
+        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
     </windowsSettings>
   </application>
 </assembly>
diff --git a/proj/terrax/vs2013/terrax.exe.manifest b/proj/terrax/vs2013/terrax.exe.manifest
index 0306a3d39..07210b7a2 100644
--- a/proj/terrax/vs2013/terrax.exe.manifest
+++ b/proj/terrax/vs2013/terrax.exe.manifest
@@ -15,7 +15,7 @@
   <application xmlns="urn:schemas-microsoft-com:asm.v3">
     <windowsSettings>
         <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
-        <dpiAware>true/pm</dpiAware>
+        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
     </windowsSettings>
   </application>
 </assembly>
-- 
GitLab