Files
winformGraphs/TestWinFormsDataVis/TestWinFormsDataVis.csproj
2021-03-25 22:24:49 +01:00

10 lines
223 B
XML

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