-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAKS-3-Tier-App.sln
49 lines (49 loc) · 3.2 KB
/
AKS-3-Tier-App.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AKS.Three.Tier.App.API", "AKS.Three.Tier.App.API\AKS.Three.Tier.App.API.csproj", "{7106ABBF-FCBD-471E-8751-DB40D27D21A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AKS.Three.Tier.App.Frontend.Server", "AKS.Three.Tier.App.Frontend\Server\AKS.Three.Tier.App.Frontend.Server.csproj", "{2A2FFABD-A5B2-4966-B4D2-4BA18D7C0284}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AKS.Three.Tier.App.Frontend.Client", "AKS.Three.Tier.App.Frontend\Client\AKS.Three.Tier.App.Frontend.Client.csproj", "{0D0764D7-26D6-4949-A56F-C4186516AEA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AKS.Three.Tier.App.Frontend.Shared", "AKS.Three.Tier.App.Frontend\Shared\AKS.Three.Tier.App.Frontend.Shared.csproj", "{E7C993DD-C0E0-4A0A-B5F6-956222792429}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{9BF00C21-D367-4DAE-B7D3-74621A0A1D2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7106ABBF-FCBD-471E-8751-DB40D27D21A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7106ABBF-FCBD-471E-8751-DB40D27D21A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7106ABBF-FCBD-471E-8751-DB40D27D21A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7106ABBF-FCBD-471E-8751-DB40D27D21A5}.Release|Any CPU.Build.0 = Release|Any CPU
{2A2FFABD-A5B2-4966-B4D2-4BA18D7C0284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A2FFABD-A5B2-4966-B4D2-4BA18D7C0284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A2FFABD-A5B2-4966-B4D2-4BA18D7C0284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A2FFABD-A5B2-4966-B4D2-4BA18D7C0284}.Release|Any CPU.Build.0 = Release|Any CPU
{0D0764D7-26D6-4949-A56F-C4186516AEA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D0764D7-26D6-4949-A56F-C4186516AEA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D0764D7-26D6-4949-A56F-C4186516AEA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D0764D7-26D6-4949-A56F-C4186516AEA9}.Release|Any CPU.Build.0 = Release|Any CPU
{E7C993DD-C0E0-4A0A-B5F6-956222792429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C993DD-C0E0-4A0A-B5F6-956222792429}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C993DD-C0E0-4A0A-B5F6-956222792429}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C993DD-C0E0-4A0A-B5F6-956222792429}.Release|Any CPU.Build.0 = Release|Any CPU
{9BF00C21-D367-4DAE-B7D3-74621A0A1D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF00C21-D367-4DAE-B7D3-74621A0A1D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BF00C21-D367-4DAE-B7D3-74621A0A1D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF00C21-D367-4DAE-B7D3-74621A0A1D2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27BD6482-BA74-4781-9135-6F46BC00DDB5}
EndGlobalSection
EndGlobal