-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthentication.sln
43 lines (43 loc) · 2.48 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basicauthentication", "Basicauthentication\Basicauthentication.csproj", "{F256B2E4-7328-4229-B30B-2597FE5C24B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Basic", "Basic\Basic.csproj", "{F431BB56-D4E4-4D87-9EFC-32B8F61D5EEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthPro", "AuthenticatePro\AuthPro.csproj", "{18696151-C3F6-43C3-B878-F429E24A15BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tmp", "tmp\tmp.csproj", "{3F743DCF-D764-456C-9B7F-B0AD92C89B23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F256B2E4-7328-4229-B30B-2597FE5C24B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F256B2E4-7328-4229-B30B-2597FE5C24B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F256B2E4-7328-4229-B30B-2597FE5C24B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F256B2E4-7328-4229-B30B-2597FE5C24B1}.Release|Any CPU.Build.0 = Release|Any CPU
{F431BB56-D4E4-4D87-9EFC-32B8F61D5EEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F431BB56-D4E4-4D87-9EFC-32B8F61D5EEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F431BB56-D4E4-4D87-9EFC-32B8F61D5EEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F431BB56-D4E4-4D87-9EFC-32B8F61D5EEB}.Release|Any CPU.Build.0 = Release|Any CPU
{18696151-C3F6-43C3-B878-F429E24A15BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18696151-C3F6-43C3-B878-F429E24A15BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18696151-C3F6-43C3-B878-F429E24A15BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18696151-C3F6-43C3-B878-F429E24A15BC}.Release|Any CPU.Build.0 = Release|Any CPU
{3F743DCF-D764-456C-9B7F-B0AD92C89B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F743DCF-D764-456C-9B7F-B0AD92C89B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F743DCF-D764-456C-9B7F-B0AD92C89B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F743DCF-D764-456C-9B7F-B0AD92C89B23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C48A63A-67EF-4288-9858-C2176F8B78C3}
EndGlobalSection
EndGlobal