9 lines
235 B
XML
9 lines
235 B
XML
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|||
|
<UseWindowsForms>true</UseWindowsForms>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
</Project>
|