@@ -195,14 +195,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testcontainers.Tests", "tes
195195EndProject
196196Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Testcontainers.WebDriver.Tests" , "tests\Testcontainers.WebDriver.Tests\Testcontainers.WebDriver.Tests.csproj" , "{EBA72C3B-57D5-43FF-A5B4-3D55B3B6D4C2}"
197197EndProject
198+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Testcontainers.Seq" , "src\Testcontainers.Seq\Testcontainers.Seq.csproj" , "{7AC5C1F7-1469-4E5C-AF24-08F22012049E}"
199+ EndProject
200+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Testcontainers.Seq.Tests" , "tests\Testcontainers.Seq.Tests\Testcontainers.Seq.Tests.csproj" , "{14402644-8592-4A99-AD5F-F141DE0A4A8F}"
201+ EndProject
198202Global
199203 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
200204 Debug| Any CPU = Debug| Any CPU
201205 Release| Any CPU = Release| Any CPU
202206 EndGlobalSection
203- GlobalSection (SolutionProperties ) = preSolution
204- HideSolutionNode = FALSE
205- EndGlobalSection
206207 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
207208 {5365F780-0E6C-41F0-B1B9-7DC34368F80C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
208209 {5365F780-0E6C-41F0-B1B9-7DC34368F80C} .Debug| Any CPU .Build .0 = Debug| Any CPU
@@ -568,6 +569,17 @@ Global
568569 {EBA72C3B-57D5-43FF-A5B4-3D55B3B6D4C2} .Debug| Any CPU .Build .0 = Debug| Any CPU
569570 {EBA72C3B-57D5-43FF-A5B4-3D55B3B6D4C2} .Release| Any CPU .ActiveCfg = Release| Any CPU
570571 {EBA72C3B-57D5-43FF-A5B4-3D55B3B6D4C2} .Release| Any CPU .Build .0 = Release| Any CPU
572+ {7AC5C1F7-1469-4E5C-AF24-08F22012049E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
573+ {7AC5C1F7-1469-4E5C-AF24-08F22012049E} .Debug| Any CPU .Build .0 = Debug| Any CPU
574+ {7AC5C1F7-1469-4E5C-AF24-08F22012049E} .Release| Any CPU .ActiveCfg = Release| Any CPU
575+ {7AC5C1F7-1469-4E5C-AF24-08F22012049E} .Release| Any CPU .Build .0 = Release| Any CPU
576+ {14402644-8592-4A99-AD5F-F141DE0A4A8F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
577+ {14402644-8592-4A99-AD5F-F141DE0A4A8F} .Debug| Any CPU .Build .0 = Debug| Any CPU
578+ {14402644-8592-4A99-AD5F-F141DE0A4A8F} .Release| Any CPU .ActiveCfg = Release| Any CPU
579+ {14402644-8592-4A99-AD5F-F141DE0A4A8F} .Release| Any CPU .Build .0 = Release| Any CPU
580+ EndGlobalSection
581+ GlobalSection (SolutionProperties ) = preSolution
582+ HideSolutionNode = FALSE
571583 EndGlobalSection
572584 GlobalSection (NestedProjects ) = preSolution
573585 {5365F780-0E6C-41F0-B1B9-7DC34368F80C} = {673F23AE-7694-4BB9-ABD4-136D6C13634E}
@@ -661,5 +673,7 @@ Global
661673 {9E8E6AA5-65D1-498F-BEAB-BA34723A0050} = {7164F1FB-7F24-444A-ACD2-2C329C2B3CCF}
662674 {27CDB869-A150-4593-958F-6F26E5391E7C} = {7164F1FB-7F24-444A-ACD2-2C329C2B3CCF}
663675 {EBA72C3B-57D5-43FF-A5B4-3D55B3B6D4C2} = {7164F1FB-7F24-444A-ACD2-2C329C2B3CCF}
676+ {7AC5C1F7-1469-4E5C-AF24-08F22012049E} = {673F23AE-7694-4BB9-ABD4-136D6C13634E}
677+ {14402644-8592-4A99-AD5F-F141DE0A4A8F} = {7164F1FB-7F24-444A-ACD2-2C329C2B3CCF}
664678 EndGlobalSection
665679EndGlobal
0 commit comments