@@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.31624.102
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "02. Core Layer" , "02. Core Layer" , "{6E495E0A-0DC8-4E42-8C58-3C48506D3D24}"
77EndProject
8- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "04 . Testing Layer" , "04 . Testing Layer" , "{2A14F697-FFC8-402F-82B4-8128FE897DC9}"
8+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "06 . Testing Layer" , "06 . Testing Layer" , "{2A14F697-FFC8-402F-82B4-8128FE897DC9}"
99EndProject
1010Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "03. Startup Layer" , "03. Startup Layer" , "{20A0BD99-A4F3-4FD5-A6FA-1935D7464DB8}"
1111EndProject
@@ -65,6 +65,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaasNet.EventMesh.Service",
6565EndProject
6666Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "04. Installer Layer" , "04. Installer Layer" , "{F9148CB9-8CA8-43BA-85F2-46C94AF624D7}"
6767EndProject
68+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "05. CLI Layer" , "05. CLI Layer" , "{E7E305E3-DDFE-4523-8343-82C62884A323}"
69+ EndProject
70+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "FaasNet.EventMeshCTL.CLI" , "src\EventMesh\FaasNet.EventMeshCTL.CLI\FaasNet.EventMeshCTL.CLI.csproj" , "{294141B6-1F8D-43D9-BF3E-5A86FFD8F38D}"
71+ EndProject
6872Global
6973 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
7074 Debug| Any CPU = Debug| Any CPU
@@ -159,6 +163,10 @@ Global
159163 {21CC76FF-FA0A-4FF2-A0A1-78A8C107FCEE} .Debug| Any CPU .Build .0 = Debug| Any CPU
160164 {21CC76FF-FA0A-4FF2-A0A1-78A8C107FCEE} .Release| Any CPU .ActiveCfg = Release| Any CPU
161165 {21CC76FF-FA0A-4FF2-A0A1-78A8C107FCEE} .Release| Any CPU .Build .0 = Release| Any CPU
166+ {294141B6-1F8D-43D9-BF3E-5A86FFD8F38D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
167+ {294141B6-1F8D-43D9-BF3E-5A86FFD8F38D} .Debug| Any CPU .Build .0 = Debug| Any CPU
168+ {294141B6-1F8D-43D9-BF3E-5A86FFD8F38D} .Release| Any CPU .ActiveCfg = Release| Any CPU
169+ {294141B6-1F8D-43D9-BF3E-5A86FFD8F38D} .Release| Any CPU .Build .0 = Release| Any CPU
162170 EndGlobalSection
163171 GlobalSection (SolutionProperties ) = preSolution
164172 HideSolutionNode = FALSE
@@ -189,6 +197,7 @@ Global
189197 {8B617B76-FFD2-4DBE-921E-B7DB73309530} = {7A13262A-D1E6-4210-BA95-03A0741CBFA4}
190198 {D581D830-5A97-451F-96C5-8AC513EC308D} = {8B617B76-FFD2-4DBE-921E-B7DB73309530}
191199 {21CC76FF-FA0A-4FF2-A0A1-78A8C107FCEE} = {F9148CB9-8CA8-43BA-85F2-46C94AF624D7}
200+ {294141B6-1F8D-43D9-BF3E-5A86FFD8F38D} = {E7E305E3-DDFE-4523-8343-82C62884A323}
192201 EndGlobalSection
193202 GlobalSection (ExtensibilityGlobals ) = postSolution
194203 SolutionGuid = {B9BD3B8C-B2C9-468F-BF54-66BFE9B565EC}
0 commit comments