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