From 1dab9faa6251e8b3176be708928df9436bc60a17 Mon Sep 17 00:00:00 2001 From: m1aksim1 Date: Tue, 25 Apr 2023 17:31:19 +0400 Subject: [PATCH] fix --- ...j => SoftwareInstallationClientApp.csproj} | 0 .../Views/Shared/_Layout.cshtml | 2 +- ...roj => SoftwareInstallationRestApi.csproj} | 0 ...roj => SoftwareInstallationShopApp.csproj} | 0 .../{AddPastry.cshtml => AddPackage.cshtml} | 0 .../Views/Home/AddPackage2.cshtml | 33 +++++++++++++++++++ .../Views/Shared/_Layout.cshtml | 2 +- SoftwareInstallation/SoftwareInstallation.sln | 6 ++-- 8 files changed, 38 insertions(+), 5 deletions(-) rename SoftwareInstallation/ConfectioneryClientApp/{ConfectioneryClientApp.csproj => SoftwareInstallationClientApp.csproj} (100%) rename SoftwareInstallation/ConfectioneryRestApi/{ConfectioneryRestApi.csproj => SoftwareInstallationRestApi.csproj} (100%) rename SoftwareInstallation/ConfectioneryShopApp/{ConfectioneryShopApp.csproj => SoftwareInstallationShopApp.csproj} (100%) rename SoftwareInstallation/ConfectioneryShopApp/Views/Home/{AddPastry.cshtml => AddPackage.cshtml} (100%) create mode 100644 SoftwareInstallation/ConfectioneryShopApp/Views/Home/AddPackage2.cshtml diff --git a/SoftwareInstallation/ConfectioneryClientApp/ConfectioneryClientApp.csproj b/SoftwareInstallation/ConfectioneryClientApp/SoftwareInstallationClientApp.csproj similarity index 100% rename from SoftwareInstallation/ConfectioneryClientApp/ConfectioneryClientApp.csproj rename to SoftwareInstallation/ConfectioneryClientApp/SoftwareInstallationClientApp.csproj diff --git a/SoftwareInstallation/ConfectioneryClientApp/Views/Shared/_Layout.cshtml b/SoftwareInstallation/ConfectioneryClientApp/Views/Shared/_Layout.cshtml index b00be1c..4a3a191 100644 --- a/SoftwareInstallation/ConfectioneryClientApp/Views/Shared/_Layout.cshtml +++ b/SoftwareInstallation/ConfectioneryClientApp/Views/Shared/_Layout.cshtml @@ -15,7 +15,7 @@