-
Notifications
You must be signed in to change notification settings - Fork 0
/
PocoPanel.sln
84 lines (84 loc) · 5.81 KB
/
PocoPanel.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
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{FF44C29C-6DF6-4F48-8D47-E6216AADEF19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebApi", "WebApi", "{5A181EBD-131E-459B-9850-CC22EAE08751}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.WebApi", "PocoPanel\PocoPanel.WebApi\PocoPanel.WebApi.csproj", "{AEEF0336-0C99-4CAD-B7E8-6126205F832F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{16D6DA97-5F20-41F8-A858-330F30DA0538}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.Application", "PocoPanel\PocoPanel.Application\PocoPanel.Application.csproj", "{07E27535-085F-4AB0-A5E5-C446509485EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.Domain", "PocoPanel\PocoPanel.Domain\PocoPanel.Domain.csproj", "{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{3086E0E1-659C-4377-91C5-F7F9F9F5DA01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.Infrastructure.Identity", "PocoPanel\PocoPanel.Infrastructure.Identity\PocoPanel.Infrastructure.Identity.csproj", "{E8356C9D-BE3E-45FB-B813-0B48F0338293}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.Infrastructure.Persistence", "PocoPanel\PocoPanel.Infrastructure.Persistence\PocoPanel.Infrastructure.Persistence.csproj", "{3F03B4A7-8B46-40DC-8404-0D13A758F6F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanel.Infrastructure.Shared", "PocoPanel\PocoPanel.Infrastructure.Shared\PocoPanel.Infrastructure.Shared.csproj", "{19D91AF2-F395-465B-887E-70D7D7CE7BCB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{8C2DF7D3-FB5E-416E-8810-A5DE78B31E05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PocoPanelWebApplication", "PocoPanelWebApplication\PocoPanelWebApplication.csproj", "{EBBB80F6-930F-4A01-AF01-6DF837396D6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEEF0336-0C99-4CAD-B7E8-6126205F832F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEEF0336-0C99-4CAD-B7E8-6126205F832F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEEF0336-0C99-4CAD-B7E8-6126205F832F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEEF0336-0C99-4CAD-B7E8-6126205F832F}.Release|Any CPU.Build.0 = Release|Any CPU
{07E27535-085F-4AB0-A5E5-C446509485EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07E27535-085F-4AB0-A5E5-C446509485EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07E27535-085F-4AB0-A5E5-C446509485EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07E27535-085F-4AB0-A5E5-C446509485EA}.Release|Any CPU.Build.0 = Release|Any CPU
{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958}.Release|Any CPU.Build.0 = Release|Any CPU
{E8356C9D-BE3E-45FB-B813-0B48F0338293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8356C9D-BE3E-45FB-B813-0B48F0338293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8356C9D-BE3E-45FB-B813-0B48F0338293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8356C9D-BE3E-45FB-B813-0B48F0338293}.Release|Any CPU.Build.0 = Release|Any CPU
{3F03B4A7-8B46-40DC-8404-0D13A758F6F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F03B4A7-8B46-40DC-8404-0D13A758F6F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F03B4A7-8B46-40DC-8404-0D13A758F6F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F03B4A7-8B46-40DC-8404-0D13A758F6F8}.Release|Any CPU.Build.0 = Release|Any CPU
{19D91AF2-F395-465B-887E-70D7D7CE7BCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D91AF2-F395-465B-887E-70D7D7CE7BCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D91AF2-F395-465B-887E-70D7D7CE7BCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D91AF2-F395-465B-887E-70D7D7CE7BCB}.Release|Any CPU.Build.0 = Release|Any CPU
{EBBB80F6-930F-4A01-AF01-6DF837396D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBBB80F6-930F-4A01-AF01-6DF837396D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBBB80F6-930F-4A01-AF01-6DF837396D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBBB80F6-930F-4A01-AF01-6DF837396D6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A181EBD-131E-459B-9850-CC22EAE08751} = {FF44C29C-6DF6-4F48-8D47-E6216AADEF19}
{AEEF0336-0C99-4CAD-B7E8-6126205F832F} = {5A181EBD-131E-459B-9850-CC22EAE08751}
{16D6DA97-5F20-41F8-A858-330F30DA0538} = {FF44C29C-6DF6-4F48-8D47-E6216AADEF19}
{07E27535-085F-4AB0-A5E5-C446509485EA} = {16D6DA97-5F20-41F8-A858-330F30DA0538}
{DC1E2A7C-16BA-44C0-B0B4-3EB4465B3958} = {16D6DA97-5F20-41F8-A858-330F30DA0538}
{3086E0E1-659C-4377-91C5-F7F9F9F5DA01} = {FF44C29C-6DF6-4F48-8D47-E6216AADEF19}
{E8356C9D-BE3E-45FB-B813-0B48F0338293} = {3086E0E1-659C-4377-91C5-F7F9F9F5DA01}
{3F03B4A7-8B46-40DC-8404-0D13A758F6F8} = {3086E0E1-659C-4377-91C5-F7F9F9F5DA01}
{19D91AF2-F395-465B-887E-70D7D7CE7BCB} = {3086E0E1-659C-4377-91C5-F7F9F9F5DA01}
{8C2DF7D3-FB5E-416E-8810-A5DE78B31E05} = {FF44C29C-6DF6-4F48-8D47-E6216AADEF19}
{EBBB80F6-930F-4A01-AF01-6DF837396D6C} = {8C2DF7D3-FB5E-416E-8810-A5DE78B31E05}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55A8871F-2D74-4985-9578-13EFEB628A49}
EndGlobalSection
EndGlobal