PlanTempusApp/Application/Application.csproj

21 lines
398 B
XML
Raw Normal View History

2025-01-03 16:21:03 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Remove="App.ts" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
2025-01-03 16:21:03 +00:00
</ItemGroup>
<ItemGroup>
<Folder Include="Views\Components\" />
2025-01-03 16:21:03 +00:00
</ItemGroup>
</Project>