From ed9ec157561eb2cbfa424ce1cfbf66d67db465cf Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Mon, 25 Jun 2018 20:44:24 +0000 Subject: [PATCH] [NF] Lora --- Lora-Bot.sln | 31 +++++++++++++++ Lora-Bot/Lora-Bot.csproj | 58 +++++++++++++++++++++++++++++ Lora-Bot/Program.cs | 14 +++++++ Lora-Bot/Properties/AssemblyInfo.cs | 36 ++++++++++++++++++ 4 files changed, 139 insertions(+) create mode 100644 Lora-Bot.sln create mode 100644 Lora-Bot/Lora-Bot.csproj create mode 100644 Lora-Bot/Program.cs create mode 100644 Lora-Bot/Properties/AssemblyInfo.cs diff --git a/Lora-Bot.sln b/Lora-Bot.sln new file mode 100644 index 0000000..1d97089 --- /dev/null +++ b/Lora-Bot.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2026 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lora-Bot", "Lora-Bot\Lora-Bot.csproj", "{FB11B997-AF4D-427F-96FD-4C84143057CF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lora", "..\Lora\Lora\Lora.csproj", "{85A78B05-5843-4E4D-8C56-4BCB12613750}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FB11B997-AF4D-427F-96FD-4C84143057CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FB11B997-AF4D-427F-96FD-4C84143057CF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FB11B997-AF4D-427F-96FD-4C84143057CF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FB11B997-AF4D-427F-96FD-4C84143057CF}.Release|Any CPU.Build.0 = Release|Any CPU + {85A78B05-5843-4E4D-8C56-4BCB12613750}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85A78B05-5843-4E4D-8C56-4BCB12613750}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85A78B05-5843-4E4D-8C56-4BCB12613750}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85A78B05-5843-4E4D-8C56-4BCB12613750}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {82B8A2F0-7ECF-4377-B7C6-71FB9EEC1102} + EndGlobalSection +EndGlobal diff --git a/Lora-Bot/Lora-Bot.csproj b/Lora-Bot/Lora-Bot.csproj new file mode 100644 index 0000000..eb2b91a --- /dev/null +++ b/Lora-Bot/Lora-Bot.csproj @@ -0,0 +1,58 @@ + + + + + Debug + AnyCPU + {FB11B997-AF4D-427F-96FD-4C84143057CF} + Exe + Fraunhofer.Fit.IoT.Bots.LoraBot + Lora-Bot + v4.7.1 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + {85a78b05-5843-4e4d-8c56-4bcb12613750} + Lora + + + + \ No newline at end of file diff --git a/Lora-Bot/Program.cs b/Lora-Bot/Program.cs new file mode 100644 index 0000000..8883bdf --- /dev/null +++ b/Lora-Bot/Program.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Fraunhofer.Fit.Iot.Lora; + +namespace LoraDisplay { + class Program { + static void Main(String[] args) { + LoraController l = new LoraController(); + } + } +} diff --git a/Lora-Bot/Properties/AssemblyInfo.cs b/Lora-Bot/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..4b59ca4 --- /dev/null +++ b/Lora-Bot/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("LoraDisplay")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("LoraDisplay")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[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("fb11b997-af4d-427f-96fd-4c84143057cf")] + +// 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, +// übernehmen, indem Sie "*" eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]