Files
DroneTest/DroneTest.UI/DroneTest.UI.csproj
2021-01-31 13:43:28 +01:00

10 lines
217 B
XML

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