From 94211685696990965a0ff94c9c432499a34bbff8 Mon Sep 17 00:00:00 2001 From: VollRahm Date: Wed, 4 Nov 2020 19:07:21 +0100 Subject: [PATCH] - Removed 2 Project files --- .gitignore | 3 +++ .../Discord.Net.WebSocket.csproj | 15 --------------- .../Discord.Net.Webhook.csproj | 13 ------------- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 Discord.NET/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj delete mode 100644 Discord.NET/Discord.Net.Webhook/Discord.Net.Webhook.csproj diff --git a/.gitignore b/.gitignore index 4ba92b0..91570d3 100644 --- a/.gitignore +++ b/.gitignore @@ -336,3 +336,6 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ + +# Custom files +SelfbotLibTest \ No newline at end of file diff --git a/Discord.NET/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj b/Discord.NET/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj deleted file mode 100644 index 26a2490..0000000 --- a/Discord.NET/Discord.Net.WebSocket/Discord.Net.WebSocket.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - Discord.Net.WebSocket - Discord.WebSocket - A core Discord.Net library containing the WebSocket client and models. - net461;netstandard2.0;netstandard2.1 - netstandard2.0;netstandard2.1 - true - - - - - - diff --git a/Discord.NET/Discord.Net.Webhook/Discord.Net.Webhook.csproj b/Discord.NET/Discord.Net.Webhook/Discord.Net.Webhook.csproj deleted file mode 100644 index f1db663..0000000 --- a/Discord.NET/Discord.Net.Webhook/Discord.Net.Webhook.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - Discord.Net.Webhook - Discord.Webhook - A core Discord.Net library containing the Webhook client and models. - netstandard2.0;netstandard2.1 - - - - - -