-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicroservicesTut.sln
37 lines (37 loc) · 1.97 KB
/
MicroservicesTut.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App1", "App1\App1.csproj", "{C21ACCA4-410A-4AA1-82E8-8C017F02B240}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App2", "App2\App2.csproj", "{4A344F00-35BE-426E-9DCD-FB9702D93955}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gateway", "Gateway\Gateway.csproj", "{DF3EB693-B386-40C1-A445-3D6778F2E984}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C21ACCA4-410A-4AA1-82E8-8C017F02B240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C21ACCA4-410A-4AA1-82E8-8C017F02B240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C21ACCA4-410A-4AA1-82E8-8C017F02B240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C21ACCA4-410A-4AA1-82E8-8C017F02B240}.Release|Any CPU.Build.0 = Release|Any CPU
{4A344F00-35BE-426E-9DCD-FB9702D93955}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A344F00-35BE-426E-9DCD-FB9702D93955}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A344F00-35BE-426E-9DCD-FB9702D93955}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A344F00-35BE-426E-9DCD-FB9702D93955}.Release|Any CPU.Build.0 = Release|Any CPU
{DF3EB693-B386-40C1-A445-3D6778F2E984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF3EB693-B386-40C1-A445-3D6778F2E984}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF3EB693-B386-40C1-A445-3D6778F2E984}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF3EB693-B386-40C1-A445-3D6778F2E984}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54D38B6D-0412-43B3-961D-16AF2C8212E8}
EndGlobalSection
EndGlobal