Initial commit

This commit is contained in:
2026-01-14 12:53:56 +01:00
Unverified
commit 5b49f42b94
4 changed files with 306 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
namespace TimetableDesigner.Backend.Events;
public class Class1
{
}

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>