Add project files.

This commit is contained in:
2025-09-23 12:25:39 +02:00
parent 3bbdfec532
commit 0a2de567a5
70 changed files with 3979 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
<StaticWebAssetProjectMode>Default</StaticWebAssetProjectMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.*" />
<PackageReference Include="Extensions.MudBlazor.StaticInput" Version="3.*" />
<PackageReference Include="MudBlazor" Version="8.*" />
</ItemGroup>
</Project>