diff --git a/samples/MauiEmbedding/MauiEmbedding/App.xaml b/samples/MauiEmbedding/MauiEmbedding/App.xaml index 04f7e98ce..e0f648bd2 100644 --- a/samples/MauiEmbedding/MauiEmbedding/App.xaml +++ b/samples/MauiEmbedding/MauiEmbedding/App.xaml @@ -14,6 +14,6 @@ - + diff --git a/samples/MauiEmbedding/MauiEmbedding/App.xaml.cs b/samples/MauiEmbedding/MauiEmbedding/App.xaml.cs index c01b9d78f..944012f8d 100644 --- a/samples/MauiEmbedding/MauiEmbedding/App.xaml.cs +++ b/samples/MauiEmbedding/MauiEmbedding/App.xaml.cs @@ -74,8 +74,6 @@ public partial class App : Application MainWindow = builder.Window; Host = await builder.NavigateAsync(); - - //MainWindow.Content = new MainPage(); } private static void RegisterRoutes(IViewRegistry views, IRouteRegistry routes) diff --git a/samples/MauiEmbedding/MauiEmbedding/AppResources.xaml b/samples/MauiEmbedding/MauiEmbedding/AppResources.xaml deleted file mode 100644 index d063d9061..000000000 --- a/samples/MauiEmbedding/MauiEmbedding/AppResources.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/samples/MauiEmbedding/MauiEmbedding/MauiEmbedding.csproj b/samples/MauiEmbedding/MauiEmbedding/MauiEmbedding.csproj index 0a66d8f26..30a6a2d8b 100644 --- a/samples/MauiEmbedding/MauiEmbedding/MauiEmbedding.csproj +++ b/samples/MauiEmbedding/MauiEmbedding/MauiEmbedding.csproj @@ -1,4 +1,4 @@ - + @@ -31,10 +31,8 @@ --> Material; - Dsp; Toolkit; - Mvvm; - ThemeService; + Mvvm; diff --git a/samples/Playground/Playground/App.xaml b/samples/Playground/Playground/App.xaml index 253133d54..0bcad93b3 100644 --- a/samples/Playground/Playground/App.xaml +++ b/samples/Playground/Playground/App.xaml @@ -35,6 +35,6 @@ - + diff --git a/src/Uno.Extensions.RuntimeTests/Uno.Extensions.RuntimeTests/App.xaml b/src/Uno.Extensions.RuntimeTests/Uno.Extensions.RuntimeTests/App.xaml index fc4bb364a..8fddabaf5 100644 --- a/src/Uno.Extensions.RuntimeTests/Uno.Extensions.RuntimeTests/App.xaml +++ b/src/Uno.Extensions.RuntimeTests/Uno.Extensions.RuntimeTests/App.xaml @@ -11,6 +11,6 @@ - + diff --git a/testing/TestHarness/TestHarness/App.xaml b/testing/TestHarness/TestHarness/App.xaml index c4bc09656..e57007070 100644 --- a/testing/TestHarness/TestHarness/App.xaml +++ b/testing/TestHarness/TestHarness/App.xaml @@ -12,8 +12,6 @@ - @@ -23,7 +21,6 @@ - 800