From cc00efe5eaf56e92d1478db3f6f6bf39506d9d05 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sun, 24 Nov 2019 20:46:32 +0100 Subject: [PATCH] Add netcore --- README.md | 5 ++++- Utils-IoT/Utils-IoT_Core.csproj | 40 +++++++++++++++++++++++++++++++++ Utils-IoT_Core.sln | 37 ++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 Utils-IoT/Utils-IoT_Core.csproj create mode 100644 Utils-IoT_Core.sln diff --git a/README.md b/README.md index 64c49d7..726a3d2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ Library contains utils for Iot ## Linking to ### External -* litjson \ No newline at end of file +* [litjson](http://git.blubbfish.net/vs_librarys/litjson) + +### Internal +* [Utils](http://git.blubbfish.net/vs_utils/Utils) \ No newline at end of file diff --git a/Utils-IoT/Utils-IoT_Core.csproj b/Utils-IoT/Utils-IoT_Core.csproj new file mode 100644 index 0000000..15b2f5d --- /dev/null +++ b/Utils-IoT/Utils-IoT_Core.csproj @@ -0,0 +1,40 @@ + + + + netcoreapp3.0 + BlubbFish.Utils.IoT + Utils-IoT + 1.0.0 + de-DE + 1.0.0 Init + Copyright © BlubbFish 2017 - 24.11.2019 + Provides classes for iot development + LICENSE + BlubbFish + BlubbFish + 1.0.0 + http://git.blubbfish.net/vs_utils/Utils-IoT + http://git.blubbfish.net/vs_utils/Utils-IoT.git + git + 1.0.0 + IoT.Utils.BlubbFish + + + + + + + + + + + + + + + True + + + + + diff --git a/Utils-IoT_Core.sln b/Utils-IoT_Core.sln new file mode 100644 index 0000000..e109895 --- /dev/null +++ b/Utils-IoT_Core.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29519.87 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils-IoT_Core", "Utils-IoT\Utils-IoT_Core.csproj", "{549D532E-F859-4128-BA8E-9658E7349F64}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils_Core", "..\Utils\Utils\Utils_Core.csproj", "{5A666820-02FF-4649-95F7-476CE95E0E29}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "litjson_Core", "..\..\Librarys\litjson\litjson\litjson_Core.csproj", "{822DFFA0-7838-4590-8160-63EC92AE15B5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {549D532E-F859-4128-BA8E-9658E7349F64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {549D532E-F859-4128-BA8E-9658E7349F64}.Debug|Any CPU.Build.0 = Debug|Any CPU + {549D532E-F859-4128-BA8E-9658E7349F64}.Release|Any CPU.ActiveCfg = Release|Any CPU + {549D532E-F859-4128-BA8E-9658E7349F64}.Release|Any CPU.Build.0 = Release|Any CPU + {5A666820-02FF-4649-95F7-476CE95E0E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5A666820-02FF-4649-95F7-476CE95E0E29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5A666820-02FF-4649-95F7-476CE95E0E29}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5A666820-02FF-4649-95F7-476CE95E0E29}.Release|Any CPU.Build.0 = Release|Any CPU + {822DFFA0-7838-4590-8160-63EC92AE15B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {822DFFA0-7838-4590-8160-63EC92AE15B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {822DFFA0-7838-4590-8160-63EC92AE15B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {822DFFA0-7838-4590-8160-63EC92AE15B5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {28A0A2C2-A747-4FB6-80F6-50CA564403B8} + EndGlobalSection +EndGlobal