diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-08 19:15:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 19:15:33 -0400 |
commit | 4850e80e564abf14b29af4ed7dcdc049d781f7fc (patch) | |
tree | e5c78a1c07fa928dcea5ea6872330ac6d9bf535c /src/SMAPI/SMAPI.csproj | |
parent | 795e8080635794eccd010b81110665b76535622e (diff) | |
parent | 0c787de2df202eb35c40b24b907619ecf750f051 (diff) | |
download | SMAPI-4850e80e564abf14b29af4ed7dcdc049d781f7fc.tar.gz SMAPI-4850e80e564abf14b29af4ed7dcdc049d781f7fc.tar.bz2 SMAPI-4850e80e564abf14b29af4ed7dcdc049d781f7fc.zip |
Merge pull request #855 from spacechase0/appmanifest
Add app.manifest, fixing DPI awareness
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index c05512e9..1c745702 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -16,6 +16,7 @@ <!-- tiered compilation breaks Harmony --> <TieredCompilation>false</TieredCompilation> + <ApplicationManifest>app.manifest</ApplicationManifest> </PropertyGroup> <Import Project="..\..\build\common.targets" /> |