Files
TimetableDesigner/TimetableDesigner.Core/TimetableDesigner.Core.csproj

14 lines
333 B
XML
Raw Permalink Normal View History

2023-03-12 12:32:26 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-05-28 17:43:48 +02:00
<TargetFramework>net7.0</TargetFramework>
2023-03-12 12:32:26 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2023-05-07 17:39:24 +02:00
<ItemGroup>
<ProjectReference Include="..\TimetableDesigner.Customs\TimetableDesigner.Customs.csproj" />
</ItemGroup>
2023-03-12 12:32:26 +01:00
</Project>