forked from webmotions/fake-authentication-jwtbearer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebMotions.Fake.Authentication.JwtBearer.sln
70 lines (70 loc) · 4.57 KB
/
WebMotions.Fake.Authentication.JwtBearer.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{77DE8FBC-95B3-4124-854C-65E68B8EB95F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D94BD66A-E715-44D0-AE3C-25D85E81529D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4DB1A50B-D4DC-4CE1-AEE5-995E526F6E5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebMotions.Fake.Authentication.JwtBearer", "src\WebMotions.Fake.Authentication.JwtBearer\WebMotions.Fake.Authentication.JwtBearer.csproj", "{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebMotions.Fake.Authentication.JwtBearer.Tests", "test\WebMotions.Fake.Authentication.JwtBearer.Tests\WebMotions.Fake.Authentication.JwtBearer.Tests.csproj", "{FC64631B-F006-4109-8A1E-A461D15102D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A3F34A9C-7F17-4E30-83A2-A29ED1CE64D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebApplication", "samples\Sample.WebApplication\Sample.WebApplication.csproj", "{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.WebApplication.Tests", "samples\Sample.WebApplication.Tests\Sample.WebApplication.Tests.csproj", "{3592DC90-1CC3-4520-B5D8-304A062A2479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Pre-release|Any CPU = Pre-release|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Pre-release|Any CPU.ActiveCfg = Debug|Any CPU
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Pre-release|Any CPU.Build.0 = Debug|Any CPU
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74}.Release|Any CPU.Build.0 = Release|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Pre-release|Any CPU.ActiveCfg = Release|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Pre-release|Any CPU.Build.0 = Release|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC64631B-F006-4109-8A1E-A461D15102D3}.Release|Any CPU.Build.0 = Release|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Pre-release|Any CPU.ActiveCfg = Debug|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Pre-release|Any CPU.Build.0 = Debug|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7}.Release|Any CPU.Build.0 = Release|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Pre-release|Any CPU.ActiveCfg = Debug|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Pre-release|Any CPU.Build.0 = Debug|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3592DC90-1CC3-4520-B5D8-304A062A2479}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC06701D-9669-45A2-BB2A-89C3F1DDEB74} = {77DE8FBC-95B3-4124-854C-65E68B8EB95F}
{FC64631B-F006-4109-8A1E-A461D15102D3} = {4DB1A50B-D4DC-4CE1-AEE5-995E526F6E5A}
{84C5EA2B-36FD-43E5-A866-A148CBFDC5B7} = {A3F34A9C-7F17-4E30-83A2-A29ED1CE64D6}
{3592DC90-1CC3-4520-B5D8-304A062A2479} = {A3F34A9C-7F17-4E30-83A2-A29ED1CE64D6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E23AEBD-955B-482E-903C-5318B5D82149}
EndGlobalSection
EndGlobal