-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModernAuth-dotnetCore-Demo.sln
37 lines (37 loc) · 2.07 KB
/
ModernAuth-dotnetCore-Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.757
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernAuth_UI", "ModernAuth_UI\ModernAuth_UI.csproj", "{CE81C75E-E9BE-4F21-84F2-78FDB82EA20A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernAuth_API", "ModernAuth_API\ModernAuth_API.csproj", "{9987E962-9149-403F-B855-AC8C33CC6995}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Handler.Auth", "Handler.Auth\Handler.Auth.csproj", "{F28EBBCC-1B1F-4062-813E-F3B4438A5415}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE81C75E-E9BE-4F21-84F2-78FDB82EA20A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE81C75E-E9BE-4F21-84F2-78FDB82EA20A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE81C75E-E9BE-4F21-84F2-78FDB82EA20A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE81C75E-E9BE-4F21-84F2-78FDB82EA20A}.Release|Any CPU.Build.0 = Release|Any CPU
{9987E962-9149-403F-B855-AC8C33CC6995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9987E962-9149-403F-B855-AC8C33CC6995}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9987E962-9149-403F-B855-AC8C33CC6995}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9987E962-9149-403F-B855-AC8C33CC6995}.Release|Any CPU.Build.0 = Release|Any CPU
{F28EBBCC-1B1F-4062-813E-F3B4438A5415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F28EBBCC-1B1F-4062-813E-F3B4438A5415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F28EBBCC-1B1F-4062-813E-F3B4438A5415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F28EBBCC-1B1F-4062-813E-F3B4438A5415}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED6BAFE2-C202-4185-9788-14FDA7F26186}
EndGlobalSection
EndGlobal