Projektgrundgerüst erstellt: Datenbankklassen, SQL-Skripte für alle Tabellen und Verbindungstest hinzugefügt

This commit is contained in:
2026-01-29 22:36:30 +01:00
parent cbab7e118c
commit 4ea4bd9bbf
9 changed files with 130 additions and 7 deletions

View File

@@ -1,11 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.6.0" />
</ItemGroup>
</Project>