blob: 7b05c62d294763294dcd145aef8fee5c2da10e2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>
|