Move Web project to Web-Original

This commit is contained in:
2025-08-15 11:14:17 -04:00
parent d4c46ae0fe
commit 5220e61c79
91 changed files with 1 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="bootstrap" Version="5.3.2" />
<PackageReference Include="RandomNameGenerator" Version="1.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Views\Home\Teams.cshtml" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Views\Home\TeamGrid.cshtml" />
<_ContentIncludedByDefault Remove="Views\Home\Teams.cshtml" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="Views\Home\TeamGrid.cshtml" />
</ItemGroup>
</Project>