Files
Proftaak-RH-B4/DokterApp/DokterApp.csproj
Sem van der Hoeven 3494f678e3 added doctor project
2020-09-30 10:15:30 +02:00

9 lines
216 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>