-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAuthenticationHandler.sln
37 lines (37 loc) · 2.19 KB
/
AuthenticationHandler.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 Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationHandler", "AuthenticationHandler\AuthenticationHandler.csproj", "{9FB55E25-D9DC-47CF-8A19-BA911C40DB09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationHandler.UnitTests", "AuthenticationHandler.UnitTests\AuthenticationHandler.UnitTests.csproj", "{DA54666A-D137-4E60-BA4C-E8F4B53D5111}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationHandler.App", "AuthenticationHandler.App\AuthenticationHandler.App.csproj", "{34B6E423-5014-4F79-BE64-9EDE74BDC194}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FB55E25-D9DC-47CF-8A19-BA911C40DB09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB55E25-D9DC-47CF-8A19-BA911C40DB09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB55E25-D9DC-47CF-8A19-BA911C40DB09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB55E25-D9DC-47CF-8A19-BA911C40DB09}.Release|Any CPU.Build.0 = Release|Any CPU
{DA54666A-D137-4E60-BA4C-E8F4B53D5111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA54666A-D137-4E60-BA4C-E8F4B53D5111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA54666A-D137-4E60-BA4C-E8F4B53D5111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA54666A-D137-4E60-BA4C-E8F4B53D5111}.Release|Any CPU.Build.0 = Release|Any CPU
{34B6E423-5014-4F79-BE64-9EDE74BDC194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B6E423-5014-4F79-BE64-9EDE74BDC194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B6E423-5014-4F79-BE64-9EDE74BDC194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B6E423-5014-4F79-BE64-9EDE74BDC194}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {226C015F-52E6-43FF-80B1-5B8FA1B4D355}
EndGlobalSection
EndGlobal