From abc47ac1360436421ca20fa376e27a6a8a6012be Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 21 May 2022 21:52:20 +0200 Subject: [PATCH] rename the rest of Am2rlauncher.core to lib of what i missed earlier --- AM2RLauncher/AM2RLauncher.sln | 2 +- AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj | 2 +- .../AM2RLauncherLib.csproj | 0 AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Core.cs | 0 .../CrossPlatformOperations.cs | 0 .../{AM2RLauncherCore => AM2RLauncherLib}/HelperMethods.cs | 0 AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/OS.cs | 0 AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Profile.cs | 0 AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Splash.cs | 0 .../{AM2RLauncherCore => AM2RLauncherLib}/XML/ProfileXML.cs | 0 .../{AM2RLauncherCore => AM2RLauncherLib}/XML/Serializer.cs | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/AM2RLauncherLib.csproj (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Core.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/CrossPlatformOperations.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/HelperMethods.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/OS.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Profile.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/Splash.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/XML/ProfileXML.cs (100%) rename AM2RLauncher/{AM2RLauncherCore => AM2RLauncherLib}/XML/Serializer.cs (100%) diff --git a/AM2RLauncher/AM2RLauncher.sln b/AM2RLauncher/AM2RLauncher.sln index f36ede4..b607052 100644 --- a/AM2RLauncher/AM2RLauncher.sln +++ b/AM2RLauncher/AM2RLauncher.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31912.275 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM2RLauncher", "AM2RLauncher\AM2RLauncher.csproj", "{9B67055C-5AEF-4F83-AFE0-38E600183C9F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM2RLauncherLib", "AM2RLauncherCore\AM2RLauncherLib.csproj", "{B3AAD6F3-41B9-4981-8CD4-FE683429AD95}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM2RLauncherLib", "AM2RLauncherLib\AM2RLauncherLib.csproj", "{B3AAD6F3-41B9-4981-8CD4-FE683429AD95}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM2RLauncher.Gtk", "AM2RLauncher.Gtk\AM2RLauncher.Gtk.csproj", "{0A619FA8-61B4-48C6-9461-21B3FE137D03}" EndProject diff --git a/AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj b/AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj index 4a0e502..2e78b31 100644 --- a/AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj +++ b/AM2RLauncher/AM2RLauncher/AM2RLauncher.csproj @@ -35,7 +35,7 @@ - + diff --git a/AM2RLauncher/AM2RLauncherCore/AM2RLauncherLib.csproj b/AM2RLauncher/AM2RLauncherLib/AM2RLauncherLib.csproj similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/AM2RLauncherLib.csproj rename to AM2RLauncher/AM2RLauncherLib/AM2RLauncherLib.csproj diff --git a/AM2RLauncher/AM2RLauncherCore/Core.cs b/AM2RLauncher/AM2RLauncherLib/Core.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/Core.cs rename to AM2RLauncher/AM2RLauncherLib/Core.cs diff --git a/AM2RLauncher/AM2RLauncherCore/CrossPlatformOperations.cs b/AM2RLauncher/AM2RLauncherLib/CrossPlatformOperations.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/CrossPlatformOperations.cs rename to AM2RLauncher/AM2RLauncherLib/CrossPlatformOperations.cs diff --git a/AM2RLauncher/AM2RLauncherCore/HelperMethods.cs b/AM2RLauncher/AM2RLauncherLib/HelperMethods.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/HelperMethods.cs rename to AM2RLauncher/AM2RLauncherLib/HelperMethods.cs diff --git a/AM2RLauncher/AM2RLauncherCore/OS.cs b/AM2RLauncher/AM2RLauncherLib/OS.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/OS.cs rename to AM2RLauncher/AM2RLauncherLib/OS.cs diff --git a/AM2RLauncher/AM2RLauncherCore/Profile.cs b/AM2RLauncher/AM2RLauncherLib/Profile.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/Profile.cs rename to AM2RLauncher/AM2RLauncherLib/Profile.cs diff --git a/AM2RLauncher/AM2RLauncherCore/Splash.cs b/AM2RLauncher/AM2RLauncherLib/Splash.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/Splash.cs rename to AM2RLauncher/AM2RLauncherLib/Splash.cs diff --git a/AM2RLauncher/AM2RLauncherCore/XML/ProfileXML.cs b/AM2RLauncher/AM2RLauncherLib/XML/ProfileXML.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/XML/ProfileXML.cs rename to AM2RLauncher/AM2RLauncherLib/XML/ProfileXML.cs diff --git a/AM2RLauncher/AM2RLauncherCore/XML/Serializer.cs b/AM2RLauncher/AM2RLauncherLib/XML/Serializer.cs similarity index 100% rename from AM2RLauncher/AM2RLauncherCore/XML/Serializer.cs rename to AM2RLauncher/AM2RLauncherLib/XML/Serializer.cs