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 049e58d commit 0b77af1Copy full SHA for 0b77af1
src/Certify.UI.Desktop/Certify.UI.Desktop.csproj
@@ -3,13 +3,14 @@
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net9.0-windows</TargetFramework>
5
<UseWPF>true</UseWPF>
6
- <UseWindowsForms>true</UseWindowsForms>
+ <UseWindowsForms>False</UseWindowsForms>
7
<ApplicationIcon>icon.ico</ApplicationIcon>
8
<StartupObject>Certify.UI.App</StartupObject>
9
<Platforms>AnyCPU</Platforms>
10
<XamlDebuggingInformation>True</XamlDebuggingInformation>
11
<NoWarn>NU1701</NoWarn>
12
<LangVersion>latest</LangVersion>
13
+
14
</PropertyGroup>
15
<ItemGroup>
16
<ProjectReference Include="..\Certify.UI.Shared\Certify.UI.Shared.csproj" />
0 commit comments