Files
FlyTeam/SkyTeam/SkyTeam.csproj
2026-01-29 23:18:13 +01:00

20 lines
513 B
XML

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