Start on an Avalonia Ui.

This commit is contained in:
2026-01-15 07:31:18 +01:00
parent 88f8cf76ef
commit 79ba1e1b44
45 changed files with 2520 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<TargetFramework>net9.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\gamenight.ui\gamenight.ui.csproj" />
</ItemGroup>
</Project>