From 92aa99ee0d715ae63458e3f4daa730318be7f144 Mon Sep 17 00:00:00 2001 From: "kagbie3nn@mail.ru" Date: Fri, 12 Apr 2024 19:04:11 +0400 Subject: [PATCH] =?UTF-8?q?1=20=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ComputersShop/ComputersShop.sln | 10 +++++----- .../ComputersShopView.csproj | 0 .../FormComponent.Designer.cs | 0 .../FormComponent.cs | 0 .../FormComponent.resx | 0 .../FormComponents.Designer.cs | 0 .../FormComponents.cs | 0 .../FormComponents.resx | 0 .../FormComputer.Designer.cs | 0 .../FormComputer.cs | 0 .../FormComputer.resx | 0 .../FormComputerComponent.Designer.cs | 0 .../FormComputerComponent.cs | 0 .../FormComputerComponent.resx | 0 .../FormComputers.Designer.cs | 0 .../FormComputers.cs | 0 .../FormComputers.resx | 0 .../FormCreateOrder.Designer.cs | 0 .../FormCreateOrder.cs | 0 .../FormCreateOrder.resx | 0 .../FormMain.Designer.cs | 0 .../{ComputersShop => ComputersShopView}/FormMain.cs | 0 .../{ComputersShop => ComputersShopView}/FormMain.resx | 0 .../{ComputersShop => ComputersShopView}/Program.cs | 0 24 files changed, 5 insertions(+), 5 deletions(-) rename ComputersShop/{ComputersShop => ComputersShopView}/ComputersShopView.csproj (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponent.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponent.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponent.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponents.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponents.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComponents.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputer.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputer.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputerComponent.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputerComponent.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputerComponent.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputers.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputers.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormComputers.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormCreateOrder.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormCreateOrder.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormCreateOrder.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormMain.Designer.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormMain.cs (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/FormMain.resx (100%) rename ComputersShop/{ComputersShop => ComputersShopView}/Program.cs (100%) diff --git a/ComputersShop/ComputersShop.sln b/ComputersShop/ComputersShop.sln index 211d46d..8600f82 100644 --- a/ComputersShop/ComputersShop.sln +++ b/ComputersShop/ComputersShop.sln @@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34714.143 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopView", "ComputersShop\ComputersShopView.csproj", "{67B93164-C2AC-4A4C-8D5E-3E7F6EA6A662}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopView", "ComputersShopView\ComputersShopView.csproj", "{67B93164-C2AC-4A4C-8D5E-3E7F6EA6A662}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopBusinessLogic", "ComputersShopBusinessLogic\ComputersShopBusinessLogic.csproj", "{14B3B9C9-08B7-4430-BDF6-090353500333}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopBusinessLogic", "ComputersShopBusinessLogic\ComputersShopBusinessLogic.csproj", "{14B3B9C9-08B7-4430-BDF6-090353500333}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopContracts", "ComputersShopContracts\ComputersShopContracts.csproj", "{619A6E1D-AF92-4777-AAFC-548D4A3D8271}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopContracts", "ComputersShopContracts\ComputersShopContracts.csproj", "{619A6E1D-AF92-4777-AAFC-548D4A3D8271}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopDataModels", "ComputersShopDataModels\ComputersShopDataModels.csproj", "{A0A8E97A-2E4B-4769-9D08-BE9524B135C1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopDataModels", "ComputersShopDataModels\ComputersShopDataModels.csproj", "{A0A8E97A-2E4B-4769-9D08-BE9524B135C1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopListImplement", "ComputersShopListImplement\ComputersShopListImplement.csproj", "{6FB73624-7C34-42DE-9846-B550AE0D32F2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopListImplement", "ComputersShopListImplement\ComputersShopListImplement.csproj", "{6FB73624-7C34-42DE-9846-B550AE0D32F2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/ComputersShop/ComputersShop/ComputersShopView.csproj b/ComputersShop/ComputersShopView/ComputersShopView.csproj similarity index 100% rename from ComputersShop/ComputersShop/ComputersShopView.csproj rename to ComputersShop/ComputersShopView/ComputersShopView.csproj diff --git a/ComputersShop/ComputersShop/FormComponent.Designer.cs b/ComputersShop/ComputersShopView/FormComponent.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComponent.Designer.cs rename to ComputersShop/ComputersShopView/FormComponent.Designer.cs diff --git a/ComputersShop/ComputersShop/FormComponent.cs b/ComputersShop/ComputersShopView/FormComponent.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComponent.cs rename to ComputersShop/ComputersShopView/FormComponent.cs diff --git a/ComputersShop/ComputersShop/FormComponent.resx b/ComputersShop/ComputersShopView/FormComponent.resx similarity index 100% rename from ComputersShop/ComputersShop/FormComponent.resx rename to ComputersShop/ComputersShopView/FormComponent.resx diff --git a/ComputersShop/ComputersShop/FormComponents.Designer.cs b/ComputersShop/ComputersShopView/FormComponents.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComponents.Designer.cs rename to ComputersShop/ComputersShopView/FormComponents.Designer.cs diff --git a/ComputersShop/ComputersShop/FormComponents.cs b/ComputersShop/ComputersShopView/FormComponents.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComponents.cs rename to ComputersShop/ComputersShopView/FormComponents.cs diff --git a/ComputersShop/ComputersShop/FormComponents.resx b/ComputersShop/ComputersShopView/FormComponents.resx similarity index 100% rename from ComputersShop/ComputersShop/FormComponents.resx rename to ComputersShop/ComputersShopView/FormComponents.resx diff --git a/ComputersShop/ComputersShop/FormComputer.Designer.cs b/ComputersShop/ComputersShopView/FormComputer.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputer.Designer.cs rename to ComputersShop/ComputersShopView/FormComputer.Designer.cs diff --git a/ComputersShop/ComputersShop/FormComputer.cs b/ComputersShop/ComputersShopView/FormComputer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputer.cs rename to ComputersShop/ComputersShopView/FormComputer.cs diff --git a/ComputersShop/ComputersShop/FormComputer.resx b/ComputersShop/ComputersShopView/FormComputer.resx similarity index 100% rename from ComputersShop/ComputersShop/FormComputer.resx rename to ComputersShop/ComputersShopView/FormComputer.resx diff --git a/ComputersShop/ComputersShop/FormComputerComponent.Designer.cs b/ComputersShop/ComputersShopView/FormComputerComponent.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputerComponent.Designer.cs rename to ComputersShop/ComputersShopView/FormComputerComponent.Designer.cs diff --git a/ComputersShop/ComputersShop/FormComputerComponent.cs b/ComputersShop/ComputersShopView/FormComputerComponent.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputerComponent.cs rename to ComputersShop/ComputersShopView/FormComputerComponent.cs diff --git a/ComputersShop/ComputersShop/FormComputerComponent.resx b/ComputersShop/ComputersShopView/FormComputerComponent.resx similarity index 100% rename from ComputersShop/ComputersShop/FormComputerComponent.resx rename to ComputersShop/ComputersShopView/FormComputerComponent.resx diff --git a/ComputersShop/ComputersShop/FormComputers.Designer.cs b/ComputersShop/ComputersShopView/FormComputers.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputers.Designer.cs rename to ComputersShop/ComputersShopView/FormComputers.Designer.cs diff --git a/ComputersShop/ComputersShop/FormComputers.cs b/ComputersShop/ComputersShopView/FormComputers.cs similarity index 100% rename from ComputersShop/ComputersShop/FormComputers.cs rename to ComputersShop/ComputersShopView/FormComputers.cs diff --git a/ComputersShop/ComputersShop/FormComputers.resx b/ComputersShop/ComputersShopView/FormComputers.resx similarity index 100% rename from ComputersShop/ComputersShop/FormComputers.resx rename to ComputersShop/ComputersShopView/FormComputers.resx diff --git a/ComputersShop/ComputersShop/FormCreateOrder.Designer.cs b/ComputersShop/ComputersShopView/FormCreateOrder.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormCreateOrder.Designer.cs rename to ComputersShop/ComputersShopView/FormCreateOrder.Designer.cs diff --git a/ComputersShop/ComputersShop/FormCreateOrder.cs b/ComputersShop/ComputersShopView/FormCreateOrder.cs similarity index 100% rename from ComputersShop/ComputersShop/FormCreateOrder.cs rename to ComputersShop/ComputersShopView/FormCreateOrder.cs diff --git a/ComputersShop/ComputersShop/FormCreateOrder.resx b/ComputersShop/ComputersShopView/FormCreateOrder.resx similarity index 100% rename from ComputersShop/ComputersShop/FormCreateOrder.resx rename to ComputersShop/ComputersShopView/FormCreateOrder.resx diff --git a/ComputersShop/ComputersShop/FormMain.Designer.cs b/ComputersShop/ComputersShopView/FormMain.Designer.cs similarity index 100% rename from ComputersShop/ComputersShop/FormMain.Designer.cs rename to ComputersShop/ComputersShopView/FormMain.Designer.cs diff --git a/ComputersShop/ComputersShop/FormMain.cs b/ComputersShop/ComputersShopView/FormMain.cs similarity index 100% rename from ComputersShop/ComputersShop/FormMain.cs rename to ComputersShop/ComputersShopView/FormMain.cs diff --git a/ComputersShop/ComputersShop/FormMain.resx b/ComputersShop/ComputersShopView/FormMain.resx similarity index 100% rename from ComputersShop/ComputersShop/FormMain.resx rename to ComputersShop/ComputersShopView/FormMain.resx diff --git a/ComputersShop/ComputersShop/Program.cs b/ComputersShop/ComputersShopView/Program.cs similarity index 100% rename from ComputersShop/ComputersShop/Program.cs rename to ComputersShop/ComputersShopView/Program.cs