Files
FlyTeam/SkyTeam/SkyTeam.csproj
2026-01-29 12:57:39 +01:00

16 lines
384 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro.IconPacks" Version="6.2.1" />
</ItemGroup>
</Project>