From 0cf11372a7f13c89c3450e81d4bc9ab9c34635d5 Mon Sep 17 00:00:00 2001 From: bekodeg Date: Wed, 1 May 2024 18:16:06 +0400 Subject: [PATCH] + --- ComputerHardwareStore/ComputerHardwareStore.sln | 6 ++++++ .../Properties/launchSettings.json | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 ComputerHardwareStore/ComputerHardwareStoreREST/Properties/launchSettings.json diff --git a/ComputerHardwareStore/ComputerHardwareStore.sln b/ComputerHardwareStore/ComputerHardwareStore.sln index 1f6cda1..d80e1f5 100644 --- a/ComputerHardwareStore/ComputerHardwareStore.sln +++ b/ComputerHardwareStore/ComputerHardwareStore.sln @@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerHardwareStoreBusine EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerHardwareStoreDatabaseImplement", "ComputerHardwareStoreDatabaseImplement\ComputerHardwareStoreDatabaseImplement.csproj", "{93BD4E28-48D8-4D3A-87FB-FB96F00DA64B}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputerHardwareStoreREST", "ComputerHardwareStoreREST\ComputerHardwareStoreREST.csproj", "{20E4D287-C0F4-4DAB-B338-349F8B6EA22B}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -39,6 +41,10 @@ Global {93BD4E28-48D8-4D3A-87FB-FB96F00DA64B}.Debug|Any CPU.Build.0 = Debug|Any CPU {93BD4E28-48D8-4D3A-87FB-FB96F00DA64B}.Release|Any CPU.ActiveCfg = Release|Any CPU {93BD4E28-48D8-4D3A-87FB-FB96F00DA64B}.Release|Any CPU.Build.0 = Release|Any CPU + {20E4D287-C0F4-4DAB-B338-349F8B6EA22B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20E4D287-C0F4-4DAB-B338-349F8B6EA22B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20E4D287-C0F4-4DAB-B338-349F8B6EA22B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20E4D287-C0F4-4DAB-B338-349F8B6EA22B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ComputerHardwareStore/ComputerHardwareStoreREST/Properties/launchSettings.json b/ComputerHardwareStore/ComputerHardwareStoreREST/Properties/launchSettings.json new file mode 100644 index 0000000..f7c2a58 --- /dev/null +++ b/ComputerHardwareStore/ComputerHardwareStoreREST/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "ComputerHardwareStoreREST": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:63872;http://localhost:63873" + } + } +} \ No newline at end of file