[GUI] Add app.manifest for net472 build

- Added long paths support (win10 v1607+)
- Fixed blurring at high DPI with scaling
This commit is contained in:
VaDiM
2023-08-03 15:49:25 +03:00
parent 6701f467b7
commit 9784df0e16
2 changed files with 78 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<PropertyGroup Condition=" '$(TargetFramework)' == 'net472' ">
<IsPublishable>false</IsPublishable>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>