diff --git a/ProjectStormtrooper.sln b/ProjectStormtrooper.sln index 6df31e2..aba44eb 100644 --- a/ProjectStormtrooper.sln +++ b/ProjectStormtrooper.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34330.188 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectStormtrooper", "ProjectSportCar\ProjectStormtrooper.csproj", "{7FB62E78-175F-490A-B5F2-2FF676947033}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectStormtrooper", "ProjectStormtrooper\ProjectStormtrooper.csproj", "{B3757440-93E9-45FA-9CD7-729B997A5CCF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7FB62E78-175F-490A-B5F2-2FF676947033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7FB62E78-175F-490A-B5F2-2FF676947033}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7FB62E78-175F-490A-B5F2-2FF676947033}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7FB62E78-175F-490A-B5F2-2FF676947033}.Release|Any CPU.Build.0 = Release|Any CPU + {B3757440-93E9-45FA-9CD7-729B997A5CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B3757440-93E9-45FA-9CD7-729B997A5CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B3757440-93E9-45FA-9CD7-729B997A5CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B3757440-93E9-45FA-9CD7-729B997A5CCF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProjectSportCar/DirectionType.cs b/ProjectStormtrooper/DirectionType.cs similarity index 100% rename from ProjectSportCar/DirectionType.cs rename to ProjectStormtrooper/DirectionType.cs diff --git a/ProjectSportCar/DrawningStormtrooper.cs b/ProjectStormtrooper/DrawningStormtrooper.cs similarity index 100% rename from ProjectSportCar/DrawningStormtrooper.cs rename to ProjectStormtrooper/DrawningStormtrooper.cs diff --git a/ProjectSportCar/EntityStormtrooper.cs b/ProjectStormtrooper/EntityStormtrooper.cs similarity index 100% rename from ProjectSportCar/EntityStormtrooper.cs rename to ProjectStormtrooper/EntityStormtrooper.cs diff --git a/ProjectSportCar/FormStormtrooper.Designer.cs b/ProjectStormtrooper/FormStormtrooper.Designer.cs similarity index 100% rename from ProjectSportCar/FormStormtrooper.Designer.cs rename to ProjectStormtrooper/FormStormtrooper.Designer.cs diff --git a/ProjectSportCar/FormStormtrooper.cs b/ProjectStormtrooper/FormStormtrooper.cs similarity index 100% rename from ProjectSportCar/FormStormtrooper.cs rename to ProjectStormtrooper/FormStormtrooper.cs diff --git a/ProjectSportCar/FormStormtrooper.resx b/ProjectStormtrooper/FormStormtrooper.resx similarity index 100% rename from ProjectSportCar/FormStormtrooper.resx rename to ProjectStormtrooper/FormStormtrooper.resx diff --git a/ProjectSportCar/Program.cs b/ProjectStormtrooper/Program.cs similarity index 100% rename from ProjectSportCar/Program.cs rename to ProjectStormtrooper/Program.cs diff --git a/ProjectSportCar/ProjectStormtrooper.csproj b/ProjectStormtrooper/ProjectStormtrooper.csproj similarity index 100% rename from ProjectSportCar/ProjectStormtrooper.csproj rename to ProjectStormtrooper/ProjectStormtrooper.csproj diff --git a/ProjectSportCar/Properties/Resources.Designer.cs b/ProjectStormtrooper/Properties/Resources.Designer.cs similarity index 100% rename from ProjectSportCar/Properties/Resources.Designer.cs rename to ProjectStormtrooper/Properties/Resources.Designer.cs diff --git a/ProjectSportCar/Properties/Resources.resx b/ProjectStormtrooper/Properties/Resources.resx similarity index 100% rename from ProjectSportCar/Properties/Resources.resx rename to ProjectStormtrooper/Properties/Resources.resx diff --git a/ProjectSportCar/Resources/arrowDown.jpg b/ProjectStormtrooper/Resources/arrowDown.jpg similarity index 100% rename from ProjectSportCar/Resources/arrowDown.jpg rename to ProjectStormtrooper/Resources/arrowDown.jpg diff --git a/ProjectSportCar/Resources/arrowLeft.jpg b/ProjectStormtrooper/Resources/arrowLeft.jpg similarity index 100% rename from ProjectSportCar/Resources/arrowLeft.jpg rename to ProjectStormtrooper/Resources/arrowLeft.jpg diff --git a/ProjectSportCar/Resources/arrowRight.jpg b/ProjectStormtrooper/Resources/arrowRight.jpg similarity index 100% rename from ProjectSportCar/Resources/arrowRight.jpg rename to ProjectStormtrooper/Resources/arrowRight.jpg diff --git a/ProjectSportCar/Resources/arrowUp.jpg b/ProjectStormtrooper/Resources/arrowUp.jpg similarity index 100% rename from ProjectSportCar/Resources/arrowUp.jpg rename to ProjectStormtrooper/Resources/arrowUp.jpg