forked from jerriepelser-blog/oauth-authentication-cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OAuthAuthenticationCookies.sln
34 lines (34 loc) · 2.05 KB
/
OAuthAuthenticationCookies.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OnTicketReceived-AuthenticationProperties", "src\OnTicketReceived-AuthenticationProperties\OnTicketReceived-AuthenticationProperties.xproj", "{BABB921F-67F1-403D-934F-84E56983D9B0}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OnTicketReceived-SignInAsync", "src\OnTicketReceived-SignInAsync\OnTicketReceived-SignInAsync.xproj", "{214FD413-62DC-4C96-AAA9-DA0BFE92188F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "External-Cookie", "src\External-Cookie\External-Cookie.xproj", "{19FAF1FE-534A-4FFC-8D88-EA8750A0E53A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BABB921F-67F1-403D-934F-84E56983D9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BABB921F-67F1-403D-934F-84E56983D9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BABB921F-67F1-403D-934F-84E56983D9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BABB921F-67F1-403D-934F-84E56983D9B0}.Release|Any CPU.Build.0 = Release|Any CPU
{214FD413-62DC-4C96-AAA9-DA0BFE92188F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{214FD413-62DC-4C96-AAA9-DA0BFE92188F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{214FD413-62DC-4C96-AAA9-DA0BFE92188F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{214FD413-62DC-4C96-AAA9-DA0BFE92188F}.Release|Any CPU.Build.0 = Release|Any CPU
{19FAF1FE-534A-4FFC-8D88-EA8750A0E53A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19FAF1FE-534A-4FFC-8D88-EA8750A0E53A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19FAF1FE-534A-4FFC-8D88-EA8750A0E53A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19FAF1FE-534A-4FFC-8D88-EA8750A0E53A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal