-
Notifications
You must be signed in to change notification settings - Fork 1
/
AspNetCorePathAuthorization.sln
54 lines (54 loc) · 3.01 KB
/
AspNetCorePathAuthorization.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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32616.341
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EABB7C62-BF59-4E40-97E5-914532C153B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Authorization.PathBased", "src\AspNetCore.Authorization.PathBased\AspNetCore.Authorization.PathBased.csproj", "{2628DABF-B1B7-4ECA-B996-B78B8E667FA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{51ADE894-D00F-4496-B98C-8B48B09E1B36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleSite", "samples\SampleSite\SampleSite.csproj", "{44F95EAB-ABAD-4CFE-8A81-B81D124E277E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6F39CD8D-5F68-453F-8383-12850466B16A}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{45B47B29-AE4C-4C3D-BC18-CE26C4534ABD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2628DABF-B1B7-4ECA-B996-B78B8E667FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2628DABF-B1B7-4ECA-B996-B78B8E667FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2628DABF-B1B7-4ECA-B996-B78B8E667FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2628DABF-B1B7-4ECA-B996-B78B8E667FA3}.Release|Any CPU.Build.0 = Release|Any CPU
{44F95EAB-ABAD-4CFE-8A81-B81D124E277E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44F95EAB-ABAD-4CFE-8A81-B81D124E277E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44F95EAB-ABAD-4CFE-8A81-B81D124E277E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44F95EAB-ABAD-4CFE-8A81-B81D124E277E}.Release|Any CPU.Build.0 = Release|Any CPU
{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2628DABF-B1B7-4ECA-B996-B78B8E667FA3} = {EABB7C62-BF59-4E40-97E5-914532C153B3}
{44F95EAB-ABAD-4CFE-8A81-B81D124E277E} = {51ADE894-D00F-4496-B98C-8B48B09E1B36}
{1A3E6FEF-4872-4AD1-9DF3-02C764EF0C26} = {45B47B29-AE4C-4C3D-BC18-CE26C4534ABD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB39A2F7-FE05-4CA4-B02F-A65ECB799019}
EndGlobalSection
EndGlobal