-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnuages-identity-2.sln
80 lines (80 loc) · 5.6 KB
/
nuages-identity-2.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.UI", "src\Nuages.Identity.UI\Nuages.Identity.UI.csproj", "{60D3AE30-4F18-495F-B0DB-220D7AA7A588}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.Services", "src\Nuages.Identity.Services\Nuages.Identity.Services.csproj", "{4C823879-4801-4558-95DE-755A98E34667}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.Services.Tests", "src\Nuages.Identity.Services.Tests\Nuages.Identity.Services.Tests.csproj", "{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.UI.Tests", "src\Nuages.Identity.UI.Tests\Nuages.Identity.UI.Tests.csproj", "{6E90CCF4-9D64-4686-B409-C43CFBBDD715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Fido2.Storage.Mongo", "src\Nuages.Fido2.Storage.Mongo\Nuages.Fido2.Storage.Mongo.csproj", "{7B2B11B9-0621-49AB-96BB-009408E9B4F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.Storage.SqlServer", "src\Nuages.Identity.Storage.SqlServer\Nuages.Identity.Storage.SqlServer.csproj", "{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.Storage.MySql", "src\Nuages.Identity.Storage.MySql\Nuages.Identity.Storage.MySql.csproj", "{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage", "Storage", "{762005AF-B6D0-4906-8E7B-C995C63FA9E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{94E372E6-436C-4108-BADF-FA9533E7D422}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docker", ".docker", "{8F8B5AF9-F144-49D5-A665-79C270820CBA}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
.dockerignore = .dockerignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".files", ".files", "{40E26C63-2796-4ABF-B7A2-6354ED8C0CDA}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuages.Identity.Services.AWS", "src\Nuages.Identity.Services.AWS\Nuages.Identity.Services.AWS.csproj", "{41EEC318-0403-444C-B0DE-8D66C3A62B89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60D3AE30-4F18-495F-B0DB-220D7AA7A588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60D3AE30-4F18-495F-B0DB-220D7AA7A588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60D3AE30-4F18-495F-B0DB-220D7AA7A588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60D3AE30-4F18-495F-B0DB-220D7AA7A588}.Release|Any CPU.Build.0 = Release|Any CPU
{4C823879-4801-4558-95DE-755A98E34667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C823879-4801-4558-95DE-755A98E34667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C823879-4801-4558-95DE-755A98E34667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C823879-4801-4558-95DE-755A98E34667}.Release|Any CPU.Build.0 = Release|Any CPU
{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0}.Release|Any CPU.Build.0 = Release|Any CPU
{6E90CCF4-9D64-4686-B409-C43CFBBDD715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E90CCF4-9D64-4686-B409-C43CFBBDD715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E90CCF4-9D64-4686-B409-C43CFBBDD715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E90CCF4-9D64-4686-B409-C43CFBBDD715}.Release|Any CPU.Build.0 = Release|Any CPU
{7B2B11B9-0621-49AB-96BB-009408E9B4F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2B11B9-0621-49AB-96BB-009408E9B4F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2B11B9-0621-49AB-96BB-009408E9B4F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2B11B9-0621-49AB-96BB-009408E9B4F1}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5}.Release|Any CPU.Build.0 = Release|Any CPU
{41EEC318-0403-444C-B0DE-8D66C3A62B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41EEC318-0403-444C-B0DE-8D66C3A62B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41EEC318-0403-444C-B0DE-8D66C3A62B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41EEC318-0403-444C-B0DE-8D66C3A62B89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7B2B11B9-0621-49AB-96BB-009408E9B4F1} = {762005AF-B6D0-4906-8E7B-C995C63FA9E1}
{EE8FF77C-FCCB-434B-BC49-C18FCC0FF5E5} = {762005AF-B6D0-4906-8E7B-C995C63FA9E1}
{1CC3C5A4-2750-4D36-AD7F-014D0C6EA6FF} = {762005AF-B6D0-4906-8E7B-C995C63FA9E1}
{7B8C6341-4F4F-4762-88EB-2209F4E3EBF0} = {94E372E6-436C-4108-BADF-FA9533E7D422}
{6E90CCF4-9D64-4686-B409-C43CFBBDD715} = {94E372E6-436C-4108-BADF-FA9533E7D422}
EndGlobalSection
EndGlobal