diff --git a/LocomotivesAdvanced/LocomotivesAdvanced.sln b/LocomotivesAdvanced/LocomotivesAdvanced.sln index 79ddd4c..4d58c62 100644 --- a/LocomotivesAdvanced/LocomotivesAdvanced.sln +++ b/LocomotivesAdvanced/LocomotivesAdvanced.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.2.32616.157 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocomotivesAdvanced", "LocomotivesAdvanced\LocomotivesAdvanced.csproj", "{BDC2C139-8290-41DB-98D4-B49450DED07A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WarmlyLocomotive", "LocomotivesAdvanced\WarmlyLocomotive.csproj", "{BDC2C139-8290-41DB-98D4-B49450DED07A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/LocomotivesAdvanced/LocomotivesAdvanced/Program.cs b/LocomotivesAdvanced/LocomotivesAdvanced/Program.cs index 29ab493..0316b19 100644 --- a/LocomotivesAdvanced/LocomotivesAdvanced/Program.cs +++ b/LocomotivesAdvanced/LocomotivesAdvanced/Program.cs @@ -1,4 +1,4 @@ -namespace LocomotivesAdvanced +namespace WarmlyLocomotive { internal static class Program { diff --git a/LocomotivesAdvanced/LocomotivesAdvanced/LocomotivesAdvanced.csproj b/LocomotivesAdvanced/LocomotivesAdvanced/WarmlyLocomotive.csproj similarity index 100% rename from LocomotivesAdvanced/LocomotivesAdvanced/LocomotivesAdvanced.csproj rename to LocomotivesAdvanced/LocomotivesAdvanced/WarmlyLocomotive.csproj