Remove command pattern, as I don't see it relevant

This commit is contained in:
Petrutiu Mihai
2016-06-21 16:57:39 +03:00
parent 36c3127081
commit 90fd5764d4
5 changed files with 0 additions and 76 deletions

View File

@@ -14,8 +14,6 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "BehavioralPatterns", "src\B
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ChainOfResponssibility", "src\ChainOfResponssibility\ChainOfResponssibility.xproj", "{89536824-683F-4351-8789-406D7BDD922D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CommandPattern", "src\CommandPattern\CommandPattern.xproj", "{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -30,10 +28,6 @@ Global
{89536824-683F-4351-8789-406D7BDD922D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89536824-683F-4351-8789-406D7BDD922D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89536824-683F-4351-8789-406D7BDD922D}.Release|Any CPU.Build.0 = Release|Any CPU
{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -41,6 +35,5 @@ Global
GlobalSection(NestedProjects) = preSolution
{E3092EE0-1282-4AB4-9FA2-0338348D8FD1} = {3820200F-354C-41E6-8F34-B301F5D621C2}
{89536824-683F-4351-8789-406D7BDD922D} = {3820200F-354C-41E6-8F34-B301F5D621C2}
{CCC23C3A-7A67-40BD-80FB-C4D2C0342E50} = {3820200F-354C-41E6-8F34-B301F5D621C2}
EndGlobalSection
EndGlobal