-
Notifications
You must be signed in to change notification settings - Fork 0
/
BasicAuthentication.sln
35 lines (35 loc) · 1.57 KB
/
BasicAuthentication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNetCore.Authentication.Basic", "src\AspNetCore.Authentication.Basic\AspNetCore.Authentication.Basic.xproj", "{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E5526ED5-26C0-4638-9937-3A33BBE91F6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CA7A956-BA80-48DC-BC5B-F4E63ACED3A2}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
clean.cmd = clean.cmd
global.json = global.json
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40A4EABC-A85E-4DD7-9ABB-8F4AE609B9E8} = {E5526ED5-26C0-4638-9937-3A33BBE91F6C}
EndGlobalSection
EndGlobal