Files
Csharp-eindproject/Client/Client.csproj
Sem van der Hoeven 7879aa301d wpf sucks
2020-10-12 16:32:23 +02:00

13 lines
321 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AsyncAwaitBestPractices" Version="4.3.0" />
</ItemGroup>
</Project>