Browse Source

bff

pull/931/head
Erik Pique 6 years ago
parent
commit
c4c6fa7128
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      ServiceFabric/Linux/sfLinux.sln

+ 10
- 0
ServiceFabric/Linux/sfLinux.sln View File

@ -25,6 +25,8 @@ Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "eShopOnServiceFabricApiGW",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiGw_Base", "eShopOnServiceFabricApiGateWays\ApiGw_Base\ApiGw_Base.csproj", "{915E300A-B501-45A5-8A21-E39F72937FF1}"
EndProject
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "eShopOnServiceFabricBFF", "eShopOnServiceFabricBFF\eShopOnServiceFabricBFF.sfproj", "{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -121,6 +123,14 @@ Global
{915E300A-B501-45A5-8A21-E39F72937FF1}.Release|Any CPU.Build.0 = Release|Any CPU
{915E300A-B501-45A5-8A21-E39F72937FF1}.Release|x64.ActiveCfg = Release|Any CPU
{915E300A-B501-45A5-8A21-E39F72937FF1}.Release|x64.Build.0 = Release|Any CPU
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Debug|Any CPU.ActiveCfg = Debug|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Debug|x64.ActiveCfg = Debug|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Debug|x64.Build.0 = Debug|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Debug|x64.Deploy.0 = Debug|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Release|Any CPU.ActiveCfg = Release|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Release|x64.ActiveCfg = Release|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Release|x64.Build.0 = Release|x64
{E7CE09DB-6223-4A36-A5A9-AEC2E4FE6833}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE


Loading…
Cancel
Save