From b3c1a9a929d5f57e3c760087ec9e9950bd1e7aff Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 5 May 2020 21:32:08 -0400 Subject: move example projects into a subfolder --- StatesSample/Program.cs | 12 ------------ StatesSample/StatesSample.csproj | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 StatesSample/Program.cs delete mode 100644 StatesSample/StatesSample.csproj (limited to 'StatesSample') diff --git a/StatesSample/Program.cs b/StatesSample/Program.cs deleted file mode 100644 index 8fc42b8..0000000 --- a/StatesSample/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace StatesSample -{ - public static class Program - { - private static void Main(string[] args) - { - Console.WriteLine("Hello World!"); - } - } -} diff --git a/StatesSample/StatesSample.csproj b/StatesSample/StatesSample.csproj deleted file mode 100644 index 3107344..0000000 --- a/StatesSample/StatesSample.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - Exe - netcoreapp3.1 - - - - - - - -- cgit 1.4.1