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