-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMultitenantB2C.sln
58 lines (58 loc) · 3.95 KB
/
MultitenantB2C.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29505.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultitenantB2C.OpenId", "MultitenantB2C.OpenId\MultitenantB2C.OpenId.csproj", "{B7981FA1-28FA-4A2D-8C5B-C842C041B61F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultitenantB2C.SingleHomed", "MultitenantB2C.SingleHomed\MultitenantB2C.SingleHomed.csproj", "{A1EC8259-441E-4246-8D80-C7396162EE78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Stuff", "Stuff", "{5C9D226D-13BD-4D3B-9C44-7C4AABCB9572}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "B2CSingleHomedPolicies", "B2CSingleHomedPolicies", "{92BD706C-0FB7-4E39-B936-CC81FE7A64C1}"
ProjectSection(SolutionItems) = preProject
policies\00-TrustFrameworkBase.xml = policies\00-TrustFrameworkBase.xml
policies\01-TrustFrameworkExtensions.xml = policies\01-TrustFrameworkExtensions.xml
policies\02-AzureAdCommonClaimsProvider.xml = policies\02-AzureAdCommonClaimsProvider.xml
policies\03-AADCommonSignUpOrSignInPolicy.xml = policies\03-AADCommonSignUpOrSignInPolicy.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "B2CSingleHomedHRDPolicies", "B2CSingleHomedHRDPolicies", "{4F576D54-35BA-4D40-B3E7-7F5978A23998}"
ProjectSection(SolutionItems) = preProject
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_AADCommonClaimsProvider.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_AADCommonClaimsProvider.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_FacebookPhoto.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_FacebookPhoto.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_GitHubClaimsProvider.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_GitHubClaimsProvider.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_HRD_AADCommon.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_HRD_AADCommon.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_HRD_signin.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_HRD_signin.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_signup_signin.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_signup_signin.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_TrustFrameworkBase.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_TrustFrameworkBase.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_TrustFrameworkExtensions.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_TrustFrameworkExtensions.xml
policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_UI.xml = policies\b2c-hrd\jpdab2c.onmicrosoft.com-B2C_1A_UI.xml
policies\b2c-hrd\README.md = policies\b2c-hrd\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7981FA1-28FA-4A2D-8C5B-C842C041B61F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7981FA1-28FA-4A2D-8C5B-C842C041B61F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7981FA1-28FA-4A2D-8C5B-C842C041B61F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7981FA1-28FA-4A2D-8C5B-C842C041B61F}.Release|Any CPU.Build.0 = Release|Any CPU
{A1EC8259-441E-4246-8D80-C7396162EE78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1EC8259-441E-4246-8D80-C7396162EE78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1EC8259-441E-4246-8D80-C7396162EE78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1EC8259-441E-4246-8D80-C7396162EE78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60A76DC4-B0B8-441E-AAD0-6555AF79349F}
EndGlobalSection
EndGlobal