From ef5b56f31039a6864e4de2caa362413b9d0d91d9 Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Wed, 3 May 2023 12:20:43 +0200 Subject: [PATCH] Modification du nom de la solution : Minecraft 2 en MineGuide --- Sources/{Minecraft 2.sln => MineGuide.sln} | 0 Sources/Vues/Platforms/Android/MainActivity.cs | 2 +- Sources/Vues/Platforms/Android/MainApplication.cs | 2 +- Sources/Vues/Platforms/MacCatalyst/AppDelegate.cs | 2 +- Sources/Vues/Platforms/MacCatalyst/Program.cs | 2 +- Sources/Vues/Platforms/iOS/AppDelegate.cs | 2 +- Sources/Vues/Platforms/iOS/Program.cs | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) rename Sources/{Minecraft 2.sln => MineGuide.sln} (100%) diff --git a/Sources/Minecraft 2.sln b/Sources/MineGuide.sln similarity index 100% rename from Sources/Minecraft 2.sln rename to Sources/MineGuide.sln diff --git a/Sources/Vues/Platforms/Android/MainActivity.cs b/Sources/Vues/Platforms/Android/MainActivity.cs index d4c9690..a95c4e9 100644 --- a/Sources/Vues/Platforms/Android/MainActivity.cs +++ b/Sources/Vues/Platforms/Android/MainActivity.cs @@ -2,7 +2,7 @@ using Android.Content.PM; using Android.OS; -namespace Vues +namespace Vues.Platforms.Android { [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] public class MainActivity : MauiAppCompatActivity diff --git a/Sources/Vues/Platforms/Android/MainApplication.cs b/Sources/Vues/Platforms/Android/MainApplication.cs index c42f5ee..d2d4203 100644 --- a/Sources/Vues/Platforms/Android/MainApplication.cs +++ b/Sources/Vues/Platforms/Android/MainApplication.cs @@ -1,7 +1,7 @@ using Android.App; using Android.Runtime; -namespace Vues +namespace Vues.Platforms.Android { [Application] public class MainApplication : MauiApplication diff --git a/Sources/Vues/Platforms/MacCatalyst/AppDelegate.cs b/Sources/Vues/Platforms/MacCatalyst/AppDelegate.cs index cb5a134..55707b1 100644 --- a/Sources/Vues/Platforms/MacCatalyst/AppDelegate.cs +++ b/Sources/Vues/Platforms/MacCatalyst/AppDelegate.cs @@ -1,6 +1,6 @@ using Foundation; -namespace Vues +namespace Vues.Platforms.MacCatalyst { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Sources/Vues/Platforms/MacCatalyst/Program.cs b/Sources/Vues/Platforms/MacCatalyst/Program.cs index 1f6f3b1..421f311 100644 --- a/Sources/Vues/Platforms/MacCatalyst/Program.cs +++ b/Sources/Vues/Platforms/MacCatalyst/Program.cs @@ -1,7 +1,7 @@ using ObjCRuntime; using UIKit; -namespace Vues +namespace Vues.Platforms.MacCatalyst { public class Program { diff --git a/Sources/Vues/Platforms/iOS/AppDelegate.cs b/Sources/Vues/Platforms/iOS/AppDelegate.cs index cb5a134..011d39e 100644 --- a/Sources/Vues/Platforms/iOS/AppDelegate.cs +++ b/Sources/Vues/Platforms/iOS/AppDelegate.cs @@ -1,6 +1,6 @@ using Foundation; -namespace Vues +namespace Vues.Platforms.iOS { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Sources/Vues/Platforms/iOS/Program.cs b/Sources/Vues/Platforms/iOS/Program.cs index 1f6f3b1..1c50824 100644 --- a/Sources/Vues/Platforms/iOS/Program.cs +++ b/Sources/Vues/Platforms/iOS/Program.cs @@ -1,7 +1,7 @@ using ObjCRuntime; using UIKit; -namespace Vues +namespace Vues.Platforms.iOS { public class Program {