-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntimeApps.Authentication.sln
More file actions
100 lines (100 loc) · 7.85 KB
/
RuntimeApps.Authentication.sln
File metadata and controls
100 lines (100 loc) · 7.85 KB
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
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication", "RuntimeApps.Authentication\RuntimeApps.Authentication.csproj", "{782C946F-2F77-4A5D-BC08-E1DA10B27900}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.EF", "RuntimeApps.Authentication.EF\RuntimeApps.Authentication.EF.csproj", "{366669C0-AF34-42D9-B54F-F884AAB5F9E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{58197192-84A5-4423-8DD9-60DBA205E544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample", "Samples\RuntimeApps.Authentication.Sample\RuntimeApps.Authentication.Sample.csproj", "{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{FA900993-5971-4907-8BA2-B5ABAEDCB6C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Test", "Tests\RuntimeApps.Authentication.Test\RuntimeApps.Authentication.Test.csproj", "{F0320E2A-33A3-4187-9228-AE5896DB4CF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.CustomModel", "Samples\RuntimeApps.Authentication.Sample.CustomModel\RuntimeApps.Authentication.Sample.CustomModel.csproj", "{3D6951F0-4C27-41AE-A1BA-14CE39E9744C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.CustomValidation", "Samples\RuntimeApps.Authentication.Sample.CustomValidation\RuntimeApps.Authentication.Sample.CustomValidation.csproj", "{023AB453-9A8D-4569-8FB1-4B508B7823C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.CustomStore", "Samples\RuntimeApps.Authentication.Sample.CustomStore\RuntimeApps.Authentication.Sample.CustomStore.csproj", "{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.RoleAuthorize", "Samples\RuntimeApps.Authentication.Sample.RoleAuthorize\RuntimeApps.Authentication.Sample.RoleAuthorize.csproj", "{64FA97CF-9A9F-482D-82CE-0096FF4E4D19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.ClaimAuthorize", "Samples\RuntimeApps.Authentication.Sample.ClaimAuthorize\RuntimeApps.Authentication.Sample.ClaimAuthorize.csproj", "{46E4B043-1F84-4070-8A1A-2433365397CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeApps.Authentication.Sample.CookieAuthentication", "Samples\RuntimeApps.Authentication.Sample.CookieAuthentication\RuntimeApps.Authentication.Sample.CookieAuthentication.csproj", "{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimeApps.Authentication.Sample.CustomClaim", "Samples\RuntimeApps.Authentication.Sample.CustomClaim\RuntimeApps.Authentication.Sample.CustomClaim.csproj", "{AF4D8650-6758-4831-98D6-058A7BF63E97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{782C946F-2F77-4A5D-BC08-E1DA10B27900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{782C946F-2F77-4A5D-BC08-E1DA10B27900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{782C946F-2F77-4A5D-BC08-E1DA10B27900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{782C946F-2F77-4A5D-BC08-E1DA10B27900}.Release|Any CPU.Build.0 = Release|Any CPU
{366669C0-AF34-42D9-B54F-F884AAB5F9E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366669C0-AF34-42D9-B54F-F884AAB5F9E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366669C0-AF34-42D9-B54F-F884AAB5F9E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366669C0-AF34-42D9-B54F-F884AAB5F9E2}.Release|Any CPU.Build.0 = Release|Any CPU
{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7}.Release|Any CPU.Build.0 = Release|Any CPU
{F0320E2A-33A3-4187-9228-AE5896DB4CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0320E2A-33A3-4187-9228-AE5896DB4CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0320E2A-33A3-4187-9228-AE5896DB4CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0320E2A-33A3-4187-9228-AE5896DB4CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6951F0-4C27-41AE-A1BA-14CE39E9744C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6951F0-4C27-41AE-A1BA-14CE39E9744C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6951F0-4C27-41AE-A1BA-14CE39E9744C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6951F0-4C27-41AE-A1BA-14CE39E9744C}.Release|Any CPU.Build.0 = Release|Any CPU
{023AB453-9A8D-4569-8FB1-4B508B7823C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{023AB453-9A8D-4569-8FB1-4B508B7823C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{023AB453-9A8D-4569-8FB1-4B508B7823C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{023AB453-9A8D-4569-8FB1-4B508B7823C6}.Release|Any CPU.Build.0 = Release|Any CPU
{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{64FA97CF-9A9F-482D-82CE-0096FF4E4D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64FA97CF-9A9F-482D-82CE-0096FF4E4D19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64FA97CF-9A9F-482D-82CE-0096FF4E4D19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64FA97CF-9A9F-482D-82CE-0096FF4E4D19}.Release|Any CPU.Build.0 = Release|Any CPU
{46E4B043-1F84-4070-8A1A-2433365397CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46E4B043-1F84-4070-8A1A-2433365397CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46E4B043-1F84-4070-8A1A-2433365397CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46E4B043-1F84-4070-8A1A-2433365397CB}.Release|Any CPU.Build.0 = Release|Any CPU
{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1}.Release|Any CPU.Build.0 = Release|Any CPU
{AF4D8650-6758-4831-98D6-058A7BF63E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF4D8650-6758-4831-98D6-058A7BF63E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF4D8650-6758-4831-98D6-058A7BF63E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF4D8650-6758-4831-98D6-058A7BF63E97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1E1CB894-D6FE-4CB1-8B7F-AB802927BFF7} = {58197192-84A5-4423-8DD9-60DBA205E544}
{F0320E2A-33A3-4187-9228-AE5896DB4CF0} = {FA900993-5971-4907-8BA2-B5ABAEDCB6C8}
{3D6951F0-4C27-41AE-A1BA-14CE39E9744C} = {58197192-84A5-4423-8DD9-60DBA205E544}
{023AB453-9A8D-4569-8FB1-4B508B7823C6} = {58197192-84A5-4423-8DD9-60DBA205E544}
{FCDCA328-BD3E-48BA-895A-94F0FF1D0EC9} = {58197192-84A5-4423-8DD9-60DBA205E544}
{64FA97CF-9A9F-482D-82CE-0096FF4E4D19} = {58197192-84A5-4423-8DD9-60DBA205E544}
{46E4B043-1F84-4070-8A1A-2433365397CB} = {58197192-84A5-4423-8DD9-60DBA205E544}
{ECF84761-B0FE-40BC-AC1C-94D279AF3DD1} = {58197192-84A5-4423-8DD9-60DBA205E544}
{AF4D8650-6758-4831-98D6-058A7BF63E97} = {58197192-84A5-4423-8DD9-60DBA205E544}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6612EDF1-904A-4A50-BE95-C402B420D07D}
EndGlobalSection
EndGlobal