@@ -5,11 +5,13 @@ VisualStudioVersion = 16.0.28803.202
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Source" , "Source" , "{57BAE1BC-D418-4A95-B292-C0E9324B0A54}"
77EndProject
8+ #if (IntegrationTest)
89Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Tests" , "Tests" , "{D57B72FA-A893-400C-AB2E-6919219A38D2}"
910 Project Section (SolutionItems ) = preProject
1011 Tests \.editorconfig = Tests \.editorconfig
1112 EndProject Section
1213EndProject
14+ #endif
1315Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OrleansTemplate.Abstractions" , "Source\OrleansTemplate.Abstractions\OrleansTemplate.Abstractions.csproj" , "{B6993204-7350-4D3E-8C48-6C3914230E9F}"
1416EndProject
1517Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OrleansTemplate.Grains" , "Source\OrleansTemplate.Grains\OrleansTemplate.Grains.csproj" , "{583E0D0E-322C-4C13-81C6-5E3FB785A8AF}"
@@ -18,8 +20,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrleansTemplate.Server", "S
1820EndProject
1921Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OrleansTemplate.Client" , "Source\OrleansTemplate.Client\OrleansTemplate.Client.csproj" , "{2A41B472-8BCE-42D5-A64B-C1ED9C9BA60C}"
2022EndProject
23+ #if (IntegrationTest)
2124Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OrleansTemplate.Server.IntegrationTest" , "Tests\OrleansTemplate.Server.IntegrationTest\OrleansTemplate.Server.IntegrationTest.csproj" , "{B186DB6A-88E5-40AB-B3E1-1468C925C9B7}"
2225EndProject
26+ #endif
2327Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{FBD2504D-975E-4B64-B938-7DDD19C7DB9D}"
2428 Project Section (SolutionItems ) = preProject
2529 .dockerignore = .dockerignore
@@ -86,10 +90,12 @@ Global
8690 {2A41B472-8BCE-42D5-A64B-C1ED9C9BA60C} .Debug| Any CPU .Build .0 = Debug| Any CPU
8791 {2A41B472-8BCE-42D5-A64B-C1ED9C9BA60C} .Release| Any CPU .ActiveCfg = Release| Any CPU
8892 {2A41B472-8BCE-42D5-A64B-C1ED9C9BA60C} .Release| Any CPU .Build .0 = Release| Any CPU
93+ #if (IntegrationTest)
8994 {B186DB6A-88E5-40AB-B3E1-1468C925C9B7} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
9095 {B186DB6A-88E5-40AB-B3E1-1468C925C9B7} .Debug| Any CPU .Build .0 = Debug| Any CPU
9196 {B186DB6A-88E5-40AB-B3E1-1468C925C9B7} .Release| Any CPU .ActiveCfg = Release| Any CPU
9297 {B186DB6A-88E5-40AB-B3E1-1468C925C9B7} .Release| Any CPU .Build .0 = Release| Any CPU
98+ #endif
9399 EndGlobalSection
94100 GlobalSection (SolutionProperties ) = preSolution
95101 HideSolutionNode = FALSE
@@ -99,7 +105,9 @@ Global
99105 {583E0D0E-322C-4C13-81C6-5E3FB785A8AF} = {57BAE1BC-D418-4A95-B292-C0E9324B0A54}
100106 {F522EB3C-EF6B-4517-B8D7-F1363E7ADC6E} = {57BAE1BC-D418-4A95-B292-C0E9324B0A54}
101107 {2A41B472-8BCE-42D5-A64B-C1ED9C9BA60C} = {57BAE1BC-D418-4A95-B292-C0E9324B0A54}
108+ #if (IntegrationTest)
102109 {B186DB6A-88E5-40AB-B3E1-1468C925C9B7} = {D57B72FA-A893-400C-AB2E-6919219A38D2}
110+ #endif
103111 {76BD1373-F876-4779-A7C8-6FAAF1088B16} = {FBD2504D-975E-4B64-B938-7DDD19C7DB9D}
104112 {050450CA-B8A7-4B91-BB2A-9B59FAE1A52B} = {76BD1373-F876-4779-A7C8-6FAAF1088B16}
105113 {90F1A60D-6607-44BF-AB4C-F53B1E31194F} = {60E0F62E-605A-48F2-BFCA-C63B45AB6335}
0 commit comments