-
Notifications
You must be signed in to change notification settings - Fork 5
/
CK-Monitoring.sln
79 lines (78 loc) · 4.67 KB
/
CK-Monitoring.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
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C51E8D11-FC45-4D5B-85DC-68A7EEB83601}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
NuGet.config = NuGet.config
README.md = README.md
RepositoryInfo.xml = RepositoryInfo.xml
Common\SharedKey.snk = Common\SharedKey.snk
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1E041F87-872B-43D0-B107-2D998F7AEE38}"
ProjectSection(SolutionItems) = preProject
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Monitoring", "CK.Monitoring\CK.Monitoring.csproj", "{4A4EAEFF-2A8B-4308-A178-3FFEE94CC009}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Monitoring.Tests", "Tests\CK.Monitoring.Tests\CK.Monitoring.Tests.csproj", "{D9AC45A9-A7F9-4070-8AB4-50D76C688912}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeCakeBuilder", "CodeCakeBuilder\CodeCakeBuilder.csproj", "{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Monitoring.Hosting", "CK.Monitoring.Hosting\CK.Monitoring.Hosting.csproj", "{1B15B4E4-5404-4AC9-8D4C-D00D7A41F139}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CK.Monitoring.Hosting.Tests", "Tests\CK.Monitoring.Hosting.Tests\CK.Monitoring.Hosting.Tests.csproj", "{750F11FD-4571-4A05-8C45-1671CAE26495}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CK.Monitoring.MailAlerterHandler", "Tests\CK.Monitoring.MailAlerterHandler\CK.Monitoring.MailAlerterHandler.csproj", "{B2111F60-B536-4F08-A184-C110432446D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A4EAEFF-2A8B-4308-A178-3FFEE94CC009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A4EAEFF-2A8B-4308-A178-3FFEE94CC009}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A4EAEFF-2A8B-4308-A178-3FFEE94CC009}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A4EAEFF-2A8B-4308-A178-3FFEE94CC009}.Release|Any CPU.Build.0 = Release|Any CPU
{D9AC45A9-A7F9-4070-8AB4-50D76C688912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9AC45A9-A7F9-4070-8AB4-50D76C688912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9AC45A9-A7F9-4070-8AB4-50D76C688912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9AC45A9-A7F9-4070-8AB4-50D76C688912}.Release|Any CPU.Build.0 = Release|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD4817B6-3CD7-4E74-AA10-7CA95FDFCF2D}.Release|Any CPU.Build.0 = Release|Any CPU
{1B15B4E4-5404-4AC9-8D4C-D00D7A41F139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B15B4E4-5404-4AC9-8D4C-D00D7A41F139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B15B4E4-5404-4AC9-8D4C-D00D7A41F139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B15B4E4-5404-4AC9-8D4C-D00D7A41F139}.Release|Any CPU.Build.0 = Release|Any CPU
{750F11FD-4571-4A05-8C45-1671CAE26495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{750F11FD-4571-4A05-8C45-1671CAE26495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{750F11FD-4571-4A05-8C45-1671CAE26495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{750F11FD-4571-4A05-8C45-1671CAE26495}.Release|Any CPU.Build.0 = Release|Any CPU
{B2111F60-B536-4F08-A184-C110432446D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2111F60-B536-4F08-A184-C110432446D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2111F60-B536-4F08-A184-C110432446D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2111F60-B536-4F08-A184-C110432446D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9AC45A9-A7F9-4070-8AB4-50D76C688912} = {1E041F87-872B-43D0-B107-2D998F7AEE38}
{750F11FD-4571-4A05-8C45-1671CAE26495} = {1E041F87-872B-43D0-B107-2D998F7AEE38}
{B2111F60-B536-4F08-A184-C110432446D4} = {1E041F87-872B-43D0-B107-2D998F7AEE38}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0AA77C05-08ED-458A-A69D-43B7D4CD5324}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal