-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiddleware.ActiveDirectory.sln
41 lines (41 loc) · 2.31 KB
/
Middleware.ActiveDirectory.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F2C2ED0D-AB6A-425A-A79C-787D93D063ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{EC6F6CA0-17BA-4D14-B306-23CE4357FD44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{664EC421-1B80-4F97-BCE3-2D0B759BD42F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Authentication.ActiveDirectory", "src\Microsoft.AspNetCore.Authentication.ActiveDirectory\Microsoft.AspNetCore.Authentication.ActiveDirectory.csproj", "{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample-AspNet5.Mvc6.Ntlm", "samples\Sample-AspNet5.Mvc6.Ntlm\Sample-AspNet5.Mvc6.Ntlm.csproj", "{64853030-74EE-47CE-9362-159AEF99939F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{64853030-74EE-47CE-9362-159AEF99939F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64853030-74EE-47CE-9362-159AEF99939F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64853030-74EE-47CE-9362-159AEF99939F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64853030-74EE-47CE-9362-159AEF99939F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE} = {F2C2ED0D-AB6A-425A-A79C-787D93D063ED}
{64853030-74EE-47CE-9362-159AEF99939F} = {EC6F6CA0-17BA-4D14-B306-23CE4357FD44}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64007E41-FFD0-4034-8DAD-EAD95F7ADB63}
EndGlobalSection
EndGlobal