From d82fd357b810e90d2ce815d44db7b628a6c9ae2f Mon Sep 17 00:00:00 2001 From: F1rsTTeaM Date: Mon, 5 Feb 2024 15:00:21 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AirplaneWithRadar.sln | 12 ++++++------ .../AirplaneWithRadar/AirplaneWithRadar.csproj | 0 .../AirplaneWithRadar}/Form1.Designer.cs | 2 +- .../AirplaneWithRadar}/Form1.cs | 2 +- .../AirplaneWithRadar}/Form1.resx | 0 .../AirplaneWithRadar}/Program.cs | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) rename OOP_Lab/OOP_Lab.sln => AirplaneWithRadar/AirplaneWithRadar.sln (58%) rename OOP_Lab/OOP_Lab/OOP_Lab.csproj => AirplaneWithRadar/AirplaneWithRadar/AirplaneWithRadar.csproj (100%) rename {OOP_Lab/OOP_Lab => AirplaneWithRadar/AirplaneWithRadar}/Form1.Designer.cs (97%) rename {OOP_Lab/OOP_Lab => AirplaneWithRadar/AirplaneWithRadar}/Form1.cs (81%) rename {OOP_Lab/OOP_Lab => AirplaneWithRadar/AirplaneWithRadar}/Form1.resx (100%) rename {OOP_Lab/OOP_Lab => AirplaneWithRadar/AirplaneWithRadar}/Program.cs (94%) diff --git a/OOP_Lab/OOP_Lab.sln b/AirplaneWithRadar/AirplaneWithRadar.sln similarity index 58% rename from OOP_Lab/OOP_Lab.sln rename to AirplaneWithRadar/AirplaneWithRadar.sln index 6d859ef..2dc2884 100644 --- a/OOP_Lab/OOP_Lab.sln +++ b/AirplaneWithRadar/AirplaneWithRadar.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.7.34031.279 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OOP_Lab", "OOP_Lab\OOP_Lab.csproj", "{57A9F55C-07D2-406D-BDFD-9826F5CC3096}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirplaneWithRadar", "AirplaneWithRadar\AirplaneWithRadar.csproj", "{C0540798-3A01-415A-99EB-8F80FC91F0C5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {57A9F55C-07D2-406D-BDFD-9826F5CC3096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {57A9F55C-07D2-406D-BDFD-9826F5CC3096}.Debug|Any CPU.Build.0 = Debug|Any CPU - {57A9F55C-07D2-406D-BDFD-9826F5CC3096}.Release|Any CPU.ActiveCfg = Release|Any CPU - {57A9F55C-07D2-406D-BDFD-9826F5CC3096}.Release|Any CPU.Build.0 = Release|Any CPU + {C0540798-3A01-415A-99EB-8F80FC91F0C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0540798-3A01-415A-99EB-8F80FC91F0C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0540798-3A01-415A-99EB-8F80FC91F0C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0540798-3A01-415A-99EB-8F80FC91F0C5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {19E5D042-5602-4322-8101-CB960131636B} + SolutionGuid = {D3ACF482-7968-4A4E-948F-DEFEFE59DD7C} EndGlobalSection EndGlobal diff --git a/OOP_Lab/OOP_Lab/OOP_Lab.csproj b/AirplaneWithRadar/AirplaneWithRadar/AirplaneWithRadar.csproj similarity index 100% rename from OOP_Lab/OOP_Lab/OOP_Lab.csproj rename to AirplaneWithRadar/AirplaneWithRadar/AirplaneWithRadar.csproj diff --git a/OOP_Lab/OOP_Lab/Form1.Designer.cs b/AirplaneWithRadar/AirplaneWithRadar/Form1.Designer.cs similarity index 97% rename from OOP_Lab/OOP_Lab/Form1.Designer.cs rename to AirplaneWithRadar/AirplaneWithRadar/Form1.Designer.cs index 6fa4519..635f08f 100644 --- a/OOP_Lab/OOP_Lab/Form1.Designer.cs +++ b/AirplaneWithRadar/AirplaneWithRadar/Form1.Designer.cs @@ -1,4 +1,4 @@ -namespace OOP_Lab +namespace AirplaneWithRadar { partial class Form1 { diff --git a/OOP_Lab/OOP_Lab/Form1.cs b/AirplaneWithRadar/AirplaneWithRadar/Form1.cs similarity index 81% rename from OOP_Lab/OOP_Lab/Form1.cs rename to AirplaneWithRadar/AirplaneWithRadar/Form1.cs index b896a26..ebb1849 100644 --- a/OOP_Lab/OOP_Lab/Form1.cs +++ b/AirplaneWithRadar/AirplaneWithRadar/Form1.cs @@ -1,4 +1,4 @@ -namespace OOP_Lab +namespace AirplaneWithRadar { public partial class Form1 : Form { diff --git a/OOP_Lab/OOP_Lab/Form1.resx b/AirplaneWithRadar/AirplaneWithRadar/Form1.resx similarity index 100% rename from OOP_Lab/OOP_Lab/Form1.resx rename to AirplaneWithRadar/AirplaneWithRadar/Form1.resx diff --git a/OOP_Lab/OOP_Lab/Program.cs b/AirplaneWithRadar/AirplaneWithRadar/Program.cs similarity index 94% rename from OOP_Lab/OOP_Lab/Program.cs rename to AirplaneWithRadar/AirplaneWithRadar/Program.cs index d65a877..cf770a7 100644 --- a/OOP_Lab/OOP_Lab/Program.cs +++ b/AirplaneWithRadar/AirplaneWithRadar/Program.cs @@ -1,4 +1,4 @@ -namespace OOP_Lab +namespace AirplaneWithRadar { internal static class Program {