Skip to content

Commit a958aaa

Browse files
committed
MAUIのコンポーネントをRCLに移動
1 parent 7587b49 commit a958aaa

File tree

16 files changed

+9
-409
lines changed

16 files changed

+9
-409
lines changed

BlazorHybrid.Maui/BlazorHybrid.Maui.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@
6464
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
6565
</ItemGroup>
6666

67+
<ItemGroup>
68+
<ProjectReference Include="..\BlazorHybrid.RCL\BlazorHybrid.RCL.csproj" />
69+
</ItemGroup>
70+
6771
</Project>

BlazorHybrid.Maui/Components/Layout/MainLayout.razor

Lines changed: 0 additions & 17 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Layout/MainLayout.razor.css

Lines changed: 0 additions & 77 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Layout/NavMenu.razor

Lines changed: 0 additions & 27 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Layout/NavMenu.razor.css

Lines changed: 0 additions & 101 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Pages/Counter.razor

Lines changed: 0 additions & 16 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Pages/Home.razor

Lines changed: 0 additions & 5 deletions
This file was deleted.

BlazorHybrid.Maui/Components/Pages/Weather.razor

Lines changed: 0 additions & 61 deletions
This file was deleted.

BlazorHybrid.Maui/MainPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
xmlns:local="clr-namespace:BlazorHybrid.Maui"
5+
xmlns:rcl="clr-namespace:BlazorHybrid.RCL.Components;assembly=BlazorHybrid.RCL"
56
x:Class="BlazorHybrid.Maui.MainPage"
67
BackgroundColor="{DynamicResource PageBackgroundColor}">
78

89
<BlazorWebView x:Name="blazorWebView" HostPage="wwwroot/index.html">
910
<BlazorWebView.RootComponents>
10-
<RootComponent Selector="#app" ComponentType="{x:Type local:Routes}" />
11+
<RootComponent Selector="#app" ComponentType="{x:Type rcl:Routes}" />
1112
</BlazorWebView.RootComponents>
1213
</BlazorWebView>
1314

BlazorHybrid.Maui/Routes.razor

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)