-
Notifications
You must be signed in to change notification settings - Fork 0
/
Docker Monitor.sln
42 lines (42 loc) · 2.39 KB
/
Docker Monitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Docker Monitor", "Docker Monitor\Docker Monitor.csproj", "{8952E488-2FA2-41B6-B512-835788D8899C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{4BD8B5DA-7141-43B9-9BA2-89CFAF22B766}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Docker Monitor Common", "Docker Monitor Common\Docker Monitor Common.csproj", "{0CC81021-680D-4A89-92F7-EFE1A8100EBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Docker Monitor Mailer Plugin", "Plugins\Docker Monitor Mailer Plugin\Docker Monitor Mailer Plugin.csproj", "{96DDEC3A-413C-42BB-837D-1300C266292F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8952E488-2FA2-41B6-B512-835788D8899C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8952E488-2FA2-41B6-B512-835788D8899C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8952E488-2FA2-41B6-B512-835788D8899C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8952E488-2FA2-41B6-B512-835788D8899C}.Release|Any CPU.Build.0 = Release|Any CPU
{0CC81021-680D-4A89-92F7-EFE1A8100EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CC81021-680D-4A89-92F7-EFE1A8100EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CC81021-680D-4A89-92F7-EFE1A8100EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CC81021-680D-4A89-92F7-EFE1A8100EBB}.Release|Any CPU.Build.0 = Release|Any CPU
{96DDEC3A-413C-42BB-837D-1300C266292F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96DDEC3A-413C-42BB-837D-1300C266292F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96DDEC3A-413C-42BB-837D-1300C266292F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96DDEC3A-413C-42BB-837D-1300C266292F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{96DDEC3A-413C-42BB-837D-1300C266292F} = {4BD8B5DA-7141-43B9-9BA2-89CFAF22B766}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A006BEC-E249-400B-953E-BA51E6A3A75E}
EndGlobalSection
EndGlobal