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 - - - - - - - -