-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceAPI.sln
43 lines (43 loc) · 2.5 KB
/
ServiceAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceAPI", "ServiceAPI\ServiceAPI.csproj", "{DF272135-DA42-42A3-9591-25495EBF9C91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumerAPI", "ConsumerAPI\ConsumerAPI.csproj", "{A8EA7690-32EC-46C3-872A-B477BA6B6CE1}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{2408DD7B-5B1B-49B6-8517-404ACCE2EC29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceAPI.Tests", "ServiceAPI.Tests\ServiceAPI.Tests.csproj", "{FE6AFCE0-FE68-44B6-8A5A-AD5645BE95DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF272135-DA42-42A3-9591-25495EBF9C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF272135-DA42-42A3-9591-25495EBF9C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF272135-DA42-42A3-9591-25495EBF9C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF272135-DA42-42A3-9591-25495EBF9C91}.Release|Any CPU.Build.0 = Release|Any CPU
{A8EA7690-32EC-46C3-872A-B477BA6B6CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8EA7690-32EC-46C3-872A-B477BA6B6CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8EA7690-32EC-46C3-872A-B477BA6B6CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8EA7690-32EC-46C3-872A-B477BA6B6CE1}.Release|Any CPU.Build.0 = Release|Any CPU
{2408DD7B-5B1B-49B6-8517-404ACCE2EC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2408DD7B-5B1B-49B6-8517-404ACCE2EC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2408DD7B-5B1B-49B6-8517-404ACCE2EC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2408DD7B-5B1B-49B6-8517-404ACCE2EC29}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6AFCE0-FE68-44B6-8A5A-AD5645BE95DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6AFCE0-FE68-44B6-8A5A-AD5645BE95DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6AFCE0-FE68-44B6-8A5A-AD5645BE95DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6AFCE0-FE68-44B6-8A5A-AD5645BE95DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5D388EC-FC34-4FE6-9D82-D1EA4AEBD554}
EndGlobalSection
EndGlobal