forked from blowdart/AspNetAuthorization-Samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
AspNetAuthorization.sln
40 lines (40 loc) · 2.06 KB
/
AspNetAuthorization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F67158DB-76B6-4915-9BEB-9DE8048D758C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{10CD8427-9A33-41BC-B077-53BCCB08A3D9}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNetAuthorization", "src\AspNetAuthorization\AspNetAuthorization.xproj", "{708C1A48-4CA4-4728-9218-2C36826761FA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MultipleAuthTypes", "src\MultipleAuthTypes\MultipleAuthTypes.xproj", "{7AE490B1-611A-4439-8542-D3B5511FD8FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{708C1A48-4CA4-4728-9218-2C36826761FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{708C1A48-4CA4-4728-9218-2C36826761FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{708C1A48-4CA4-4728-9218-2C36826761FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{708C1A48-4CA4-4728-9218-2C36826761FA}.Release|Any CPU.Build.0 = Release|Any CPU
{7AE490B1-611A-4439-8542-D3B5511FD8FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AE490B1-611A-4439-8542-D3B5511FD8FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AE490B1-611A-4439-8542-D3B5511FD8FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AE490B1-611A-4439-8542-D3B5511FD8FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{708C1A48-4CA4-4728-9218-2C36826761FA} = {F67158DB-76B6-4915-9BEB-9DE8048D758C}
{7AE490B1-611A-4439-8542-D3B5511FD8FB} = {F67158DB-76B6-4915-9BEB-9DE8048D758C}
EndGlobalSection
EndGlobal