From d4f46b4fb6dfd2672a5205ec9de12050a940f56c Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 18 Jun 2023 07:03:47 +0200 Subject: Partial refactor --- MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj | 27 ++++++++++++++++++++++++++ MatrixRoomUtils.Bot/Program.cs | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj create mode 100644 MatrixRoomUtils.Bot/Program.cs (limited to 'MatrixRoomUtils.Bot') diff --git a/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj b/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj new file mode 100644 index 0000000..8ff14c4 --- /dev/null +++ b/MatrixRoomUtils.Bot/MatrixRoomUtils.Bot.csproj @@ -0,0 +1,27 @@ + + + + Exe + net8.0 + preview + enable + enable + true + true + true + true + true + true + true + true + + + + + + + + + + + diff --git a/MatrixRoomUtils.Bot/Program.cs b/MatrixRoomUtils.Bot/Program.cs new file mode 100644 index 0000000..83fa4f4 --- /dev/null +++ b/MatrixRoomUtils.Bot/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); -- cgit 1.5.1