-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiddleware.ActiveDirectory.sln
41 lines (41 loc) · 2.28 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 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Authentication.ActiveDirectory", "src\Microsoft.AspNetCore.Authentication.ActiveDirectory\Microsoft.AspNetCore.Authentication.ActiveDirectory.xproj", "{404A11C5-8F4E-480E-BAE7-9FF2D7060BCE}"
EndProject
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("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Sample-AspNet5.Mvc6.Ntlm", "samples\Sample-AspNet5.Mvc6.Ntlm\Sample-AspNet5.Mvc6.Ntlm.xproj", "{64853030-74EE-47CE-9362-159AEF99939F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{664EC421-1B80-4F97-BCE3-2D0B759BD42F}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
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
EndGlobal