From ced37f3404ebb41230ebc29ee2880d9149554899 Mon Sep 17 00:00:00 2001 From: Dylan Bickerstaff Date: Sun, 10 Nov 2019 02:58:26 -0500 Subject: [PATCH] Enable High DPI --- SuperGrate/Properties/app.manifest | 6 +++--- SuperGrate/SuperGrate.csproj | 4 +++- SuperGrate/app.config | 9 +++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 SuperGrate/app.config diff --git a/SuperGrate/Properties/app.manifest b/SuperGrate/Properties/app.manifest index 7799e02..6c94425 100644 --- a/SuperGrate/Properties/app.manifest +++ b/SuperGrate/Properties/app.manifest @@ -31,16 +31,16 @@ - + - + - + diff --git a/SuperGrate/SuperGrate.csproj b/SuperGrate/SuperGrate.csproj index be43be4..2bdcf50 100644 --- a/SuperGrate/SuperGrate.csproj +++ b/SuperGrate/SuperGrate.csproj @@ -9,12 +9,13 @@ WinExe SuperGrate SuperGrate - v4.7.2 + v4.8 512 true true + AnyCPU @@ -163,6 +164,7 @@ + diff --git a/SuperGrate/app.config b/SuperGrate/app.config new file mode 100644 index 0000000..bdb1ba0 --- /dev/null +++ b/SuperGrate/app.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file