Files
WIR-MACHEN-ALLE-ARM/Casino/Casino.csproj
T
2026-09-09 11:14:57 +02:00

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