-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlazor.Authentication.sln
60 lines (60 loc) · 3.54 KB
/
Blazor.Authentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33417.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Identity", "Api.Identity\Api.Identity.csproj", "{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Identity.Business", "Api.Identity.Business\Api.Identity.Business.csproj", "{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{EB336AE5-9B38-44D8-A4F4-F92C84A6EEA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Identity.DataAccessLayer", "Api.Identity.DataAccessLayer\Api.Identity.DataAccessLayer.csproj", "{67AF5D13-C658-427D-95A8-B6BC72E83A1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Éléments de solution", "Éléments de solution", "{63277154-5C6F-42DB-AD1B-18C8AC5FB10D}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A4A86D62-7D49-4763-B488-8751970688C4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blazor.Authentication.Web", "Blazor.Authentication.Web\Blazor.Authentication.Web.csproj", "{50C821AA-BFB2-4EDA-897E-A7A8B4B22861}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1}.Release|Any CPU.Build.0 = Release|Any CPU
{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB}.Release|Any CPU.Build.0 = Release|Any CPU
{67AF5D13-C658-427D-95A8-B6BC72E83A1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67AF5D13-C658-427D-95A8-B6BC72E83A1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67AF5D13-C658-427D-95A8-B6BC72E83A1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67AF5D13-C658-427D-95A8-B6BC72E83A1D}.Release|Any CPU.Build.0 = Release|Any CPU
{50C821AA-BFB2-4EDA-897E-A7A8B4B22861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C821AA-BFB2-4EDA-897E-A7A8B4B22861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C821AA-BFB2-4EDA-897E-A7A8B4B22861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C821AA-BFB2-4EDA-897E-A7A8B4B22861}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E42BD5BE-6A45-4CCF-9C5B-C8AA96BF08F1} = {EB336AE5-9B38-44D8-A4F4-F92C84A6EEA6}
{39BFDF54-36D8-48A0-8BD1-BE3CE3F171BB} = {EB336AE5-9B38-44D8-A4F4-F92C84A6EEA6}
{67AF5D13-C658-427D-95A8-B6BC72E83A1D} = {EB336AE5-9B38-44D8-A4F4-F92C84A6EEA6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87117DCE-2FCC-4C38-AD5F-5D0CF5C8CC16}
EndGlobalSection
EndGlobal