From edb3069bb0b3d373ad3036ca3ba1f665c1043d9b Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Fri, 8 Jan 2021 23:50:43 +0100 Subject: [PATCH] Make netcore as default, also using 3.1 now --- Utils_Core.sln => Utils-4.7.1.sln | 47 ++++++------- Utils.sln | 47 +++++++------ Utils/Utils-4.7.1.csproj | 72 ++++++++++++++++++++ Utils/Utils.csproj | 108 ++++++++++-------------------- Utils/Utils_Core.csproj | 36 ---------- 5 files changed, 155 insertions(+), 155 deletions(-) rename Utils_Core.sln => Utils-4.7.1.sln (58%) create mode 100644 Utils/Utils-4.7.1.csproj delete mode 100644 Utils/Utils_Core.csproj diff --git a/Utils_Core.sln b/Utils-4.7.1.sln similarity index 58% rename from Utils_Core.sln rename to Utils-4.7.1.sln index ea29322..19c37bb 100644 --- a/Utils_Core.sln +++ b/Utils-4.7.1.sln @@ -1,25 +1,22 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29215.179 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils_Core.csproj", "{A289C67C-BC49-46A0-8657-B444C605079E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A289C67C-BC49-46A0-8657-B444C605079E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A289C67C-BC49-46A0-8657-B444C605079E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A289C67C-BC49-46A0-8657-B444C605079E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A289C67C-BC49-46A0-8657-B444C605079E}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A7224DC4-69F1-4273-BE78-3D9DC80A28C5} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "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 + {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 +EndGlobal diff --git a/Utils.sln b/Utils.sln index 5f890a0..2760467 100644 --- a/Utils.sln +++ b/Utils.sln @@ -1,22 +1,25 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29215.179 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.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 - {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 -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{A289C67C-BC49-46A0-8657-B444C605079E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A289C67C-BC49-46A0-8657-B444C605079E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A289C67C-BC49-46A0-8657-B444C605079E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A289C67C-BC49-46A0-8657-B444C605079E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A289C67C-BC49-46A0-8657-B444C605079E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A7224DC4-69F1-4273-BE78-3D9DC80A28C5} + EndGlobalSection +EndGlobal diff --git a/Utils/Utils-4.7.1.csproj b/Utils/Utils-4.7.1.csproj new file mode 100644 index 0000000..4b999ed --- /dev/null +++ b/Utils/Utils-4.7.1.csproj @@ -0,0 +1,72 @@ + + + + + Debug + AnyCPU + {FAC8CE64-BF13-4ECE-8097-AEB5DD060098} + Library + Properties + BlubbFish.Utils + Utils + v4.7.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Utils/Utils.csproj b/Utils/Utils.csproj index 4b999ed..d9330fe 100644 --- a/Utils/Utils.csproj +++ b/Utils/Utils.csproj @@ -1,72 +1,36 @@ - - - - - Debug - AnyCPU - {FAC8CE64-BF13-4ECE-8097-AEB5DD060098} - Library - Properties - BlubbFish.Utils - Utils - v4.7.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + netcoreapp3.1 + Utils + BlubbFish.Utils + Provides useful classes for other projects + BlubbFish + BlubbFish + Utils.BlubbFish + Copyright © BlubbFish 2014 - 02.10.2018 + 1.4.0 + 1.4.0 + de-DE + LICENSE + http://git.blubbfish.net/vs_utils/Utils + http://git.blubbfish.net/vs_utils/Utils.git + git + 1.4.0 + 1.4.0 Add Helper to Utils + + + + + + + + + + + True + + + + + diff --git a/Utils/Utils_Core.csproj b/Utils/Utils_Core.csproj deleted file mode 100644 index b2c024b..0000000 --- a/Utils/Utils_Core.csproj +++ /dev/null @@ -1,36 +0,0 @@ - - - - netcoreapp3.0 - Utils - BlubbFish.Utils - Provides useful classes for other projects - BlubbFish - BlubbFish - Utils.BlubbFish - Copyright © BlubbFish 2014 - 02.10.2018 - 1.4.0 - 1.4.0 - de-DE - LICENSE - http://git.blubbfish.net/vs_utils/Utils - http://git.blubbfish.net/vs_utils/Utils.git - git - 1.4.0 - 1.4.0 Add Helper to Utils - - - - - - - - - - - True - - - - -