-
Notifications
You must be signed in to change notification settings - Fork 3
/
ServiceFabric.Watchdog.Sample.sln
78 lines (78 loc) · 5.07 KB
/
ServiceFabric.Watchdog.Sample.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFabric.Metrics", "ServiceFabric.Metrics\ServiceFabric.Metrics.csproj", "{3552851C-D2EC-46AB-B02A-98D949F1A501}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Watchdog", "ServiceFabric.Watchdog\ServiceFabric.Watchdog.csproj", "{405134F8-DD74-4079-ADF1-10E9AD2D708A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{B3AD4680-FFB0-4563-944B-A26F8996F296}"
EndProject
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "ServiceFabricWatchdogSample", "ServiceFabricWatchdogSample\ServiceFabricWatchdogSample.sfproj", "{984AEC2C-7910-43EE-A663-E9EE3B27B256}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MetricsBuilderSampleService", "MetricsBuilderSampleService\MetricsBuilderSampleService.csproj", "{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WatchdogSampleService", "WatchdogSampleService\WatchdogSampleService.csproj", "{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Debug|x64.ActiveCfg = Debug|x64
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Debug|x64.Build.0 = Debug|x64
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Release|Any CPU.Build.0 = Release|Any CPU
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Release|x64.ActiveCfg = Release|x64
{3552851C-D2EC-46AB-B02A-98D949F1A501}.Release|x64.Build.0 = Release|x64
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Debug|x64.ActiveCfg = Debug|x64
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Debug|x64.Build.0 = Debug|x64
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Release|Any CPU.Build.0 = Release|Any CPU
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Release|x64.ActiveCfg = Release|x64
{405134F8-DD74-4079-ADF1-10E9AD2D708A}.Release|x64.Build.0 = Release|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Debug|Any CPU.ActiveCfg = Debug|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Debug|x64.ActiveCfg = Debug|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Debug|x64.Build.0 = Debug|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Debug|x64.Deploy.0 = Debug|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Release|Any CPU.ActiveCfg = Release|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Release|x64.ActiveCfg = Release|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Release|x64.Build.0 = Release|x64
{984AEC2C-7910-43EE-A663-E9EE3B27B256}.Release|x64.Deploy.0 = Release|x64
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Debug|x64.ActiveCfg = Debug|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Debug|x64.Build.0 = Debug|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Release|Any CPU.Build.0 = Release|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Release|x64.ActiveCfg = Release|Any CPU
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A}.Release|x64.Build.0 = Release|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Debug|x64.ActiveCfg = Debug|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Debug|x64.Build.0 = Debug|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Release|Any CPU.Build.0 = Release|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Release|x64.ActiveCfg = Release|Any CPU
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{984AEC2C-7910-43EE-A663-E9EE3B27B256} = {B3AD4680-FFB0-4563-944B-A26F8996F296}
{3AD44F27-0A6E-4B74-8D95-1B54B43C069A} = {B3AD4680-FFB0-4563-944B-A26F8996F296}
{30ED48EF-88B1-4E85-B455-8CF8298BFFD3} = {B3AD4680-FFB0-4563-944B-A26F8996F296}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00017723-E0B2-4D28-A2BB-C1D6A5C1D2AE}
EndGlobalSection
EndGlobal