From 630ffce1fb162455e66ae1123b2951e1d4419819 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Tue, 18 Jul 2017 14:40:43 +0100 Subject: [PATCH] Remove old Client solution --- BankingBot.sln | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/BankingBot.sln b/BankingBot.sln index bf5ab58..c77ad7e 100644 --- a/BankingBot.sln +++ b/BankingBot.sln @@ -1,12 +1,10 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.15 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankingBot", "BankingBot\BankingBot.csproj", "{ED9159EE-D75C-4E04-B99D-E2364493B841}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{5D22A7BD-CF77-43DD-99AE-949ACB1E45C6}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -17,10 +15,6 @@ Global {ED9159EE-D75C-4E04-B99D-E2364493B841}.Debug|Any CPU.Build.0 = Debug|Any CPU {ED9159EE-D75C-4E04-B99D-E2364493B841}.Release|Any CPU.ActiveCfg = Release|Any CPU {ED9159EE-D75C-4E04-B99D-E2364493B841}.Release|Any CPU.Build.0 = Release|Any CPU - {5D22A7BD-CF77-43DD-99AE-949ACB1E45C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5D22A7BD-CF77-43DD-99AE-949ACB1E45C6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5D22A7BD-CF77-43DD-99AE-949ACB1E45C6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5D22A7BD-CF77-43DD-99AE-949ACB1E45C6}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE