We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a168b8 commit 2184ee4Copy full SHA for 2184ee4
Intersect.Editor/Intersect.Editor.csproj
@@ -10,6 +10,9 @@
10
<SelfContained>true</SelfContained>
11
<TargetFramework>net7.0-windows</TargetFramework>
12
<UseWindowsForms>true</UseWindowsForms>
13
+ <ImplicitUsings>enable</ImplicitUsings>
14
+ <ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode>
15
+ <ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
16
</PropertyGroup>
17
18
<PropertyGroup>
0 commit comments