From 9da952aa2889c493ffa6d906176f2fe1e419eb95 Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Thu, 25 Jan 2024 15:04:36 +0100 Subject: [PATCH] Renaming project --- Experiments/ExternalActionManager/DemoBot/DemoBot.csproj | 2 +- ....csproj => TelegramBotBase.Experiments.ActionManager.csproj} | 2 +- TelegramBotFramework.sln | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Experiments/ExternalActionManager/TelegramBotBase.Experiments/{TelegramBotBase.Experiments.csproj => TelegramBotBase.Experiments.ActionManager.csproj} (88%) diff --git a/Experiments/ExternalActionManager/DemoBot/DemoBot.csproj b/Experiments/ExternalActionManager/DemoBot/DemoBot.csproj index 200f29f..d76e67d 100644 --- a/Experiments/ExternalActionManager/DemoBot/DemoBot.csproj +++ b/Experiments/ExternalActionManager/DemoBot/DemoBot.csproj @@ -9,7 +9,7 @@ - + diff --git a/Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.csproj b/Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.ActionManager.csproj similarity index 88% rename from Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.csproj rename to Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.ActionManager.csproj index 8f16324..4dd5e57 100644 --- a/Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.csproj +++ b/Experiments/ExternalActionManager/TelegramBotBase.Experiments/TelegramBotBase.Experiments.ActionManager.csproj @@ -1,4 +1,4 @@ - + net7.0 diff --git a/TelegramBotFramework.sln b/TelegramBotFramework.sln index 4e6e997..e186169 100644 --- a/TelegramBotFramework.sln +++ b/TelegramBotFramework.sln @@ -40,7 +40,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Experiments", "Experiments" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoBot", "Experiments\ExternalActionManager\DemoBot\DemoBot.csproj", "{5184D3F8-8526-413D-8EB0-23636EA7A4EF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBotBase.Experiments", "Experiments\ExternalActionManager\TelegramBotBase.Experiments\TelegramBotBase.Experiments.csproj", "{625F84FE-6809-4CA4-9C58-3453382D1C65}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramBotBase.Experiments.ActionManager", "Experiments\ExternalActionManager\TelegramBotBase.Experiments\TelegramBotBase.Experiments.ActionManager.csproj", "{625F84FE-6809-4CA4-9C58-3453382D1C65}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExternalActionManager", "ExternalActionManager", "{359F7D60-362C-4F42-9606-A138FB1293E9}" EndProject