-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathErrorCentral.sln
57 lines (57 loc) · 3.5 KB
/
ErrorCentral.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorCentral.WebAPI", "ErrorCentral.WebAPI\ErrorCentral.WebAPI.csproj", "{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorCentral.AppDomain", "ErrorCentral.AppDomain\ErrorCentral.AppDomain.csproj", "{E749765F-B817-44A4-8C39-A435F64710CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorCentral.Infra.Data", "ErrorCentral.Infrastructure\ErrorCentral.Infra.Data.csproj", "{E9B9EFC9-2D83-4248-B27A-96860E74F004}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{62098272-13BA-44B7-8B65-D312966BCA17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{14551686-8ED2-4C43-8D9D-6BAD3EE666BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastucture", "Infrastucture", "{B96878B1-8AA0-4692-AC1B-4EE9620CF463}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{EA8C3991-44A0-4CB8-A387-8B760902BD0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErrorCentral.Test", "ErrorCentral.Test\ErrorCentral.Test.csproj", "{91399B0C-FC4A-4BC7-934F-D9CADE05B02D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964}.Release|Any CPU.Build.0 = Release|Any CPU
{E749765F-B817-44A4-8C39-A435F64710CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E749765F-B817-44A4-8C39-A435F64710CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E749765F-B817-44A4-8C39-A435F64710CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E749765F-B817-44A4-8C39-A435F64710CB}.Release|Any CPU.Build.0 = Release|Any CPU
{E9B9EFC9-2D83-4248-B27A-96860E74F004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9B9EFC9-2D83-4248-B27A-96860E74F004}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9B9EFC9-2D83-4248-B27A-96860E74F004}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9B9EFC9-2D83-4248-B27A-96860E74F004}.Release|Any CPU.Build.0 = Release|Any CPU
{91399B0C-FC4A-4BC7-934F-D9CADE05B02D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91399B0C-FC4A-4BC7-934F-D9CADE05B02D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91399B0C-FC4A-4BC7-934F-D9CADE05B02D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91399B0C-FC4A-4BC7-934F-D9CADE05B02D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3FEA9C2F-EC8F-4DF4-AB04-7095CC988964} = {62098272-13BA-44B7-8B65-D312966BCA17}
{E749765F-B817-44A4-8C39-A435F64710CB} = {14551686-8ED2-4C43-8D9D-6BAD3EE666BE}
{E9B9EFC9-2D83-4248-B27A-96860E74F004} = {B96878B1-8AA0-4692-AC1B-4EE9620CF463}
{91399B0C-FC4A-4BC7-934F-D9CADE05B02D} = {EA8C3991-44A0-4CB8-A387-8B760902BD0E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C42C35E6-0DE1-4E5C-B321-33FC9D1F7914}
EndGlobalSection
EndGlobal