Bewertungen werden nun gelesen

This commit is contained in:
2023-06-06 15:21:07 +02:00
parent 7517d43fac
commit c41b48ff78
31 changed files with 72141 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Schnittstelle\Schnittstelle.csproj" />
</ItemGroup>
</Project>