Files
WIR-MACHEN-ALLE-ARM/Casino/Casino.csproj
T
2026-08-19 14:20:49 +02:00

16 lines
372 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="MySql.Data" Version="26.7.0" />
</ItemGroup>
</Project>