-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAspNetCore.BasicAuthentication.sln
More file actions
39 lines (39 loc) · 2.44 KB
/
AspNetCore.BasicAuthentication.sln
File metadata and controls
39 lines (39 loc) · 2.44 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicAuthGuard", "BasicAuthGuard\BasicAuthGuard.csproj", "{B3D1F01F-FA2B-4401-9D6C-CED165E530CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B19F521F-171F-4DF9-9EBB-7EA6D32D21F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B10803DB-008D-43FB-A8CF-716819C0E577}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicAuthGuard.Tests", "BasicAuthGuard.Tests\BasicAuthGuard.Tests.csproj", "{699A8E71-0615-4285-8C55-BA4F1EB4CC43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{7034F9DA-9A82-4830-B6BB-A6F35A49BA31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicAuthGuard.Example", "BasicAuthGuard.Example\BasicAuthGuard.Example.csproj", "{26868979-C957-4C18-8616-82DBEEE1AE09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3D1F01F-FA2B-4401-9D6C-CED165E530CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3D1F01F-FA2B-4401-9D6C-CED165E530CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3D1F01F-FA2B-4401-9D6C-CED165E530CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3D1F01F-FA2B-4401-9D6C-CED165E530CE}.Release|Any CPU.Build.0 = Release|Any CPU
{699A8E71-0615-4285-8C55-BA4F1EB4CC43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{699A8E71-0615-4285-8C55-BA4F1EB4CC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{699A8E71-0615-4285-8C55-BA4F1EB4CC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{699A8E71-0615-4285-8C55-BA4F1EB4CC43}.Release|Any CPU.Build.0 = Release|Any CPU
{26868979-C957-4C18-8616-82DBEEE1AE09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26868979-C957-4C18-8616-82DBEEE1AE09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26868979-C957-4C18-8616-82DBEEE1AE09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26868979-C957-4C18-8616-82DBEEE1AE09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B3D1F01F-FA2B-4401-9D6C-CED165E530CE} = {B19F521F-171F-4DF9-9EBB-7EA6D32D21F5}
{699A8E71-0615-4285-8C55-BA4F1EB4CC43} = {B10803DB-008D-43FB-A8CF-716819C0E577}
{26868979-C957-4C18-8616-82DBEEE1AE09} = {7034F9DA-9A82-4830-B6BB-A6F35A49BA31}
EndGlobalSection
EndGlobal