-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJordnaer.sln
99 lines (99 loc) · 6.24 KB
/
Jordnaer.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04718F38-85FB-4998-B2FF-AA5B8999BA5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF8561E8-6A1E-4ED0-851A-913EEC801AFA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\github-release.yml = .github\workflows\github-release.yml
.github\workflows\lighthouse.yml = .github\workflows\lighthouse.yml
README.md = README.md
.github\workflows\website_backend_ci.yml = .github\workflows\website_backend_ci.yml
.github\workflows\website_cd.yml = .github\workflows\website_cd.yml
.github\workflows\website_frontend_ci.yml = .github\workflows\website_frontend_ci.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3F3B23F8-EA95-44B5-B907-5E772A2660E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{29332986-70A7-4A4C-B7FD-77E11CC4CCDE}"
ProjectSection(SolutionItems) = preProject
docs\chat.md = docs\chat.md
docs\contact_request.md = docs\contact_request.md
docs\delete_user.md = docs\delete_user.md
docs\invite.md = docs\invite.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{7326F14D-ADB6-4CB0-9AE4-2717133CED27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{B7172579-75AE-4D50-9328-3B0D80252384}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{B4EAF579-8327-4B92-8357-8FF12C21755F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{659DB215-49CE-4C57-8823-56AFAE2DED72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer.Shared.Infrastructure", "src\shared\Jordnaer.Shared.Infrastructure\Jordnaer.Shared.Infrastructure.csproj", "{73928908-776A-4AE3-98A7-AAB82A9A9C19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer.Shared", "src\shared\Jordnaer.Shared\Jordnaer.Shared.csproj", "{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer.E2E.Tests", "tests\web\Jordnaer.E2E.Tests\Jordnaer.E2E.Tests.csproj", "{D17408FE-1231-4CEC-8C7F-773915B70242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer", "src\web\Jordnaer\Jordnaer.csproj", "{06B65FD2-ABF3-4D58-9655-375C0C57B3C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer.Tests", "tests\web\Jordnaer.Tests\Jordnaer.Tests.csproj", "{26821232-1D4D-4CA8-AA41-7605C42C373A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jordnaer.Benchmarks", "benchmarks\Jordnaer.Benchmarks\Jordnaer.Benchmarks.csproj", "{3C1DA78A-722B-485E-9D60-CC19ACFDA892}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73928908-776A-4AE3-98A7-AAB82A9A9C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73928908-776A-4AE3-98A7-AAB82A9A9C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73928908-776A-4AE3-98A7-AAB82A9A9C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73928908-776A-4AE3-98A7-AAB82A9A9C19}.Release|Any CPU.Build.0 = Release|Any CPU
{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B}.Release|Any CPU.Build.0 = Release|Any CPU
{D17408FE-1231-4CEC-8C7F-773915B70242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17408FE-1231-4CEC-8C7F-773915B70242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17408FE-1231-4CEC-8C7F-773915B70242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17408FE-1231-4CEC-8C7F-773915B70242}.Release|Any CPU.Build.0 = Release|Any CPU
{06B65FD2-ABF3-4D58-9655-375C0C57B3C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B65FD2-ABF3-4D58-9655-375C0C57B3C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B65FD2-ABF3-4D58-9655-375C0C57B3C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06B65FD2-ABF3-4D58-9655-375C0C57B3C3}.Release|Any CPU.Build.0 = Release|Any CPU
{26821232-1D4D-4CA8-AA41-7605C42C373A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26821232-1D4D-4CA8-AA41-7605C42C373A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26821232-1D4D-4CA8-AA41-7605C42C373A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26821232-1D4D-4CA8-AA41-7605C42C373A}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1DA78A-722B-485E-9D60-CC19ACFDA892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1DA78A-722B-485E-9D60-CC19ACFDA892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1DA78A-722B-485E-9D60-CC19ACFDA892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1DA78A-722B-485E-9D60-CC19ACFDA892}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7326F14D-ADB6-4CB0-9AE4-2717133CED27} = {04718F38-85FB-4998-B2FF-AA5B8999BA5D}
{B4EAF579-8327-4B92-8357-8FF12C21755F} = {3F3B23F8-EA95-44B5-B907-5E772A2660E2}
{659DB215-49CE-4C57-8823-56AFAE2DED72} = {04718F38-85FB-4998-B2FF-AA5B8999BA5D}
{73928908-776A-4AE3-98A7-AAB82A9A9C19} = {659DB215-49CE-4C57-8823-56AFAE2DED72}
{41CAB9C0-E554-4F17-8C8D-AD50EF22B70B} = {659DB215-49CE-4C57-8823-56AFAE2DED72}
{D17408FE-1231-4CEC-8C7F-773915B70242} = {B4EAF579-8327-4B92-8357-8FF12C21755F}
{06B65FD2-ABF3-4D58-9655-375C0C57B3C3} = {7326F14D-ADB6-4CB0-9AE4-2717133CED27}
{26821232-1D4D-4CA8-AA41-7605C42C373A} = {B4EAF579-8327-4B92-8357-8FF12C21755F}
{3C1DA78A-722B-485E-9D60-CC19ACFDA892} = {B7172579-75AE-4D50-9328-3B0D80252384}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D91EE91A-4939-4C1D-830D-E09B985FBC2C}
EndGlobalSection
EndGlobal