From 9d860c89948ac9adf250ceb01d4080f63f747fbf Mon Sep 17 00:00:00 2001 From: James Bristow Date: Fri, 9 Feb 2024 01:15:57 +1300 Subject: [PATCH] Removing unit test framework from solution --- SVSModel.sln | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SVSModel.sln b/SVSModel.sln index 0827fb7..1785fab 100644 --- a/SVSModel.sln +++ b/SVSModel.sln @@ -16,8 +16,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsConsole", "TestConsole EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestComponents", "TestComponents\TestComponents.csproj", "{B3488A79-46B6-4AE0-A327-1EFA5F850075}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SVSModel.Tests", "SVSModel.Tests\SVSModel.Tests.csproj", "{0D91C706-BC06-483E-993D-EAB30C0D62D6}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -42,10 +40,6 @@ Global {B3488A79-46B6-4AE0-A327-1EFA5F850075}.Debug|Any CPU.Build.0 = Debug|Any CPU {B3488A79-46B6-4AE0-A327-1EFA5F850075}.Release|Any CPU.ActiveCfg = Release|Any CPU {B3488A79-46B6-4AE0-A327-1EFA5F850075}.Release|Any CPU.Build.0 = Release|Any CPU - {0D91C706-BC06-483E-993D-EAB30C0D62D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0D91C706-BC06-483E-993D-EAB30C0D62D6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0D91C706-BC06-483E-993D-EAB30C0D62D6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0D91C706-BC06-483E-993D-EAB30C0D62D6}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE