Files
PictureRepositApp/PictureReposit/PictureReposit.csproj
2021-04-20 23:55:50 +02:00

9 lines
220 B
XML

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