forked from auth0/auth0.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Auth0.Net.sln
83 lines (83 loc) · 5.39 KB
/
Auth0.Net.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
81
82
83
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C9550C3F-90EB-42C0-B530-E728566A13C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0EBAD055-E431-443B-8212-411D1AFE3796}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4936DB52-593A-4670-9557-3A190EFDFE24}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build\common.props = build\common.props
README.md = README.md
v4-changes.md = v4-changes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.Core", "src\Auth0.Core\Auth0.Core.csproj", "{0F45514D-6CF8-4962-8FED-BE000AE6FD09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.ManagementApi", "src\Auth0.ManagementApi\Auth0.ManagementApi.csproj", "{78B2102E-B5F2-4C35-A485-BFAC3576C6DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.AuthenticationApi", "src\Auth0.AuthenticationApi\Auth0.AuthenticationApi.csproj", "{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleWorkbench", "tests\ConsoleWorkbench\ConsoleWorkbench.csproj", "{069CF38F-891B-4106-88B8-DE76D740EAC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.Core.UnitTests", "tests\Auth0.Core.UnitTests\Auth0.Core.UnitTests.csproj", "{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.AuthenticationApi.IntegrationTests", "tests\Auth0.AuthenticationApi.IntegrationTests\Auth0.AuthenticationApi.IntegrationTests.csproj", "{72307777-1064-4E95-95FC-957FBDF117B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth0.ManagementApi.IntegrationTests", "tests\Auth0.ManagementApi.IntegrationTests\Auth0.ManagementApi.IntegrationTests.csproj", "{AE75D5CF-1AB0-4630-B53C-EA6C7347A114}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F45514D-6CF8-4962-8FED-BE000AE6FD09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F45514D-6CF8-4962-8FED-BE000AE6FD09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F45514D-6CF8-4962-8FED-BE000AE6FD09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F45514D-6CF8-4962-8FED-BE000AE6FD09}.Release|Any CPU.Build.0 = Release|Any CPU
{78B2102E-B5F2-4C35-A485-BFAC3576C6DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78B2102E-B5F2-4C35-A485-BFAC3576C6DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78B2102E-B5F2-4C35-A485-BFAC3576C6DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78B2102E-B5F2-4C35-A485-BFAC3576C6DD}.Release|Any CPU.Build.0 = Release|Any CPU
{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED}.Release|Any CPU.Build.0 = Release|Any CPU
{069CF38F-891B-4106-88B8-DE76D740EAC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{069CF38F-891B-4106-88B8-DE76D740EAC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{069CF38F-891B-4106-88B8-DE76D740EAC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{069CF38F-891B-4106-88B8-DE76D740EAC3}.Release|Any CPU.Build.0 = Release|Any CPU
{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{72307777-1064-4E95-95FC-957FBDF117B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72307777-1064-4E95-95FC-957FBDF117B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72307777-1064-4E95-95FC-957FBDF117B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72307777-1064-4E95-95FC-957FBDF117B2}.Release|Any CPU.Build.0 = Release|Any CPU
{AE75D5CF-1AB0-4630-B53C-EA6C7347A114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE75D5CF-1AB0-4630-B53C-EA6C7347A114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE75D5CF-1AB0-4630-B53C-EA6C7347A114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE75D5CF-1AB0-4630-B53C-EA6C7347A114}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F45514D-6CF8-4962-8FED-BE000AE6FD09} = {C9550C3F-90EB-42C0-B530-E728566A13C2}
{78B2102E-B5F2-4C35-A485-BFAC3576C6DD} = {C9550C3F-90EB-42C0-B530-E728566A13C2}
{DB8AFC1D-2A56-4CF4-9F54-7B7511B674ED} = {C9550C3F-90EB-42C0-B530-E728566A13C2}
{069CF38F-891B-4106-88B8-DE76D740EAC3} = {0EBAD055-E431-443B-8212-411D1AFE3796}
{49CFAA66-C4A3-45DA-AD10-DBE9B5B35F2B} = {0EBAD055-E431-443B-8212-411D1AFE3796}
{72307777-1064-4E95-95FC-957FBDF117B2} = {0EBAD055-E431-443B-8212-411D1AFE3796}
{AE75D5CF-1AB0-4630-B53C-EA6C7347A114} = {0EBAD055-E431-443B-8212-411D1AFE3796}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B26058B-3755-4E47-AE0B-350E5B18A4CD}
EndGlobalSection
EndGlobal