Base mobile is working

This commit is contained in:
Michał Zieliński
2025-06-23 15:53:46 +02:00
parent c1d0c0bd94
commit 8cb3b50fe7
17 changed files with 69 additions and 428 deletions

View File

@@ -54,6 +54,10 @@
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)"/>
<!-- Dodaj pliki wwwroot jako MAUI assets -->
<MauiAsset Include="wwwroot\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
@@ -61,10 +65,11 @@
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)"/>
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1"/>
<PackageReference Include="MudBlazor" Version="8.8.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bimix.UI.Shared\Bimix.UI.Shared.csproj" />
<ProjectReference Include="..\Bimix.UI.Shared\Bimix.UI.Shared.csproj"/>
</ItemGroup>
</Project>