Files
LottoProject/WindowsFormsCore/WindowsFormsCore.csproj
2020-12-09 22:10:02 +01:00

10 lines
280 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<StartupObject>WindowsFormsCore.Program</StartupObject>
</PropertyGroup>
</Project>