From f2f979eac2bec5e02ce8681727d6d6659de2597a Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sat, 9 Jan 2021 00:05:43 +0100 Subject: [PATCH] Make netcore as default, also using 3.1 now --- Iot-Interfaces-4.7.1.sln | 31 ++++++++ Iot-Interfaces.sln | 22 +++--- Iot-Interfaces/Iot-Interfaces-4.7.1.csproj | 61 ++++++++++++++++ Iot-Interfaces/Iot-Interfaces.csproj | 82 ++++++++-------------- Iot-Interfaces/Iot-Interfaces_Core.csproj | 37 ---------- Iot-Interfaces_Core.sln | 31 -------- 6 files changed, 132 insertions(+), 132 deletions(-) create mode 100644 Iot-Interfaces-4.7.1.sln create mode 100644 Iot-Interfaces/Iot-Interfaces-4.7.1.csproj delete mode 100644 Iot-Interfaces/Iot-Interfaces_Core.csproj delete mode 100644 Iot-Interfaces_Core.sln diff --git a/Iot-Interfaces-4.7.1.sln b/Iot-Interfaces-4.7.1.sln new file mode 100644 index 0000000..1458dce --- /dev/null +++ b/Iot-Interfaces-4.7.1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29519.87 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces-4.7.1.csproj", "{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "..\Utils\Utils\Utils-4.7.1.csproj", "{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.Build.0 = Release|Any CPU + {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6B5D61A4-D0B6-4C5C-8C8D-76EBD5ED55CE} + EndGlobalSection +EndGlobal diff --git a/Iot-Interfaces.sln b/Iot-Interfaces.sln index ad7042f..6df35df 100644 --- a/Iot-Interfaces.sln +++ b/Iot-Interfaces.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29519.87 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces.csproj", "{4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iot-Interfaces", "Iot-Interfaces\Iot-Interfaces.csproj", "{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "..\Utils\Utils\Utils.csproj", "{FAC8CE64-BF13-4ECE-8097-AEB5DD060098}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils", "..\Utils\Utils\Utils.csproj", "{99709124-FAB4-479B-BB01-A34733FF4190}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -13,19 +13,19 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632}.Release|Any CPU.Build.0 = Release|Any CPU - {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FAC8CE64-BF13-4ECE-8097-AEB5DD060098}.Release|Any CPU.Build.0 = Release|Any CPU + {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.Build.0 = Release|Any CPU + {99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.ActiveCfg = Release|Any CPU + {99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {6B5D61A4-D0B6-4C5C-8C8D-76EBD5ED55CE} + SolutionGuid = {81CC4108-C7A3-4B34-A0EE-7EC946F58C28} EndGlobalSection EndGlobal diff --git a/Iot-Interfaces/Iot-Interfaces-4.7.1.csproj b/Iot-Interfaces/Iot-Interfaces-4.7.1.csproj new file mode 100644 index 0000000..7eddc20 --- /dev/null +++ b/Iot-Interfaces/Iot-Interfaces-4.7.1.csproj @@ -0,0 +1,61 @@ + + + + + Debug + AnyCPU + {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632} + Library + Properties + BlubbFish.Utils.IoT.Interfaces + Iot-Interfaces + v4.7.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + {fac8ce64-bf13-4ece-8097-aeb5dd060098} + Utils + + + + \ No newline at end of file diff --git a/Iot-Interfaces/Iot-Interfaces.csproj b/Iot-Interfaces/Iot-Interfaces.csproj index 7eddc20..2cbf228 100644 --- a/Iot-Interfaces/Iot-Interfaces.csproj +++ b/Iot-Interfaces/Iot-Interfaces.csproj @@ -1,61 +1,37 @@ - - - + + - Debug - AnyCPU - {4DAADA29-C600-4CF3-8AD3-9C97C8D7F632} - Library - Properties + netcoreapp3.1 BlubbFish.Utils.IoT.Interfaces Iot-Interfaces - v4.7.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + Interfaces.IoT.Utils.BlubbFish + 1.0.0 + 1.0.0 + de-DE + Interfaces for IoT-Stuff + BlubbFish + BlubbFish + Copyright © BlubbFish 2018 - 02.05.2018 + LICENSE + http://git.blubbfish.net/vs_utils/Iot-Interfaces + http://git.blubbfish.net/vs_utils/Iot-Interfaces.git + git + - - - - - - - - + + + + + + + - - - - + + True + + - - - - - - - - {fac8ce64-bf13-4ece-8097-aeb5dd060098} - Utils - - - - \ No newline at end of file + + diff --git a/Iot-Interfaces/Iot-Interfaces_Core.csproj b/Iot-Interfaces/Iot-Interfaces_Core.csproj deleted file mode 100644 index 5801cbd..0000000 --- a/Iot-Interfaces/Iot-Interfaces_Core.csproj +++ /dev/null @@ -1,37 +0,0 @@ - - - - netcoreapp3.0 - BlubbFish.Utils.IoT.Interfaces - Iot-Interfaces - Interfaces.IoT.Utils.BlubbFish - 1.0.0 - 1.0.0 - de-DE - Interfaces for IoT-Stuff - BlubbFish - BlubbFish - Copyright © BlubbFish 2018 - 02.05.2018 - LICENSE - http://git.blubbfish.net/vs_utils/Iot-Interfaces - http://git.blubbfish.net/vs_utils/Iot-Interfaces.git - git - - - - - - - - - - - - - - True - - - - - diff --git a/Iot-Interfaces_Core.sln b/Iot-Interfaces_Core.sln deleted file mode 100644 index baa8738..0000000 --- a/Iot-Interfaces_Core.sln +++ /dev/null @@ -1,31 +0,0 @@ - -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}") = "Iot-Interfaces_Core", "Iot-Interfaces\Iot-Interfaces_Core.csproj", "{C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils_Core", "..\Utils\Utils\Utils_Core.csproj", "{99709124-FAB4-479B-BB01-A34733FF4190}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C673B8CF-FCAD-4FEF-9744-DB3E6E546C12}.Release|Any CPU.Build.0 = Release|Any CPU - {99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {99709124-FAB4-479B-BB01-A34733FF4190}.Debug|Any CPU.Build.0 = Debug|Any CPU - {99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.ActiveCfg = Release|Any CPU - {99709124-FAB4-479B-BB01-A34733FF4190}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {81CC4108-C7A3-4B34-A0EE-7EC946F58C28} - EndGlobalSection -EndGlobal