forked from auth0/auth0-aspnetcore-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuth0.AspNetCore.Authentication.sln
48 lines (48 loc) · 2.97 KB
/
Auth0.AspNetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.AspNetCore.Authentication", "src\Auth0.AspNetCore.Authentication\Auth0.AspNetCore.Authentication.csproj", "{817079D8-9D95-42F6-9E9D-334D99B085AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4198A40D-8463-46C2-B525-6EADFB56B491}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F5142F58-EB2C-47F1-B33F-FFED3BE8A911}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{6600D4BE-E9A2-46C3-BB6B-555BD96A5A89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.AspNetCore.Authentication.Playground", "playground\Auth0.AspNetCore.Authentication.Playground\Auth0.AspNetCore.Authentication.Playground.csproj", "{2B2E08BB-0D58-4E7B-A104-4430D9DC365F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.AspNetCore.Authentication.IntegrationTests", "tests\Auth0.AspNetCore.Authentication.IntegrationTests\Auth0.AspNetCore.Authentication.IntegrationTests.csproj", "{FB9469FC-926F-4FA8-BD78-E4DC5E070395}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{817079D8-9D95-42F6-9E9D-334D99B085AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{817079D8-9D95-42F6-9E9D-334D99B085AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{817079D8-9D95-42F6-9E9D-334D99B085AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{817079D8-9D95-42F6-9E9D-334D99B085AB}.Release|Any CPU.Build.0 = Release|Any CPU
{2B2E08BB-0D58-4E7B-A104-4430D9DC365F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B2E08BB-0D58-4E7B-A104-4430D9DC365F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B2E08BB-0D58-4E7B-A104-4430D9DC365F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B2E08BB-0D58-4E7B-A104-4430D9DC365F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB9469FC-926F-4FA8-BD78-E4DC5E070395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB9469FC-926F-4FA8-BD78-E4DC5E070395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB9469FC-926F-4FA8-BD78-E4DC5E070395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB9469FC-926F-4FA8-BD78-E4DC5E070395}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{817079D8-9D95-42F6-9E9D-334D99B085AB} = {4198A40D-8463-46C2-B525-6EADFB56B491}
{2B2E08BB-0D58-4E7B-A104-4430D9DC365F} = {6600D4BE-E9A2-46C3-BB6B-555BD96A5A89}
{FB9469FC-926F-4FA8-BD78-E4DC5E070395} = {F5142F58-EB2C-47F1-B33F-FFED3BE8A911}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77B26C43-3823-4BA2-8D83-F09AD4C31752}
EndGlobalSection
EndGlobal