From c749307b69b0a8215eb0fb3ed35433165cd4e10f Mon Sep 17 00:00:00 2001 From: ProfessionalUwU Date: Sun, 30 Apr 2023 20:11:32 +0200 Subject: [PATCH] Create new C# console project --- Program.cs | 2 ++ teams-recording-downloader.csproj | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 Program.cs create mode 100644 teams-recording-downloader.csproj diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/teams-recording-downloader.csproj b/teams-recording-downloader.csproj new file mode 100644 index 0000000..b1f5ccd --- /dev/null +++ b/teams-recording-downloader.csproj @@ -0,0 +1,11 @@ + + + + Exe + net7.0 + teams_recording_downloader + enable + enable + + +