diff --git a/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest b/proj/SkyXEngine/vs2013/SkyXEngine.exe.manifest index 0306a3d392b6837109b500cd81e1e8c59c3d0dbd..07210b7a2c0baf59448a5a7c3f3c27aa141a3c39 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 0306a3d392b6837109b500cd81e1e8c59c3d0dbd..07210b7a2c0baf59448a5a7c3f3c27aa141a3c39 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>