Initial commit - LayoutLib.RCL

This commit is contained in:
2026-08-05 21:16:09 +03:00
commit f04c26fbfc
189 changed files with 8327 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MudBlazor" Version="8.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../../Generic/Common/Common.RCL/Common.RCL.csproj" />
</ItemGroup>
</Project>