Changes in core, HTML export added

This commit is contained in:
2023-05-30 20:44:39 +02:00
Unverified
parent 93cc11bd01
commit d9b0e69f7c
10 changed files with 574 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TimetableDesigner.Core\TimetableDesigner.Core.csproj" />
</ItemGroup>
</Project>