-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDownTimeAlerter.sln
64 lines (64 loc) · 4.18 KB
/
DownTimeAlerter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{6CA58088-1AB9-44C8-AF0F-7D1F3D42B428}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{17707EA6-9A3D-481B-A843-E4760510DA49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Business", "Business", "{ECF0429C-1670-4B1E-8944-96B0761D57FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6BEC980D-FA18-4037-B469-FCB80B7248F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownTimeAlerter.Business.Service", "Business\DownTimeAlerter.Business.Service\DownTimeAlerter.Business.Service.csproj", "{F99289B2-E498-4179-8614-86660BC66478}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownTimeAlerter.Data.Domain", "Data\DownTimeAlerter.Data.Domain\DownTimeAlerter.Data.Domain.csproj", "{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownTimeAlerter.Data.EF", "Data\DownTimeAlerter.Data.EF\DownTimeAlerter.Data.EF.csproj", "{89208790-DD7E-43B7-8BA0-C74ED22E1229}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownTimeAlerter.Tests", "Tests\DownTimeAlerter.Tests\DownTimeAlerter.Tests.csproj", "{2BA487C2-AF59-41DB-881D-973F0A27E0CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DownTimeAlerter.Application.UI", "Application\DownTimeAlerter.Application.UI\DownTimeAlerter.Application.UI.csproj", "{ECA97B63-AC08-42E9-83D2-2F5F3E12108F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F99289B2-E498-4179-8614-86660BC66478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F99289B2-E498-4179-8614-86660BC66478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F99289B2-E498-4179-8614-86660BC66478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F99289B2-E498-4179-8614-86660BC66478}.Release|Any CPU.Build.0 = Release|Any CPU
{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65}.Release|Any CPU.Build.0 = Release|Any CPU
{89208790-DD7E-43B7-8BA0-C74ED22E1229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89208790-DD7E-43B7-8BA0-C74ED22E1229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89208790-DD7E-43B7-8BA0-C74ED22E1229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89208790-DD7E-43B7-8BA0-C74ED22E1229}.Release|Any CPU.Build.0 = Release|Any CPU
{2BA487C2-AF59-41DB-881D-973F0A27E0CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BA487C2-AF59-41DB-881D-973F0A27E0CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BA487C2-AF59-41DB-881D-973F0A27E0CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BA487C2-AF59-41DB-881D-973F0A27E0CF}.Release|Any CPU.Build.0 = Release|Any CPU
{ECA97B63-AC08-42E9-83D2-2F5F3E12108F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECA97B63-AC08-42E9-83D2-2F5F3E12108F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECA97B63-AC08-42E9-83D2-2F5F3E12108F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECA97B63-AC08-42E9-83D2-2F5F3E12108F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F99289B2-E498-4179-8614-86660BC66478} = {ECF0429C-1670-4B1E-8944-96B0761D57FC}
{4E5BD0E3-24CA-41F1-8F8C-32808AB40C65} = {17707EA6-9A3D-481B-A843-E4760510DA49}
{89208790-DD7E-43B7-8BA0-C74ED22E1229} = {17707EA6-9A3D-481B-A843-E4760510DA49}
{2BA487C2-AF59-41DB-881D-973F0A27E0CF} = {6BEC980D-FA18-4037-B469-FCB80B7248F7}
{ECA97B63-AC08-42E9-83D2-2F5F3E12108F} = {6CA58088-1AB9-44C8-AF0F-7D1F3D42B428}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52178AF2-8F9B-4426-9725-4C1D6E861C55}
EndGlobalSection
EndGlobal