From 4dd03c66a6edef25d7a83ba7170f5b59626c1d36 Mon Sep 17 00:00:00 2001 From: Wizou Date: Sat, 7 Aug 2021 06:25:51 +0200 Subject: [PATCH] Move code to src folder --- Client.cs => src/Client.cs | 0 Encryption.cs => src/Encryption.cs | 0 Generator.cs => src/Generator.cs | 0 Helpers.cs => src/Helpers.cs | 0 Session.cs => src/Session.cs | 0 TL.MTProto.cs => src/TL.MTProto.cs | 0 TL.Schema.cs => src/TL.Schema.cs | 0 TL.Secret.cs => src/TL.Secret.cs | 0 TL.Table.cs => src/TL.Table.cs | 0 TL.cs => src/TL.cs | 0 WTelegramClient.csproj => src/WTelegramClient.csproj | 0 WTelegramClient.sln => src/WTelegramClient.sln | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename Client.cs => src/Client.cs (100%) rename Encryption.cs => src/Encryption.cs (100%) rename Generator.cs => src/Generator.cs (100%) rename Helpers.cs => src/Helpers.cs (100%) rename Session.cs => src/Session.cs (100%) rename TL.MTProto.cs => src/TL.MTProto.cs (100%) rename TL.Schema.cs => src/TL.Schema.cs (100%) rename TL.Secret.cs => src/TL.Secret.cs (100%) rename TL.Table.cs => src/TL.Table.cs (100%) rename TL.cs => src/TL.cs (100%) rename WTelegramClient.csproj => src/WTelegramClient.csproj (100%) rename WTelegramClient.sln => src/WTelegramClient.sln (100%) diff --git a/Client.cs b/src/Client.cs similarity index 100% rename from Client.cs rename to src/Client.cs diff --git a/Encryption.cs b/src/Encryption.cs similarity index 100% rename from Encryption.cs rename to src/Encryption.cs diff --git a/Generator.cs b/src/Generator.cs similarity index 100% rename from Generator.cs rename to src/Generator.cs diff --git a/Helpers.cs b/src/Helpers.cs similarity index 100% rename from Helpers.cs rename to src/Helpers.cs diff --git a/Session.cs b/src/Session.cs similarity index 100% rename from Session.cs rename to src/Session.cs diff --git a/TL.MTProto.cs b/src/TL.MTProto.cs similarity index 100% rename from TL.MTProto.cs rename to src/TL.MTProto.cs diff --git a/TL.Schema.cs b/src/TL.Schema.cs similarity index 100% rename from TL.Schema.cs rename to src/TL.Schema.cs diff --git a/TL.Secret.cs b/src/TL.Secret.cs similarity index 100% rename from TL.Secret.cs rename to src/TL.Secret.cs diff --git a/TL.Table.cs b/src/TL.Table.cs similarity index 100% rename from TL.Table.cs rename to src/TL.Table.cs diff --git a/TL.cs b/src/TL.cs similarity index 100% rename from TL.cs rename to src/TL.cs diff --git a/WTelegramClient.csproj b/src/WTelegramClient.csproj similarity index 100% rename from WTelegramClient.csproj rename to src/WTelegramClient.csproj diff --git a/WTelegramClient.sln b/src/WTelegramClient.sln similarity index 100% rename from WTelegramClient.sln rename to src/WTelegramClient.sln