From 83068c48fcd39010f593d22bd7cecfdb648aa0f6 Mon Sep 17 00:00:00 2001 From: Damian Wessels Date: Thu, 13 Apr 2023 14:10:52 +0200 Subject: [PATCH] Old project removed --- SewerStammGen.Console/Program.cs | 10 ---------- .../SewerStammGen.Console.csproj | 15 --------------- 2 files changed, 25 deletions(-) delete mode 100644 SewerStammGen.Console/Program.cs delete mode 100644 SewerStammGen.Console/SewerStammGen.Console.csproj diff --git a/SewerStammGen.Console/Program.cs b/SewerStammGen.Console/Program.cs deleted file mode 100644 index df21b49..0000000 --- a/SewerStammGen.Console/Program.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace SewerStammGen.Console -{ - internal class Program - { - static void Main(string[] args) - { - Console.WriteLine("Hello, World!"); - } - } -} \ No newline at end of file diff --git a/SewerStammGen.Console/SewerStammGen.Console.csproj b/SewerStammGen.Console/SewerStammGen.Console.csproj deleted file mode 100644 index 1c9d818..0000000 --- a/SewerStammGen.Console/SewerStammGen.Console.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - Exe - net7.0 - enable - enable - - - - - - - -