This commit is contained in:
Janus C. H. Knudsen 2026-01-10 20:39:17 +01:00
parent 54b057886c
commit 7fc1ae0650
204 changed files with 4345 additions and 134 deletions

View file

@ -5,10 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\PlanTempus.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Users\Delete\" />
<Folder Include="Users\Update\" />
@ -21,4 +17,8 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PlanTempus.Core\PlanTempus.Core.csproj" />
</ItemGroup>
</Project>