-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElasticAPM_POC.sln
37 lines (37 loc) · 1.98 KB
/
ElasticAPM_POC.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 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API1", "API1\API1.csproj", "{6EFA85AF-5050-4774-BBE2-775FFAA4BE5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API2", "API2\API2.csproj", "{9EF5DE1E-16BB-486E-8E40-26985EE24924}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{B8DA3DBE-BC76-4A48-AFFC-6E084866433B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EFA85AF-5050-4774-BBE2-775FFAA4BE5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EFA85AF-5050-4774-BBE2-775FFAA4BE5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EFA85AF-5050-4774-BBE2-775FFAA4BE5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EFA85AF-5050-4774-BBE2-775FFAA4BE5B}.Release|Any CPU.Build.0 = Release|Any CPU
{9EF5DE1E-16BB-486E-8E40-26985EE24924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EF5DE1E-16BB-486E-8E40-26985EE24924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EF5DE1E-16BB-486E-8E40-26985EE24924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EF5DE1E-16BB-486E-8E40-26985EE24924}.Release|Any CPU.Build.0 = Release|Any CPU
{B8DA3DBE-BC76-4A48-AFFC-6E084866433B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DA3DBE-BC76-4A48-AFFC-6E084866433B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DA3DBE-BC76-4A48-AFFC-6E084866433B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DA3DBE-BC76-4A48-AFFC-6E084866433B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A74C48A-BFF5-435F-93B4-788EC0242BA6}
EndGlobalSection
EndGlobal