Organization and blessing data

This commit is contained in:
6d486f49
2026-06-22 15:58:01 -04:00
parent 1f689230b5
commit 9a87b7afb3
115 changed files with 1160 additions and 932 deletions
+15
View File
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.8" />
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
</Project>