Files
EveCalc/EveCalc.UI/EveCalc.UI.csproj
2021-01-30 15:33:24 +01:00

10 lines
218 B
XML

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