diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo index 2c20795..d6b033a 100644 Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml index c5d79f2..074ded4 100644 --- a/GameAtlas/GameAtlas/AppShell.xaml +++ b/GameAtlas/GameAtlas/AppShell.xaml @@ -29,6 +29,13 @@ Route="Views/PageAcceuil" /> + + + + diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj index f532f96..57ba96c 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj +++ b/GameAtlas/GameAtlas/GameAtlas.csproj @@ -64,10 +64,19 @@ + + + + + + + + + @@ -106,6 +115,9 @@ MSBuild:Compile + + MSBuild:Compile + diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user index f501563..6d4377d 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj.user +++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user @@ -5,7 +5,7 @@ net7.0-windows10.0.19041.0 Windows Machine Emulator - pixel_5_-_api_33 + pixel_5_-_api_33_1 iossimulator-x64 @@ -33,5 +33,8 @@ Designer + + Designer + \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Resources/Images/account.svg b/GameAtlas/GameAtlas/Resources/Images/account.svg new file mode 100644 index 0000000..70b6342 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/account.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/arrowback.svg b/GameAtlas/GameAtlas/Resources/Images/arrowback.svg new file mode 100644 index 0000000..a94095f --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/arrowback.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/console.svg b/GameAtlas/GameAtlas/Resources/Images/console.svg new file mode 100644 index 0000000..aeb0b58 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/console.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/home.svg b/GameAtlas/GameAtlas/Resources/Images/home.svg new file mode 100644 index 0000000..ac79803 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/home.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/plus.svg b/GameAtlas/GameAtlas/Resources/Images/plus.svg new file mode 100644 index 0000000..a7ac817 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/shieldperson.svg b/GameAtlas/GameAtlas/Resources/Images/shieldperson.svg new file mode 100644 index 0000000..3a5093a --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/shieldperson.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/starrating.svg b/GameAtlas/GameAtlas/Resources/Images/starrating.svg new file mode 100644 index 0000000..29afed5 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/starrating.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/store.svg b/GameAtlas/GameAtlas/Resources/Images/store.svg new file mode 100644 index 0000000..2840cae --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/store.svg @@ -0,0 +1,3 @@ + + + diff --git a/GameAtlas/GameAtlas/Resources/Images/trophy.svg b/GameAtlas/GameAtlas/Resources/Images/trophy.svg new file mode 100644 index 0000000..fe66b02 --- /dev/null +++ b/GameAtlas/GameAtlas/Resources/Images/trophy.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml b/GameAtlas/GameAtlas/Views/PageProfil.xaml new file mode 100644 index 0000000..a2e92af --- /dev/null +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs new file mode 100644 index 0000000..e4febd1 --- /dev/null +++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs @@ -0,0 +1,9 @@ +namespace GameAtlas.Views; + +public partial class PageProfil : ContentPage +{ + public PageProfil() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json index 43bc4c2..01fdadb 100644 --- a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json +++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json @@ -91,7 +91,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Xamarin.Android.Glide": { @@ -178,7 +178,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-ios16.1": { "targetAlias": "net7.0-ios", @@ -213,7 +213,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true } }, @@ -245,7 +245,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-maccatalyst16.1": { "targetAlias": "net7.0-maccatalyst", @@ -280,7 +280,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true } }, @@ -313,7 +313,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-windows10.0.19041": { "targetAlias": "net7.0-windows10.0.19041.0", @@ -348,12 +348,12 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Microsoft.Windows.SDK.BuildTools": { @@ -382,11 +382,11 @@ "downloadDependencies": [ { "name": "Microsoft.AspNetCore.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" }, { "name": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" }, { "name": "Microsoft.Windows.SDK.NET.Ref", @@ -394,7 +394,7 @@ }, { "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" } ], "frameworkReferences": { @@ -414,7 +414,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" } }, "runtimes": { diff --git a/GameAtlas/GameAtlas/obj/project.assets.json b/GameAtlas/GameAtlas/obj/project.assets.json index e275fa2..0b97a57 100644 --- a/GameAtlas/GameAtlas/obj/project.assets.json +++ b/GameAtlas/GameAtlas/obj/project.assets.json @@ -213,7 +213,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -2167,7 +2167,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -4121,7 +4121,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -6075,7 +6075,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -8029,7 +8029,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -9983,7 +9983,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -11937,7 +11937,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -13891,7 +13891,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": { @@ -15832,7 +15832,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -16045,7 +16045,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -16258,7 +16258,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -16471,7 +16471,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -16684,7 +16684,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -16897,7 +16897,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -17110,7 +17110,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -17323,7 +17323,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": { @@ -17536,7 +17536,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -17749,7 +17749,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -17962,7 +17962,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -18175,7 +18175,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -18388,7 +18388,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -18601,7 +18601,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -18814,7 +18814,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -19027,7 +19027,7 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": { @@ -19269,7 +19269,7 @@ } } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -19282,11 +19282,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -19606,7 +19606,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -19619,11 +19619,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -19929,7 +19929,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -19942,11 +19942,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -20252,7 +20252,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -20265,11 +20265,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -20575,7 +20575,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -20588,11 +20588,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -20898,7 +20898,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -20911,11 +20911,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -21221,7 +21221,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -21234,11 +21234,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -21547,7 +21547,7 @@ "build/net5.0-windows10.0.17763.0/_._": {} } }, - "Microsoft.Maui.Graphics/7.0.59": { + "Microsoft.Maui.Graphics/7.0.81": { "type": "package", "compile": { "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { @@ -21560,11 +21560,11 @@ } } }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { "type": "package", "dependencies": { "Microsoft.Graphics.Win2D": "1.0.4", - "Microsoft.Maui.Graphics": "7.0.59", + "Microsoft.Maui.Graphics": "7.0.81", "Microsoft.WindowsAppSDK": "1.2.221209.1" }, "compile": { @@ -22058,10 +22058,10 @@ "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll" ] }, - "Microsoft.Maui.Graphics/7.0.59": { - "sha512": "a5eOfzqeHeERBmQ6g3uU+p4GEwHtBXxQ1s58XIiHCMf/WGCn5HX9z17VLUz6qr2ELVf/BbZ9bFUzVef+kbxkvQ==", + "Microsoft.Maui.Graphics/7.0.81": { + "sha512": "VMKEIczKYpSN2eGvSv7p40vKhnIXGRXoWLohl2y6azGBMsQbW2GKMjbH4Qv/4zNhBepeGeXTWhtQGAShqSUqZQ==", "type": "package", - "path": "microsoft.maui.graphics/7.0.59", + "path": "microsoft.maui.graphics/7.0.81", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -22097,14 +22097,14 @@ "lib/netstandard2.1/Microsoft.Maui.Graphics.dll", "lib/netstandard2.1/Microsoft.Maui.Graphics.pdb", "lib/netstandard2.1/Microsoft.Maui.Graphics.xml", - "microsoft.maui.graphics.7.0.59.nupkg.sha512", + "microsoft.maui.graphics.7.0.81.nupkg.sha512", "microsoft.maui.graphics.nuspec" ] }, - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": { - "sha512": "ExNm2DreudUpAESDCpmFqruINxrjgpNOl+80GjCp/yoFv6QX3exYBmrFZ2zWSb7RrvWJnBPN9SaOHbkpT2+x2A==", + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.81": { + "sha512": "29ihRZnbKwfo74E14ZU5futuYjyoQk/YeAjA1kfN6eMy/AlXqsBgTCe+iSkW/Tvr144c/Ne367pr0+ATY8Uzjg==", "type": "package", - "path": "microsoft.maui.graphics.win2d.winui.desktop/7.0.59", + "path": "microsoft.maui.graphics.win2d.winui.desktop/7.0.81", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -22114,7 +22114,7 @@ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb", "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll", "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb", - "microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512", + "microsoft.maui.graphics.win2d.winui.desktop.7.0.81.nupkg.sha512", "microsoft.maui.graphics.win2d.winui.desktop.nuspec" ] }, @@ -24955,7 +24955,7 @@ "Microsoft.Extensions.Logging >= 7.0.0", "Microsoft.Extensions.Logging.Abstractions >= 7.0.0", "Microsoft.Extensions.Logging.Debug >= 7.0.0", - "Microsoft.Maui.Graphics >= 7.0.59", + "Microsoft.Maui.Graphics >= 7.0.81", "Xamarin.Android.Glide >= 4.13.2.2", "Xamarin.AndroidX.Browser >= 1.4.0.3", "Xamarin.AndroidX.Legacy.Support.V4 >= 1.0.0.15", @@ -24975,7 +24975,7 @@ "Microsoft.Extensions.Logging >= 7.0.0", "Microsoft.Extensions.Logging.Abstractions >= 7.0.0", "Microsoft.Extensions.Logging.Debug >= 7.0.0", - "Microsoft.Maui.Graphics >= 7.0.59" + "Microsoft.Maui.Graphics >= 7.0.81" ], "net7.0-maccatalyst16.1": [ "CommunityToolkit.Maui >= 5.0.0", @@ -24984,7 +24984,7 @@ "Microsoft.Extensions.Logging >= 7.0.0", "Microsoft.Extensions.Logging.Abstractions >= 7.0.0", "Microsoft.Extensions.Logging.Debug >= 7.0.0", - "Microsoft.Maui.Graphics >= 7.0.59" + "Microsoft.Maui.Graphics >= 7.0.81" ], "net7.0-windows10.0.19041": [ "CommunityToolkit.Maui >= 5.0.0", @@ -24993,8 +24993,8 @@ "Microsoft.Extensions.Logging >= 7.0.0", "Microsoft.Extensions.Logging.Abstractions >= 7.0.0", "Microsoft.Extensions.Logging.Debug >= 7.0.0", - "Microsoft.Maui.Graphics >= 7.0.59", - "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop >= 7.0.59", + "Microsoft.Maui.Graphics >= 7.0.81", + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop >= 7.0.81", "Microsoft.Windows.SDK.BuildTools >= 10.0.22621.755", "Microsoft.WindowsAppSDK >= 1.2.221209.1" ] @@ -25090,7 +25090,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Xamarin.Android.Glide": { @@ -25177,7 +25177,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-ios16.1": { "targetAlias": "net7.0-ios", @@ -25212,7 +25212,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true } }, @@ -25244,7 +25244,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-maccatalyst16.1": { "targetAlias": "net7.0-maccatalyst", @@ -25279,7 +25279,7 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true } }, @@ -25312,7 +25312,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" }, "net7.0-windows10.0.19041": { "targetAlias": "net7.0-windows10.0.19041.0", @@ -25347,12 +25347,12 @@ }, "Microsoft.Maui.Graphics": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": { "target": "Package", - "version": "[7.0.59, )", + "version": "[7.0.81, )", "autoReferenced": true }, "Microsoft.Windows.SDK.BuildTools": { @@ -25381,11 +25381,11 @@ "downloadDependencies": [ { "name": "Microsoft.AspNetCore.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" }, { "name": "Microsoft.NETCore.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" }, { "name": "Microsoft.Windows.SDK.NET.Ref", @@ -25393,7 +25393,7 @@ }, { "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", - "version": "[7.0.4, 7.0.4]" + "version": "[7.0.5, 7.0.5]" } ], "frameworkReferences": { @@ -25413,7 +25413,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.203\\RuntimeIdentifierGraph.json" } }, "runtimes": { diff --git a/GameAtlas/GameAtlas/obj/project.nuget.cache b/GameAtlas/GameAtlas/obj/project.nuget.cache index cba4e66..af4cdab 100644 --- a/GameAtlas/GameAtlas/obj/project.nuget.cache +++ b/GameAtlas/GameAtlas/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "DakM85oOk98/1JymsumtRyp7fWQttz8skqxMk2Cxeb1Xp9Isr/ob/6fmAjdjgHdWOrLfpSPYy+iUXU3CsRxYZA==", + "dgSpecHash": "vMdiSc1+yYZdXqHO8vvS1Aw4ovTk9USRxvEIpx0dZVsodI8erEF3LkRbetynExN+6SXraNXLDCnd3LmsAqg4Pg==", "success": true, "projectFilePath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj", "expectedPackageFiles": [ @@ -17,8 +17,8 @@ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.options\\7.0.0\\microsoft.extensions.options.7.0.0.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\microsoft.graphics.win2d\\1.0.4\\microsoft.graphics.win2d.1.0.4.nupkg.sha512", - "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\7.0.59\\microsoft.maui.graphics.7.0.59.nupkg.sha512", - "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\7.0.59\\microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512", + "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\7.0.81\\microsoft.maui.graphics.7.0.81.nupkg.sha512", + "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\7.0.81\\microsoft.maui.graphics.win2d.winui.desktop.7.0.81.nupkg.sha512", "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages\\microsoft.windows.sdk.buildtools\\10.0.22621.755\\microsoft.windows.sdk.buildtools.10.0.22621.755.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsappsdk\\1.2.221209.1\\microsoft.windowsappsdk.1.2.221209.1.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide\\4.13.2.2\\xamarin.android.glide.4.13.2.2.nupkg.sha512", @@ -103,9 +103,9 @@ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.android\\1.6.4.1\\xamarin.kotlinx.coroutines.android.1.6.4.1.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.core.jvm\\1.6.4.1\\xamarin.kotlinx.coroutines.core.jvm.1.6.4.1.nupkg.sha512", "C:\\Users\\remib\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.28\\microsoft.windows.sdk.net.ref.10.0.19041.28.nupkg.sha512", - "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.4\\microsoft.aspnetcore.app.runtime.win-x64.7.0.4.nupkg.sha512", - "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.4\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.4.nupkg.sha512", - "C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.4\\microsoft.netcore.app.runtime.win-x64.7.0.4.nupkg.sha512" + "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.5\\microsoft.aspnetcore.app.runtime.win-x64.7.0.5.nupkg.sha512", + "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.5\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.5.nupkg.sha512", + "C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.5\\microsoft.netcore.app.runtime.win-x64.7.0.5.nupkg.sha512" ], "logs": [] } \ No newline at end of file