-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEthernaSSO.sln
77 lines (77 loc) · 4.59 KB
/
EthernaSSO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaSSO", "src\EthernaSSO\EthernaSSO.csproj", "{28E5CA92-231F-468F-80FB-E9504AD590AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaSSO.Domain", "src\EthernaSSO.Domain\EthernaSSO.Domain.csproj", "{7DB43EA0-640B-43FE-BB65-F570C0591F7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaSSO.Persistence", "src\EthernaSSO.Persistence\EthernaSSO.Persistence.csproj", "{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaSSO.Services", "src\EthernaSSO.Services\EthernaSSO.Services.csproj", "{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A0B68B53-E0DF-4EC9-AFAA-7476C8A26256}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{10DAD3ED-08F6-48B9-A298-60D0ABF3B2E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C01CDAC-366E-4F9B-8A52-25F7770FE92A}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
Dockerfile = Dockerfile
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaSSO.Persistence.Tests", "test\EthernaSSO.Persistence.Tests\EthernaSSO.Persistence.Tests.csproj", "{7928405E-1942-4B8A-AEFB-447EEEA092B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{E7F7EC20-07A3-43F2-ABCF-E3FCA0235CDB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\stable-release.yml = .github\workflows\stable-release.yml
.github\workflows\unstable-release.yml = .github\workflows\unstable-release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28E5CA92-231F-468F-80FB-E9504AD590AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28E5CA92-231F-468F-80FB-E9504AD590AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28E5CA92-231F-468F-80FB-E9504AD590AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28E5CA92-231F-468F-80FB-E9504AD590AA}.Release|Any CPU.Build.0 = Release|Any CPU
{7DB43EA0-640B-43FE-BB65-F570C0591F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DB43EA0-640B-43FE-BB65-F570C0591F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DB43EA0-640B-43FE-BB65-F570C0591F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DB43EA0-640B-43FE-BB65-F570C0591F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0}.Release|Any CPU.Build.0 = Release|Any CPU
{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE}.Release|Any CPU.Build.0 = Release|Any CPU
{7928405E-1942-4B8A-AEFB-447EEEA092B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7928405E-1942-4B8A-AEFB-447EEEA092B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7928405E-1942-4B8A-AEFB-447EEEA092B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7928405E-1942-4B8A-AEFB-447EEEA092B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{28E5CA92-231F-468F-80FB-E9504AD590AA} = {A0B68B53-E0DF-4EC9-AFAA-7476C8A26256}
{7928405E-1942-4B8A-AEFB-447EEEA092B7} = {10DAD3ED-08F6-48B9-A298-60D0ABF3B2E2}
{E7F7EC20-07A3-43F2-ABCF-E3FCA0235CDB} = {1C01CDAC-366E-4F9B-8A52-25F7770FE92A}
{7DB43EA0-640B-43FE-BB65-F570C0591F7F} = {A0B68B53-E0DF-4EC9-AFAA-7476C8A26256}
{8EE2E2BE-2FB6-4E96-8F34-08F9CDACFCFE} = {A0B68B53-E0DF-4EC9-AFAA-7476C8A26256}
{AF83D80A-77BE-48C8-ABE3-D1373F20F2B0} = {A0B68B53-E0DF-4EC9-AFAA-7476C8A26256}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EB5F2B3-8912-4D50-BAB1-C3884E3BF3C0}
EndGlobalSection
EndGlobal