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