From 50964cddeafd53deec2d8ec243f8481e0a3b3367 Mon Sep 17 00:00:00 2001 From: "nicolas.barbosa" Date: Wed, 10 Apr 2024 18:03:13 +0200 Subject: [PATCH] Renommer les 3 projets de la solution --- {Console => ConsoleApp}/Console.csproj | 0 {Console => ConsoleApp}/Program.cs | 0 .../BibliothequeClasses.csproj | 0 {BibliothequeClasses => CoreLibrary}/Jeton.cs | 0 .../JetonIndicateur.cs | 0 .../JetonJoueur.cs | 0 .../Plateau.cs | 0 .../couleurs.cs | 0 {mastermind => MauiApp}/App.xaml | 0 {mastermind => MauiApp}/App.xaml.cs | 0 {mastermind => MauiApp}/AppShell.xaml | 0 {mastermind => MauiApp}/AppShell.xaml.cs | 0 {mastermind => MauiApp}/MauiProgram.cs | 0 {mastermind => MauiApp}/Pages/Accueil.xaml | 0 {mastermind => MauiApp}/Pages/Accueil.xaml.cs | 0 .../Pages/ConnexionPage.xaml | 0 .../Pages/ConnexionPage.xaml.cs | 0 {mastermind => MauiApp}/Pages/Defaite.xaml | 0 {mastermind => MauiApp}/Pages/Defaite.xaml.cs | 0 {mastermind => MauiApp}/Pages/Egaliter.xaml | 0 .../Pages/Egaliter.xaml.cs | 0 {mastermind => MauiApp}/Pages/Regle.xaml | 0 {mastermind => MauiApp}/Pages/Regle.xaml.cs | 0 .../Pages/TableauScore.xaml | 0 {mastermind => MauiApp}/Pages/Victoire.xaml | 0 .../Pages/Victoire.xaml.cs | 0 .../Pages/tableauScore.xaml.cs | 0 .../Platforms/Android/AndroidManifest.xml | 0 .../Platforms/Android/MainActivity.cs | 0 .../Platforms/Android/MainApplication.cs | 0 .../Android/Resources/values/colors.xml | 0 .../Platforms/MacCatalyst/AppDelegate.cs | 0 .../Platforms/MacCatalyst/Entitlements.plist | 0 .../Platforms/MacCatalyst/Info.plist | 0 .../Platforms/MacCatalyst/Program.cs | 0 .../Platforms/Tizen/Main.cs | 0 .../Platforms/Tizen/tizen-manifest.xml | 0 .../Platforms/Windows/App.xaml | 0 .../Platforms/Windows/App.xaml.cs | 0 .../Platforms/Windows/Package.appxmanifest | 0 .../Platforms/Windows/app.manifest | 0 .../Platforms/iOS/AppDelegate.cs | 0 .../Platforms/iOS/Info.plist | 0 .../Platforms/iOS/Program.cs | 0 .../Properties/launchSettings.json | 0 .../Resources/AppIcon/appicon.svg | 0 .../Resources/AppIcon/appiconfg.svg | 0 .../Resources/Fonts/OpenSans-Regular.ttf | Bin .../Resources/Fonts/OpenSans-Semibold.ttf | Bin .../Resources/Images/connexion.png | Bin .../Resources/Images/defaite.png | Bin .../Resources/Images/egaliter.jpg | Bin .../Resources/Images/fleche_retour.png | Bin .../Resources/Images/livre.png | Bin .../Resources/Images/mastermind.png | Bin .../Resources/Images/pink_cloud.jpg | Bin .../Resources/Images/pointinterrogation.png | Bin .../Resources/Images/star.png | Bin .../Resources/Images/statistiques.png | Bin .../Resources/Images/trophy.jpg | Bin .../Resources/Images/wood.jpg | Bin .../Resources/Raw/AboutAssets.txt | 0 .../Resources/Splash/splash.svg | 0 .../Resources/Styles/Colors.xaml | 0 .../Resources/Styles/Styles.xaml | 0 .../Views/CTableauScore.xaml | 0 .../Views/CTableauScore.xaml.cs | 0 .../Views/UsernameEntryView.xaml | 0 .../Views/UsernameEntryView.xaml.cs | 0 {mastermind => MauiApp}/mastermind.csproj | 0 mastermind/mastermind.sln => mastermind.sln | 78 +++++++++--------- 71 files changed, 39 insertions(+), 39 deletions(-) rename {Console => ConsoleApp}/Console.csproj (100%) rename {Console => ConsoleApp}/Program.cs (100%) rename {BibliothequeClasses => CoreLibrary}/BibliothequeClasses.csproj (100%) rename {BibliothequeClasses => CoreLibrary}/Jeton.cs (100%) rename {BibliothequeClasses => CoreLibrary}/JetonIndicateur.cs (100%) rename {BibliothequeClasses => CoreLibrary}/JetonJoueur.cs (100%) rename {BibliothequeClasses => CoreLibrary}/Plateau.cs (100%) rename {BibliothequeClasses => CoreLibrary}/couleurs.cs (100%) rename {mastermind => MauiApp}/App.xaml (100%) rename {mastermind => MauiApp}/App.xaml.cs (100%) rename {mastermind => MauiApp}/AppShell.xaml (100%) rename {mastermind => MauiApp}/AppShell.xaml.cs (100%) rename {mastermind => MauiApp}/MauiProgram.cs (100%) rename {mastermind => MauiApp}/Pages/Accueil.xaml (100%) rename {mastermind => MauiApp}/Pages/Accueil.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/ConnexionPage.xaml (100%) rename {mastermind => MauiApp}/Pages/ConnexionPage.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/Defaite.xaml (100%) rename {mastermind => MauiApp}/Pages/Defaite.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/Egaliter.xaml (100%) rename {mastermind => MauiApp}/Pages/Egaliter.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/Regle.xaml (100%) rename {mastermind => MauiApp}/Pages/Regle.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/TableauScore.xaml (100%) rename {mastermind => MauiApp}/Pages/Victoire.xaml (100%) rename {mastermind => MauiApp}/Pages/Victoire.xaml.cs (100%) rename {mastermind => MauiApp}/Pages/tableauScore.xaml.cs (100%) rename {mastermind => MauiApp}/Platforms/Android/AndroidManifest.xml (100%) rename {mastermind => MauiApp}/Platforms/Android/MainActivity.cs (100%) rename {mastermind => MauiApp}/Platforms/Android/MainApplication.cs (100%) rename {mastermind => MauiApp}/Platforms/Android/Resources/values/colors.xml (100%) rename {mastermind => MauiApp}/Platforms/MacCatalyst/AppDelegate.cs (100%) rename {mastermind => MauiApp}/Platforms/MacCatalyst/Entitlements.plist (100%) rename {mastermind => MauiApp}/Platforms/MacCatalyst/Info.plist (100%) rename {mastermind => MauiApp}/Platforms/MacCatalyst/Program.cs (100%) rename {mastermind => MauiApp}/Platforms/Tizen/Main.cs (100%) rename {mastermind => MauiApp}/Platforms/Tizen/tizen-manifest.xml (100%) rename {mastermind => MauiApp}/Platforms/Windows/App.xaml (100%) rename {mastermind => MauiApp}/Platforms/Windows/App.xaml.cs (100%) rename {mastermind => MauiApp}/Platforms/Windows/Package.appxmanifest (100%) rename {mastermind => MauiApp}/Platforms/Windows/app.manifest (100%) rename {mastermind => MauiApp}/Platforms/iOS/AppDelegate.cs (100%) rename {mastermind => MauiApp}/Platforms/iOS/Info.plist (100%) rename {mastermind => MauiApp}/Platforms/iOS/Program.cs (100%) rename {mastermind => MauiApp}/Properties/launchSettings.json (100%) rename {mastermind => MauiApp}/Resources/AppIcon/appicon.svg (100%) rename {mastermind => MauiApp}/Resources/AppIcon/appiconfg.svg (100%) rename {mastermind => MauiApp}/Resources/Fonts/OpenSans-Regular.ttf (100%) rename {mastermind => MauiApp}/Resources/Fonts/OpenSans-Semibold.ttf (100%) rename {mastermind => MauiApp}/Resources/Images/connexion.png (100%) rename {mastermind => MauiApp}/Resources/Images/defaite.png (100%) rename {mastermind => MauiApp}/Resources/Images/egaliter.jpg (100%) rename {mastermind => MauiApp}/Resources/Images/fleche_retour.png (100%) rename {mastermind => MauiApp}/Resources/Images/livre.png (100%) rename {mastermind => MauiApp}/Resources/Images/mastermind.png (100%) rename {mastermind => MauiApp}/Resources/Images/pink_cloud.jpg (100%) rename {mastermind => MauiApp}/Resources/Images/pointinterrogation.png (100%) rename {mastermind => MauiApp}/Resources/Images/star.png (100%) rename {mastermind => MauiApp}/Resources/Images/statistiques.png (100%) rename {mastermind => MauiApp}/Resources/Images/trophy.jpg (100%) rename {mastermind => MauiApp}/Resources/Images/wood.jpg (100%) rename {mastermind => MauiApp}/Resources/Raw/AboutAssets.txt (100%) rename {mastermind => MauiApp}/Resources/Splash/splash.svg (100%) rename {mastermind => MauiApp}/Resources/Styles/Colors.xaml (100%) rename {mastermind => MauiApp}/Resources/Styles/Styles.xaml (100%) rename {mastermind => MauiApp}/Views/CTableauScore.xaml (100%) rename {mastermind => MauiApp}/Views/CTableauScore.xaml.cs (100%) rename {mastermind => MauiApp}/Views/UsernameEntryView.xaml (100%) rename {mastermind => MauiApp}/Views/UsernameEntryView.xaml.cs (100%) rename {mastermind => MauiApp}/mastermind.csproj (100%) rename mastermind/mastermind.sln => mastermind.sln (98%) diff --git a/Console/Console.csproj b/ConsoleApp/Console.csproj similarity index 100% rename from Console/Console.csproj rename to ConsoleApp/Console.csproj diff --git a/Console/Program.cs b/ConsoleApp/Program.cs similarity index 100% rename from Console/Program.cs rename to ConsoleApp/Program.cs diff --git a/BibliothequeClasses/BibliothequeClasses.csproj b/CoreLibrary/BibliothequeClasses.csproj similarity index 100% rename from BibliothequeClasses/BibliothequeClasses.csproj rename to CoreLibrary/BibliothequeClasses.csproj diff --git a/BibliothequeClasses/Jeton.cs b/CoreLibrary/Jeton.cs similarity index 100% rename from BibliothequeClasses/Jeton.cs rename to CoreLibrary/Jeton.cs diff --git a/BibliothequeClasses/JetonIndicateur.cs b/CoreLibrary/JetonIndicateur.cs similarity index 100% rename from BibliothequeClasses/JetonIndicateur.cs rename to CoreLibrary/JetonIndicateur.cs diff --git a/BibliothequeClasses/JetonJoueur.cs b/CoreLibrary/JetonJoueur.cs similarity index 100% rename from BibliothequeClasses/JetonJoueur.cs rename to CoreLibrary/JetonJoueur.cs diff --git a/BibliothequeClasses/Plateau.cs b/CoreLibrary/Plateau.cs similarity index 100% rename from BibliothequeClasses/Plateau.cs rename to CoreLibrary/Plateau.cs diff --git a/BibliothequeClasses/couleurs.cs b/CoreLibrary/couleurs.cs similarity index 100% rename from BibliothequeClasses/couleurs.cs rename to CoreLibrary/couleurs.cs diff --git a/mastermind/App.xaml b/MauiApp/App.xaml similarity index 100% rename from mastermind/App.xaml rename to MauiApp/App.xaml diff --git a/mastermind/App.xaml.cs b/MauiApp/App.xaml.cs similarity index 100% rename from mastermind/App.xaml.cs rename to MauiApp/App.xaml.cs diff --git a/mastermind/AppShell.xaml b/MauiApp/AppShell.xaml similarity index 100% rename from mastermind/AppShell.xaml rename to MauiApp/AppShell.xaml diff --git a/mastermind/AppShell.xaml.cs b/MauiApp/AppShell.xaml.cs similarity index 100% rename from mastermind/AppShell.xaml.cs rename to MauiApp/AppShell.xaml.cs diff --git a/mastermind/MauiProgram.cs b/MauiApp/MauiProgram.cs similarity index 100% rename from mastermind/MauiProgram.cs rename to MauiApp/MauiProgram.cs diff --git a/mastermind/Pages/Accueil.xaml b/MauiApp/Pages/Accueil.xaml similarity index 100% rename from mastermind/Pages/Accueil.xaml rename to MauiApp/Pages/Accueil.xaml diff --git a/mastermind/Pages/Accueil.xaml.cs b/MauiApp/Pages/Accueil.xaml.cs similarity index 100% rename from mastermind/Pages/Accueil.xaml.cs rename to MauiApp/Pages/Accueil.xaml.cs diff --git a/mastermind/Pages/ConnexionPage.xaml b/MauiApp/Pages/ConnexionPage.xaml similarity index 100% rename from mastermind/Pages/ConnexionPage.xaml rename to MauiApp/Pages/ConnexionPage.xaml diff --git a/mastermind/Pages/ConnexionPage.xaml.cs b/MauiApp/Pages/ConnexionPage.xaml.cs similarity index 100% rename from mastermind/Pages/ConnexionPage.xaml.cs rename to MauiApp/Pages/ConnexionPage.xaml.cs diff --git a/mastermind/Pages/Defaite.xaml b/MauiApp/Pages/Defaite.xaml similarity index 100% rename from mastermind/Pages/Defaite.xaml rename to MauiApp/Pages/Defaite.xaml diff --git a/mastermind/Pages/Defaite.xaml.cs b/MauiApp/Pages/Defaite.xaml.cs similarity index 100% rename from mastermind/Pages/Defaite.xaml.cs rename to MauiApp/Pages/Defaite.xaml.cs diff --git a/mastermind/Pages/Egaliter.xaml b/MauiApp/Pages/Egaliter.xaml similarity index 100% rename from mastermind/Pages/Egaliter.xaml rename to MauiApp/Pages/Egaliter.xaml diff --git a/mastermind/Pages/Egaliter.xaml.cs b/MauiApp/Pages/Egaliter.xaml.cs similarity index 100% rename from mastermind/Pages/Egaliter.xaml.cs rename to MauiApp/Pages/Egaliter.xaml.cs diff --git a/mastermind/Pages/Regle.xaml b/MauiApp/Pages/Regle.xaml similarity index 100% rename from mastermind/Pages/Regle.xaml rename to MauiApp/Pages/Regle.xaml diff --git a/mastermind/Pages/Regle.xaml.cs b/MauiApp/Pages/Regle.xaml.cs similarity index 100% rename from mastermind/Pages/Regle.xaml.cs rename to MauiApp/Pages/Regle.xaml.cs diff --git a/mastermind/Pages/TableauScore.xaml b/MauiApp/Pages/TableauScore.xaml similarity index 100% rename from mastermind/Pages/TableauScore.xaml rename to MauiApp/Pages/TableauScore.xaml diff --git a/mastermind/Pages/Victoire.xaml b/MauiApp/Pages/Victoire.xaml similarity index 100% rename from mastermind/Pages/Victoire.xaml rename to MauiApp/Pages/Victoire.xaml diff --git a/mastermind/Pages/Victoire.xaml.cs b/MauiApp/Pages/Victoire.xaml.cs similarity index 100% rename from mastermind/Pages/Victoire.xaml.cs rename to MauiApp/Pages/Victoire.xaml.cs diff --git a/mastermind/Pages/tableauScore.xaml.cs b/MauiApp/Pages/tableauScore.xaml.cs similarity index 100% rename from mastermind/Pages/tableauScore.xaml.cs rename to MauiApp/Pages/tableauScore.xaml.cs diff --git a/mastermind/Platforms/Android/AndroidManifest.xml b/MauiApp/Platforms/Android/AndroidManifest.xml similarity index 100% rename from mastermind/Platforms/Android/AndroidManifest.xml rename to MauiApp/Platforms/Android/AndroidManifest.xml diff --git a/mastermind/Platforms/Android/MainActivity.cs b/MauiApp/Platforms/Android/MainActivity.cs similarity index 100% rename from mastermind/Platforms/Android/MainActivity.cs rename to MauiApp/Platforms/Android/MainActivity.cs diff --git a/mastermind/Platforms/Android/MainApplication.cs b/MauiApp/Platforms/Android/MainApplication.cs similarity index 100% rename from mastermind/Platforms/Android/MainApplication.cs rename to MauiApp/Platforms/Android/MainApplication.cs diff --git a/mastermind/Platforms/Android/Resources/values/colors.xml b/MauiApp/Platforms/Android/Resources/values/colors.xml similarity index 100% rename from mastermind/Platforms/Android/Resources/values/colors.xml rename to MauiApp/Platforms/Android/Resources/values/colors.xml diff --git a/mastermind/Platforms/MacCatalyst/AppDelegate.cs b/MauiApp/Platforms/MacCatalyst/AppDelegate.cs similarity index 100% rename from mastermind/Platforms/MacCatalyst/AppDelegate.cs rename to MauiApp/Platforms/MacCatalyst/AppDelegate.cs diff --git a/mastermind/Platforms/MacCatalyst/Entitlements.plist b/MauiApp/Platforms/MacCatalyst/Entitlements.plist similarity index 100% rename from mastermind/Platforms/MacCatalyst/Entitlements.plist rename to MauiApp/Platforms/MacCatalyst/Entitlements.plist diff --git a/mastermind/Platforms/MacCatalyst/Info.plist b/MauiApp/Platforms/MacCatalyst/Info.plist similarity index 100% rename from mastermind/Platforms/MacCatalyst/Info.plist rename to MauiApp/Platforms/MacCatalyst/Info.plist diff --git a/mastermind/Platforms/MacCatalyst/Program.cs b/MauiApp/Platforms/MacCatalyst/Program.cs similarity index 100% rename from mastermind/Platforms/MacCatalyst/Program.cs rename to MauiApp/Platforms/MacCatalyst/Program.cs diff --git a/mastermind/Platforms/Tizen/Main.cs b/MauiApp/Platforms/Tizen/Main.cs similarity index 100% rename from mastermind/Platforms/Tizen/Main.cs rename to MauiApp/Platforms/Tizen/Main.cs diff --git a/mastermind/Platforms/Tizen/tizen-manifest.xml b/MauiApp/Platforms/Tizen/tizen-manifest.xml similarity index 100% rename from mastermind/Platforms/Tizen/tizen-manifest.xml rename to MauiApp/Platforms/Tizen/tizen-manifest.xml diff --git a/mastermind/Platforms/Windows/App.xaml b/MauiApp/Platforms/Windows/App.xaml similarity index 100% rename from mastermind/Platforms/Windows/App.xaml rename to MauiApp/Platforms/Windows/App.xaml diff --git a/mastermind/Platforms/Windows/App.xaml.cs b/MauiApp/Platforms/Windows/App.xaml.cs similarity index 100% rename from mastermind/Platforms/Windows/App.xaml.cs rename to MauiApp/Platforms/Windows/App.xaml.cs diff --git a/mastermind/Platforms/Windows/Package.appxmanifest b/MauiApp/Platforms/Windows/Package.appxmanifest similarity index 100% rename from mastermind/Platforms/Windows/Package.appxmanifest rename to MauiApp/Platforms/Windows/Package.appxmanifest diff --git a/mastermind/Platforms/Windows/app.manifest b/MauiApp/Platforms/Windows/app.manifest similarity index 100% rename from mastermind/Platforms/Windows/app.manifest rename to MauiApp/Platforms/Windows/app.manifest diff --git a/mastermind/Platforms/iOS/AppDelegate.cs b/MauiApp/Platforms/iOS/AppDelegate.cs similarity index 100% rename from mastermind/Platforms/iOS/AppDelegate.cs rename to MauiApp/Platforms/iOS/AppDelegate.cs diff --git a/mastermind/Platforms/iOS/Info.plist b/MauiApp/Platforms/iOS/Info.plist similarity index 100% rename from mastermind/Platforms/iOS/Info.plist rename to MauiApp/Platforms/iOS/Info.plist diff --git a/mastermind/Platforms/iOS/Program.cs b/MauiApp/Platforms/iOS/Program.cs similarity index 100% rename from mastermind/Platforms/iOS/Program.cs rename to MauiApp/Platforms/iOS/Program.cs diff --git a/mastermind/Properties/launchSettings.json b/MauiApp/Properties/launchSettings.json similarity index 100% rename from mastermind/Properties/launchSettings.json rename to MauiApp/Properties/launchSettings.json diff --git a/mastermind/Resources/AppIcon/appicon.svg b/MauiApp/Resources/AppIcon/appicon.svg similarity index 100% rename from mastermind/Resources/AppIcon/appicon.svg rename to MauiApp/Resources/AppIcon/appicon.svg diff --git a/mastermind/Resources/AppIcon/appiconfg.svg b/MauiApp/Resources/AppIcon/appiconfg.svg similarity index 100% rename from mastermind/Resources/AppIcon/appiconfg.svg rename to MauiApp/Resources/AppIcon/appiconfg.svg diff --git a/mastermind/Resources/Fonts/OpenSans-Regular.ttf b/MauiApp/Resources/Fonts/OpenSans-Regular.ttf similarity index 100% rename from mastermind/Resources/Fonts/OpenSans-Regular.ttf rename to MauiApp/Resources/Fonts/OpenSans-Regular.ttf diff --git a/mastermind/Resources/Fonts/OpenSans-Semibold.ttf b/MauiApp/Resources/Fonts/OpenSans-Semibold.ttf similarity index 100% rename from mastermind/Resources/Fonts/OpenSans-Semibold.ttf rename to MauiApp/Resources/Fonts/OpenSans-Semibold.ttf diff --git a/mastermind/Resources/Images/connexion.png b/MauiApp/Resources/Images/connexion.png similarity index 100% rename from mastermind/Resources/Images/connexion.png rename to MauiApp/Resources/Images/connexion.png diff --git a/mastermind/Resources/Images/defaite.png b/MauiApp/Resources/Images/defaite.png similarity index 100% rename from mastermind/Resources/Images/defaite.png rename to MauiApp/Resources/Images/defaite.png diff --git a/mastermind/Resources/Images/egaliter.jpg b/MauiApp/Resources/Images/egaliter.jpg similarity index 100% rename from mastermind/Resources/Images/egaliter.jpg rename to MauiApp/Resources/Images/egaliter.jpg diff --git a/mastermind/Resources/Images/fleche_retour.png b/MauiApp/Resources/Images/fleche_retour.png similarity index 100% rename from mastermind/Resources/Images/fleche_retour.png rename to MauiApp/Resources/Images/fleche_retour.png diff --git a/mastermind/Resources/Images/livre.png b/MauiApp/Resources/Images/livre.png similarity index 100% rename from mastermind/Resources/Images/livre.png rename to MauiApp/Resources/Images/livre.png diff --git a/mastermind/Resources/Images/mastermind.png b/MauiApp/Resources/Images/mastermind.png similarity index 100% rename from mastermind/Resources/Images/mastermind.png rename to MauiApp/Resources/Images/mastermind.png diff --git a/mastermind/Resources/Images/pink_cloud.jpg b/MauiApp/Resources/Images/pink_cloud.jpg similarity index 100% rename from mastermind/Resources/Images/pink_cloud.jpg rename to MauiApp/Resources/Images/pink_cloud.jpg diff --git a/mastermind/Resources/Images/pointinterrogation.png b/MauiApp/Resources/Images/pointinterrogation.png similarity index 100% rename from mastermind/Resources/Images/pointinterrogation.png rename to MauiApp/Resources/Images/pointinterrogation.png diff --git a/mastermind/Resources/Images/star.png b/MauiApp/Resources/Images/star.png similarity index 100% rename from mastermind/Resources/Images/star.png rename to MauiApp/Resources/Images/star.png diff --git a/mastermind/Resources/Images/statistiques.png b/MauiApp/Resources/Images/statistiques.png similarity index 100% rename from mastermind/Resources/Images/statistiques.png rename to MauiApp/Resources/Images/statistiques.png diff --git a/mastermind/Resources/Images/trophy.jpg b/MauiApp/Resources/Images/trophy.jpg similarity index 100% rename from mastermind/Resources/Images/trophy.jpg rename to MauiApp/Resources/Images/trophy.jpg diff --git a/mastermind/Resources/Images/wood.jpg b/MauiApp/Resources/Images/wood.jpg similarity index 100% rename from mastermind/Resources/Images/wood.jpg rename to MauiApp/Resources/Images/wood.jpg diff --git a/mastermind/Resources/Raw/AboutAssets.txt b/MauiApp/Resources/Raw/AboutAssets.txt similarity index 100% rename from mastermind/Resources/Raw/AboutAssets.txt rename to MauiApp/Resources/Raw/AboutAssets.txt diff --git a/mastermind/Resources/Splash/splash.svg b/MauiApp/Resources/Splash/splash.svg similarity index 100% rename from mastermind/Resources/Splash/splash.svg rename to MauiApp/Resources/Splash/splash.svg diff --git a/mastermind/Resources/Styles/Colors.xaml b/MauiApp/Resources/Styles/Colors.xaml similarity index 100% rename from mastermind/Resources/Styles/Colors.xaml rename to MauiApp/Resources/Styles/Colors.xaml diff --git a/mastermind/Resources/Styles/Styles.xaml b/MauiApp/Resources/Styles/Styles.xaml similarity index 100% rename from mastermind/Resources/Styles/Styles.xaml rename to MauiApp/Resources/Styles/Styles.xaml diff --git a/mastermind/Views/CTableauScore.xaml b/MauiApp/Views/CTableauScore.xaml similarity index 100% rename from mastermind/Views/CTableauScore.xaml rename to MauiApp/Views/CTableauScore.xaml diff --git a/mastermind/Views/CTableauScore.xaml.cs b/MauiApp/Views/CTableauScore.xaml.cs similarity index 100% rename from mastermind/Views/CTableauScore.xaml.cs rename to MauiApp/Views/CTableauScore.xaml.cs diff --git a/mastermind/Views/UsernameEntryView.xaml b/MauiApp/Views/UsernameEntryView.xaml similarity index 100% rename from mastermind/Views/UsernameEntryView.xaml rename to MauiApp/Views/UsernameEntryView.xaml diff --git a/mastermind/Views/UsernameEntryView.xaml.cs b/MauiApp/Views/UsernameEntryView.xaml.cs similarity index 100% rename from mastermind/Views/UsernameEntryView.xaml.cs rename to MauiApp/Views/UsernameEntryView.xaml.cs diff --git a/mastermind/mastermind.csproj b/MauiApp/mastermind.csproj similarity index 100% rename from mastermind/mastermind.csproj rename to MauiApp/mastermind.csproj diff --git a/mastermind/mastermind.sln b/mastermind.sln similarity index 98% rename from mastermind/mastermind.sln rename to mastermind.sln index 3bed336..991b720 100644 --- a/mastermind/mastermind.sln +++ b/mastermind.sln @@ -1,39 +1,39 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.8.34330.188 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mastermind", "mastermind.csproj", "{5552F0D6-EBF5-44B4-81FE-8A7423BB9115}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BibliothequeClasses", "..\BibliothequeClasses\BibliothequeClasses.csproj", "{A728841C-3ADF-478B-B0C7-1DCA344348D6}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "..\Console\Console.csproj", "{96316DF7-6526-4D0D-AF41-660832F5CA31}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.Build.0 = Release|Any CPU - {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.Deploy.0 = Release|Any CPU - {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Release|Any CPU.Build.0 = Release|Any CPU - {96316DF7-6526-4D0D-AF41-660832F5CA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {96316DF7-6526-4D0D-AF41-660832F5CA31}.Debug|Any CPU.Build.0 = Debug|Any CPU - {96316DF7-6526-4D0D-AF41-660832F5CA31}.Release|Any CPU.ActiveCfg = Release|Any CPU - {96316DF7-6526-4D0D-AF41-660832F5CA31}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {B3BD74E0-E5DA-4859-B2B7-E3759C2089EE} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mastermind", "mastermind.csproj", "{5552F0D6-EBF5-44B4-81FE-8A7423BB9115}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BibliothequeClasses", "..\BibliothequeClasses\BibliothequeClasses.csproj", "{A728841C-3ADF-478B-B0C7-1DCA344348D6}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "..\Console\Console.csproj", "{96316DF7-6526-4D0D-AF41-660832F5CA31}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.Build.0 = Release|Any CPU + {5552F0D6-EBF5-44B4-81FE-8A7423BB9115}.Release|Any CPU.Deploy.0 = Release|Any CPU + {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A728841C-3ADF-478B-B0C7-1DCA344348D6}.Release|Any CPU.Build.0 = Release|Any CPU + {96316DF7-6526-4D0D-AF41-660832F5CA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {96316DF7-6526-4D0D-AF41-660832F5CA31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {96316DF7-6526-4D0D-AF41-660832F5CA31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {96316DF7-6526-4D0D-AF41-660832F5CA31}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B3BD74E0-E5DA-4859-B2B7-E3759C2089EE} + EndGlobalSection +EndGlobal