From bc68ca8e3697a142ec6f87395991bbdce95a5b63 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 10 Dec 2024 17:04:43 +0100 Subject: Clean up conditional ArcaneLibs imports to use configuration --- .gitmodules | 9 --------- LibMatrix.EventTypes/LibMatrix.EventTypes.csproj | 12 ++---------- LibMatrix/LibMatrix.csproj | 21 +++++---------------- 3 files changed, 7 insertions(+), 35 deletions(-) diff --git a/.gitmodules b/.gitmodules index 838d197..126aadf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,3 @@ [submodule "ArcaneLibs"] path = ArcaneLibs url = https://github.com/TheArcaneBrony/ArcaneLibs.git -[submodule "ExampleBots/LibMatrix.ExampleBot"] - path = ExampleBots/LibMatrix.ExampleBot - url = https://cgit.rory.gay/matrix/bots/LibMatrix.ExampleBot.git -[submodule "ExampleBots/ModerationBot"] - path = ExampleBots/ModerationBot - url = https://cgit.rory.gay/matrix/bots/ModerationBot.git -[submodule "ExampleBots/PluralContactBotPoC"] - path = ExampleBots/PluralContactBotPoC - url = https://cgit.rory.gay/matrix/bots/PluralContactBotPoC.git diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj index be88184..aaa37e4 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj @@ -7,16 +7,8 @@ - - - + + - - - diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index f4a20bc..b992ad6 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -12,25 +12,14 @@ - - + + + - - - - + + - - -- cgit 1.5.1