From 5080750f8f641a52b523ba9022b9adad99d01159 Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Sat, 10 Sep 2022 17:53:13 -0700 Subject: [PATCH] Enable per-monitor DPI awareness. --- Giants.Launcher/Giants.Launcher.csproj | 4 ++ Giants.Launcher/Properties/app.manifest | 70 +++++++++++++++++++++++++ Giants.Launcher/app.config | 9 +++- 3 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 Giants.Launcher/Properties/app.manifest diff --git a/Giants.Launcher/Giants.Launcher.csproj b/Giants.Launcher/Giants.Launcher.csproj index 47f031e..f5449eb 100644 --- a/Giants.Launcher/Giants.Launcher.csproj +++ b/Giants.Launcher/Giants.Launcher.csproj @@ -56,6 +56,9 @@ prompt MinimumRecommendedRules.ruleset + + Properties\app.manifest + @@ -136,6 +139,7 @@ PreserveNewest + diff --git a/Giants.Launcher/Properties/app.manifest b/Giants.Launcher/Properties/app.manifest new file mode 100644 index 0000000..47f7dbe --- /dev/null +++ b/Giants.Launcher/Properties/app.manifest @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + diff --git a/Giants.Launcher/app.config b/Giants.Launcher/app.config index 5c22b42..9f3f04f 100644 --- a/Giants.Launcher/app.config +++ b/Giants.Launcher/app.config @@ -1,3 +1,10 @@ - + + + + + + + +