2025-02-20 00:23:13 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-03-12 00:13:53 +01:00
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2025-02-20 00:23:13 +01:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="App.ts" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Core\PlanTempus.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Database\PlanTempus.Database.csproj" />
|
2026-01-10 11:13:33 +01:00
|
|
|
|
<ProjectReference Include="..\PlanTempus.Components\PlanTempus.Components.csproj" />
|
2025-02-20 00:23:13 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Views\Components\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|