diff --git a/ElectricLocomotive/ElectricLocomotive.sln b/WarmlyShip/WarmlyShip.sln similarity index 54% rename from ElectricLocomotive/ElectricLocomotive.sln rename to WarmlyShip/WarmlyShip.sln index c19a7fc..617f5da 100644 --- a/ElectricLocomotive/ElectricLocomotive.sln +++ b/WarmlyShip/WarmlyShip.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.8.34525.116 +VisualStudioVersion = 17.7.34202.233 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElectricLocomotive", "ElectricLocomotive\ElectricLocomotive.csproj", "{4D945FCE-9358-42F9-AE60-159256B4D9CA}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarmlyShip", "WarmlyShip\WarmlyShip.csproj", "{047EF427-F9BD-405D-BA87-4E38BE807DDD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4D945FCE-9358-42F9-AE60-159256B4D9CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4D945FCE-9358-42F9-AE60-159256B4D9CA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4D945FCE-9358-42F9-AE60-159256B4D9CA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4D945FCE-9358-42F9-AE60-159256B4D9CA}.Release|Any CPU.Build.0 = Release|Any CPU + {047EF427-F9BD-405D-BA87-4E38BE807DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {047EF427-F9BD-405D-BA87-4E38BE807DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {047EF427-F9BD-405D-BA87-4E38BE807DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {047EF427-F9BD-405D-BA87-4E38BE807DDD}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {09FB2C10-894B-4529-BBD2-BFF03BE4AC73} + SolutionGuid = {C28B3C24-258E-4039-8296-57E5AB49F00A} EndGlobalSection EndGlobal diff --git a/ElectricLocomotive/ElectricLocomotive/Form1.Designer.cs b/WarmlyShip/WarmlyShip/Form1.Designer.cs similarity index 72% rename from ElectricLocomotive/ElectricLocomotive/Form1.Designer.cs rename to WarmlyShip/WarmlyShip/Form1.Designer.cs index 9f7b73d..3873b6f 100644 --- a/ElectricLocomotive/ElectricLocomotive/Form1.Designer.cs +++ b/WarmlyShip/WarmlyShip/Form1.Designer.cs @@ -1,4 +1,4 @@ -namespace ElectricLocomotive +namespace WarmlyShip { partial class Form1 { @@ -28,18 +28,12 @@ /// private void InitializeComponent() { - SuspendLayout(); - // - // Form1 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(793, 480); - Name = "Form1"; - Text = "Form1"; - ResumeLayout(false); + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; } #endregion } -} +} \ No newline at end of file diff --git a/ElectricLocomotive/ElectricLocomotive/Form1.cs b/WarmlyShip/WarmlyShip/Form1.cs similarity index 80% rename from ElectricLocomotive/ElectricLocomotive/Form1.cs rename to WarmlyShip/WarmlyShip/Form1.cs index c5ecbc9..bca3f86 100644 --- a/ElectricLocomotive/ElectricLocomotive/Form1.cs +++ b/WarmlyShip/WarmlyShip/Form1.cs @@ -1,4 +1,4 @@ -namespace ElectricLocomotive +namespace WarmlyShip { public partial class Form1 : Form { @@ -7,4 +7,4 @@ namespace ElectricLocomotive InitializeComponent(); } } -} +} \ No newline at end of file diff --git a/ElectricLocomotive/ElectricLocomotive/Form1.resx b/WarmlyShip/WarmlyShip/Form1.resx similarity index 93% rename from ElectricLocomotive/ElectricLocomotive/Form1.resx rename to WarmlyShip/WarmlyShip/Form1.resx index af32865..1af7de1 100644 --- a/ElectricLocomotive/ElectricLocomotive/Form1.resx +++ b/WarmlyShip/WarmlyShip/Form1.resx @@ -1,17 +1,17 @@  - diff --git a/ElectricLocomotive/ElectricLocomotive/Program.cs b/WarmlyShip/WarmlyShip/Program.cs similarity index 93% rename from ElectricLocomotive/ElectricLocomotive/Program.cs rename to WarmlyShip/WarmlyShip/Program.cs index 107b7fb..341c406 100644 --- a/ElectricLocomotive/ElectricLocomotive/Program.cs +++ b/WarmlyShip/WarmlyShip/Program.cs @@ -1,4 +1,4 @@ -namespace ElectricLocomotive +namespace WarmlyShip { internal static class Program { diff --git a/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.csproj b/WarmlyShip/WarmlyShip/WarmlyShip.csproj similarity index 78% rename from ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.csproj rename to WarmlyShip/WarmlyShip/WarmlyShip.csproj index 663fdb8..e1a0735 100644 --- a/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.csproj +++ b/WarmlyShip/WarmlyShip/WarmlyShip.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net7.0-windows enable true enable