-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDistributedLogging.sln
More file actions
54 lines (54 loc) · 3.25 KB
/
DistributedLogging.sln
File metadata and controls
54 lines (54 loc) · 3.25 KB
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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceA", "ServiceA\ServiceA.csproj", "{B10CC534-0867-4A63-8EC1-35C936C7BE25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{435D0350-C7EF-4479-9DC7-13B2CF944494}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.Logging", "Common.Logging\Common.Logging.csproj", "{D3CDD258-92D3-4217-AC49-9F644B1160E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceB", "ServiceB\ServiceB.csproj", "{B054E0C5-3B8A-419C-8089-B8440C7AFB3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aggregator", "Aggregator\Aggregator.csproj", "{723FDCA7-6236-4D4C-B0D8-C928CA41CDFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceB.Service", "ServiceB.Service\ServiceB.Service.csproj", "{A501D424-912A-4C21-BF25-3190CD10874E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B10CC534-0867-4A63-8EC1-35C936C7BE25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B10CC534-0867-4A63-8EC1-35C936C7BE25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B10CC534-0867-4A63-8EC1-35C936C7BE25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B10CC534-0867-4A63-8EC1-35C936C7BE25}.Release|Any CPU.Build.0 = Release|Any CPU
{D3CDD258-92D3-4217-AC49-9F644B1160E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3CDD258-92D3-4217-AC49-9F644B1160E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3CDD258-92D3-4217-AC49-9F644B1160E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3CDD258-92D3-4217-AC49-9F644B1160E2}.Release|Any CPU.Build.0 = Release|Any CPU
{B054E0C5-3B8A-419C-8089-B8440C7AFB3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B054E0C5-3B8A-419C-8089-B8440C7AFB3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B054E0C5-3B8A-419C-8089-B8440C7AFB3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B054E0C5-3B8A-419C-8089-B8440C7AFB3F}.Release|Any CPU.Build.0 = Release|Any CPU
{723FDCA7-6236-4D4C-B0D8-C928CA41CDFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{723FDCA7-6236-4D4C-B0D8-C928CA41CDFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{723FDCA7-6236-4D4C-B0D8-C928CA41CDFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{723FDCA7-6236-4D4C-B0D8-C928CA41CDFD}.Release|Any CPU.Build.0 = Release|Any CPU
{A501D424-912A-4C21-BF25-3190CD10874E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A501D424-912A-4C21-BF25-3190CD10874E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A501D424-912A-4C21-BF25-3190CD10874E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A501D424-912A-4C21-BF25-3190CD10874E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D3CDD258-92D3-4217-AC49-9F644B1160E2} = {435D0350-C7EF-4479-9DC7-13B2CF944494}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C106C37-A827-469F-A8BE-499ED901B97A}
EndGlobalSection
EndGlobal