diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo index 0c40bd2..41000a0 100644 Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ diff --git a/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx deleted file mode 100644 index 874f443..0000000 Binary files a/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx and /dev/null differ diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml index 0d8f0d5..5d04807 100644 --- a/GameAtlas/GameAtlas/AppShell.xaml +++ b/GameAtlas/GameAtlas/AppShell.xaml @@ -3,12 +3,12 @@ x:Class="GameAtlas.AppShell" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" - xmlns:local="clr-namespace:GameAtlas" + xmlns:local="clr-namespace:GameAtlas.Views" Shell.FlyoutBehavior="Disabled"> + Title="Accueil" + ContentTemplate="{DataTemplate local:PageAccueil}" + Route="Views/PageAccueil" /> diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj index 52929e2..751ee81 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj +++ b/GameAtlas/GameAtlas/GameAtlas.csproj @@ -48,4 +48,16 @@ + + + PageAccueil.xaml + + + + + + MSBuild:Compile + + + diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user index 0f14913..b4f125b 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj.user +++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user @@ -1,4 +1,13 @@  - + + False + net6.0-windows10.0.19041.0 + Windows Machine + + + + Designer + + \ No newline at end of file diff --git a/GameAtlas/GameAtlas/MainPage.xaml b/GameAtlas/GameAtlas/MainPage.xaml deleted file mode 100644 index b505156..0000000 --- a/GameAtlas/GameAtlas/MainPage.xaml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - -