diff --git a/AutomobilePlant/AutomobilePlant.sln b/AutomobilePlant/AutomobilePlant.sln index 2381ba2..d631254 100644 --- a/AutomobilePlant/AutomobilePlant.sln +++ b/AutomobilePlant/AutomobilePlant.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34309.116 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobilePlanеView", "AutomobilePlanеView\AutomobilePlanеView.csproj", "{96242955-6112-4B3A-939A-B3E1029F8CC1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobilePlantView", "AutomobilePlantView\AutomobilePlantView.csproj", "{090C8696-D089-4462-8EE9-0C8A0CA5BD3B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {96242955-6112-4B3A-939A-B3E1029F8CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {96242955-6112-4B3A-939A-B3E1029F8CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {96242955-6112-4B3A-939A-B3E1029F8CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {96242955-6112-4B3A-939A-B3E1029F8CC1}.Release|Any CPU.Build.0 = Release|Any CPU + {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {090C8696-D089-4462-8EE9-0C8A0CA5BD3B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/AutomobilePlant/AutomobilePlanеView/AutomobilePlanеView.csproj b/AutomobilePlant/AutomobilePlantView/AutomobilePlantView.csproj similarity index 100% rename from AutomobilePlant/AutomobilePlanеView/AutomobilePlanеView.csproj rename to AutomobilePlant/AutomobilePlantView/AutomobilePlantView.csproj diff --git a/AutomobilePlant/AutomobilePlanеView/Form1.Designer.cs b/AutomobilePlant/AutomobilePlantView/Form1.Designer.cs similarity index 97% rename from AutomobilePlant/AutomobilePlanеView/Form1.Designer.cs rename to AutomobilePlant/AutomobilePlantView/Form1.Designer.cs index 8af6917..d0013f5 100644 --- a/AutomobilePlant/AutomobilePlanеView/Form1.Designer.cs +++ b/AutomobilePlant/AutomobilePlantView/Form1.Designer.cs @@ -1,4 +1,4 @@ -namespace AutomobilePlanеView +namespace AutomobilePlantView { partial class Form1 { diff --git a/AutomobilePlant/AutomobilePlanеView/Form1.cs b/AutomobilePlant/AutomobilePlantView/Form1.cs similarity index 80% rename from AutomobilePlant/AutomobilePlanеView/Form1.cs rename to AutomobilePlant/AutomobilePlantView/Form1.cs index e566f7f..d4d11b9 100644 --- a/AutomobilePlant/AutomobilePlanеView/Form1.cs +++ b/AutomobilePlant/AutomobilePlantView/Form1.cs @@ -1,4 +1,4 @@ -namespace AutomobilePlanеView +namespace AutomobilePlantView { public partial class Form1 : Form { diff --git a/AutomobilePlant/AutomobilePlanеView/Form1.resx b/AutomobilePlant/AutomobilePlantView/Form1.resx similarity index 100% rename from AutomobilePlant/AutomobilePlanеView/Form1.resx rename to AutomobilePlant/AutomobilePlantView/Form1.resx diff --git a/AutomobilePlant/AutomobilePlanеView/Program.cs b/AutomobilePlant/AutomobilePlantView/Program.cs similarity index 93% rename from AutomobilePlant/AutomobilePlanеView/Program.cs rename to AutomobilePlant/AutomobilePlantView/Program.cs index 66c6d0b..fdfd874 100644 --- a/AutomobilePlant/AutomobilePlanеView/Program.cs +++ b/AutomobilePlant/AutomobilePlantView/Program.cs @@ -1,4 +1,4 @@ -namespace AutomobilePlanеView +namespace AutomobilePlantView { internal static class Program {