diff --git a/IoT/Connector/User/Telegram/ConnectorUserTelegram.csproj b/IoT/Connector/User/Telegram/ConnectorUserTelegram.csproj new file mode 100644 index 0000000..077b4a8 --- /dev/null +++ b/IoT/Connector/User/Telegram/ConnectorUserTelegram.csproj @@ -0,0 +1,119 @@ + + + + + Debug + AnyCPU + {E66A57DD-858A-40E4-8A2F-BEA5129C31F7} + Library + Properties + BlubbFish.Utils.IoT.Connector.User + ConnectorUserTelegram + v4.6.1 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll + + + ..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + + + ..\..\..\..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll + True + + + + ..\..\..\..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + + + + ..\..\..\..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + + ..\..\..\..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll + + + ..\..\..\..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + + + + ..\..\..\..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll + + + ..\..\..\..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll + + + ..\..\..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll + + + ..\..\..\..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll + + + ..\..\..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + + + + ..\..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + + + ..\..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll + + + ..\..\..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + + + ..\..\..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + + + ..\..\..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + + + + + + + + ..\..\..\..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + + + ..\..\..\..\packages\Telegram.Bot.13.2.1\lib\netstandard1.1\Telegram.Bot.dll + + + + + + + + + {b870e4d5-6806-4a0b-b233-8907eedc5afc} + Utils-IoT + + + + + + + + \ No newline at end of file diff --git a/IoT/Connector/User/Telegram/Properties/AssemblyInfo.cs b/IoT/Connector/User/Telegram/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..0d74129 --- /dev/null +++ b/IoT/Connector/User/Telegram/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die einer Assembly zugeordnet sind. +[assembly: AssemblyTitle("ConnectorUserTelegram")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ConnectorUserTelegram")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly +// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von +// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("e66a57dd-858a-40e4-8a2f-bea5129c31f7")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +// indem Sie "*" wie unten gezeigt eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/IoT/Connector/User/Telegram.cs b/IoT/Connector/User/Telegram/Telegram.cs similarity index 100% rename from IoT/Connector/User/Telegram.cs rename to IoT/Connector/User/Telegram/Telegram.cs diff --git a/IoT/Connector/User/Telegram/app.config b/IoT/Connector/User/Telegram/app.config new file mode 100644 index 0000000..4f8b047 --- /dev/null +++ b/IoT/Connector/User/Telegram/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/IoT/Connector/User/Telegram/bin/Release/ConnectorUserTelegram.dll b/IoT/Connector/User/Telegram/bin/Release/ConnectorUserTelegram.dll new file mode 100644 index 0000000..4b25281 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/ConnectorUserTelegram.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/LitJson.dll b/IoT/Connector/User/Telegram/bin/Release/LitJson.dll new file mode 100644 index 0000000..f00f11f Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/LitJson.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/Microsoft.Win32.Primitives.dll b/IoT/Connector/User/Telegram/bin/Release/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..d7b2a2c Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/Microsoft.Win32.Primitives.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/Newtonsoft.Json.dll b/IoT/Connector/User/Telegram/bin/Release/Newtonsoft.Json.dll new file mode 100644 index 0000000..77a5d89 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/Newtonsoft.Json.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.AppContext.dll b/IoT/Connector/User/Telegram/bin/Release/System.AppContext.dll new file mode 100644 index 0000000..5cb9dfb Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.AppContext.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Console.dll b/IoT/Connector/User/Telegram/bin/Release/System.Console.dll new file mode 100644 index 0000000..f47e609 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Console.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Diagnostics.DiagnosticSource.dll b/IoT/Connector/User/Telegram/bin/Release/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..eafb192 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Diagnostics.DiagnosticSource.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Globalization.Calendars.dll b/IoT/Connector/User/Telegram/bin/Release/System.Globalization.Calendars.dll new file mode 100644 index 0000000..137ecf8 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Globalization.Calendars.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.ZipFile.dll b/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..23a12b8 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.ZipFile.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.dll b/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.dll new file mode 100644 index 0000000..f8468a6 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.IO.Compression.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.Primitives.dll b/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..ad9c238 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.Primitives.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.dll b/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.dll new file mode 100644 index 0000000..7c43977 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.IO.FileSystem.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Net.Http.dll b/IoT/Connector/User/Telegram/bin/Release/System.Net.Http.dll new file mode 100644 index 0000000..900e64e Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Net.Http.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Net.Sockets.dll b/IoT/Connector/User/Telegram/bin/Release/System.Net.Sockets.dll new file mode 100644 index 0000000..4d01203 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Net.Sockets.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Runtime.InteropServices.RuntimeInformation.dll b/IoT/Connector/User/Telegram/bin/Release/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..360e92a Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Algorithms.dll b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..aee6983 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Algorithms.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Encoding.dll b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..de1ec5e Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Encoding.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Primitives.dll b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..16b2446 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.Primitives.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.X509Certificates.dll b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..3ecec41 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Security.Cryptography.X509Certificates.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/System.Xml.ReaderWriter.dll b/IoT/Connector/User/Telegram/bin/Release/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..3d5103b Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/System.Xml.ReaderWriter.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/Telegram.Bot.dll b/IoT/Connector/User/Telegram/bin/Release/Telegram.Bot.dll new file mode 100644 index 0000000..b69c7bd Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/Telegram.Bot.dll differ diff --git a/IoT/Connector/User/Telegram/bin/Release/Utils-IoT.dll b/IoT/Connector/User/Telegram/bin/Release/Utils-IoT.dll new file mode 100644 index 0000000..34d22f5 Binary files /dev/null and b/IoT/Connector/User/Telegram/bin/Release/Utils-IoT.dll differ diff --git a/IoT/Connector/User/Telegram/packages.config b/IoT/Connector/User/Telegram/packages.config new file mode 100644 index 0000000..009e71a --- /dev/null +++ b/IoT/Connector/User/Telegram/packages.config @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file