From 13097784c1627b2631256036ebd02a274a32c4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Simuni=C4=8D?= Date: Wed, 16 Feb 2022 20:19:05 +0100 Subject: [PATCH] Removed the Core project due to errors Also because this is a dead end version and 2.0 is already built on .NET 6.0 --- 86BoxManager.sln | 14 ++------------ 86BoxManagerCore/86BoxManagerCore.csproj | 20 -------------------- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 86BoxManagerCore/86BoxManagerCore.csproj diff --git a/86BoxManager.sln b/86BoxManager.sln index 12d67fb..7086602 100644 --- a/86BoxManager.sln +++ b/86BoxManager.sln @@ -1,12 +1,10 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2036 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32210.238 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "86BoxManager", "86boxManager\86BoxManager.csproj", "{559F81B9-D1A5-45FC-AA69-E98F3B3926BB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "86BoxManagerCore", "86BoxManagerCore\86BoxManagerCore.csproj", "{508DDE75-0405-47E9-9876-D3DF2D7047B3}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -23,14 +21,6 @@ Global {559F81B9-D1A5-45FC-AA69-E98F3B3926BB}.Release|Any CPU.Build.0 = Release|x86 {559F81B9-D1A5-45FC-AA69-E98F3B3926BB}.Release|x86.ActiveCfg = Release|x86 {559F81B9-D1A5-45FC-AA69-E98F3B3926BB}.Release|x86.Build.0 = Release|x86 - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Debug|x86.ActiveCfg = Debug|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Debug|x86.Build.0 = Debug|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Release|Any CPU.Build.0 = Release|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Release|x86.ActiveCfg = Release|Any CPU - {508DDE75-0405-47E9-9876-D3DF2D7047B3}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/86BoxManagerCore/86BoxManagerCore.csproj b/86BoxManagerCore/86BoxManagerCore.csproj deleted file mode 100644 index 4afbb3b..0000000 --- a/86BoxManagerCore/86BoxManagerCore.csproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - WinExe - netcoreapp3.0 - _86BoxManager - true - - false - 86Manager - - ..\86BoxManager\Resources\86Box.ico - - - - - - - - \ No newline at end of file