@@ -3,13 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 16
44VisualStudioVersion = 16.0.29009.5
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "IntegrationContainers.API" , "IntegrationContainers.API\IntegrationContainers.API.csproj" , "{726F677C-FC88-495D-9504-A95A213A4FC2}"
6+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "IntegrationContainers.API" , "IntegrationContainers.API\IntegrationContainers.API.csproj" , "{726F677C-FC88-495D-9504-A95A213A4FC2}"
77EndProject
8- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "IntegrationContainers.Data" , "IntegrationContainers.Data\IntegrationContainers.Data.csproj" , "{5D1D6D92-B546-4F2F-8B08-EF054A0D2FE8}"
8+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "IntegrationContainers.Data" , "IntegrationContainers.Data\IntegrationContainers.Data.csproj" , "{5D1D6D92-B546-4F2F-8B08-EF054A0D2FE8}"
99EndProject
1010Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{4E42FBA5-4F43-460E-AE5C-4A69E15D64D1}"
1111EndProject
12- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "IntegrationContainers.API.Tests" , "tests\IntegrationContainers.API.Tests\IntegrationContainers.API.Tests.csproj" , "{D1B26BF0-3478-4A59-AA32-77E73B2D635A}"
12+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "IntegrationContainers.API.Tests" , "tests\IntegrationContainers.API.Tests\IntegrationContainers.API.Tests.csproj" , "{D1B26BF0-3478-4A59-AA32-77E73B2D635A}"
13+ EndProject
14+ Project ("{E53339B2-1760-4266-BCC7-CA923CBCF16C}" ) = "docker-compose" , "docker-compose.dcproj" , "{B6447C22-CA39-4043-873A-ACFAEBC61CF0}"
1315EndProject
1416Global
1517 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -29,6 +31,10 @@ Global
2931 {D1B26BF0-3478-4A59-AA32-77E73B2D635A} .Debug| Any CPU .Build .0 = Debug| Any CPU
3032 {D1B26BF0-3478-4A59-AA32-77E73B2D635A} .Release| Any CPU .ActiveCfg = Release| Any CPU
3133 {D1B26BF0-3478-4A59-AA32-77E73B2D635A} .Release| Any CPU .Build .0 = Release| Any CPU
34+ {B6447C22-CA39-4043-873A-ACFAEBC61CF0} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35+ {B6447C22-CA39-4043-873A-ACFAEBC61CF0} .Debug| Any CPU .Build .0 = Debug| Any CPU
36+ {B6447C22-CA39-4043-873A-ACFAEBC61CF0} .Release| Any CPU .ActiveCfg = Release| Any CPU
37+ {B6447C22-CA39-4043-873A-ACFAEBC61CF0} .Release| Any CPU .Build .0 = Release| Any CPU
3238 EndGlobalSection
3339 GlobalSection (SolutionProperties ) = preSolution
3440 HideSolutionNode = FALSE
0 commit comments