-
Notifications
You must be signed in to change notification settings - Fork 61
/
Microsoft.AspNetCore.SystemWebAdapters.slnLaunch
104 lines (104 loc) · 2.41 KB
/
Microsoft.AspNetCore.SystemWebAdapters.slnLaunch
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"Name": "Sample: Authentication (Forms)",
"Projects": [
{
"Path": "samples\\RemoteAuth\\Forms\\FormsAuth\\FormsAuth.csproj",
"Action": "Start",
"DebugTarget": "IIS Express"
},
{
"Path": "samples\\RemoteAuth\\Forms\\FormsAuthCore\\FormsAuthCore.csproj",
"Action": "Start",
"DebugTarget": "FormsAuthCore"
}
]
},
{
"Name": "Sample: Blazor Components",
"Projects": [
{
"Path": "samples\\WebFormsToBlazor\\WebFormsFramework\\WebFormsFramework.csproj",
"Action": "Start"
},
{
"Path": "samples\\WebFormsToBlazor\\BlazorCore\\BlazorCore.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: Authentication (Identity)",
"Projects": [
{
"Path": "samples\\RemoteAuth\\Identity\\MvcApp\\MvcApp.csproj",
"Action": "Start"
},
{
"Path": "samples\\RemoteAuth\\Identity\\MvcCoreApp\\MvcCoreApp.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: Authentication (OIDC)",
"Projects": [
{
"Path": "samples\\RemoteAuth\\OIDC\\OIDCAuth\\OIDCAuth.csproj",
"Action": "Start"
},
{
"Path": "samples\\RemoteAuth\\OIDC\\OIDCAuthCore\\OIDCAuthCore.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: Authentication (Bearer)",
"Projects": [
{
"Path": "samples\\RemoteAuth\\Bearer\\RemoteBearer\\RemoteBearer.csproj",
"Action": "Start"
},
{
"Path": "samples\\RemoteAuth\\Bearer\\RemoteBearerCore\\RemoteBearerCore.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: MachineKey",
"Projects": [
{
"Path": "samples\\MachineKey\\MachineKeyCore\\MachineKeyCore.csproj",
"Action": "Start"
},
{
"Path": "samples\\MachineKey\\MachineKeyFramework\\MachineKeyFramework.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: Modules",
"Projects": [
{
"Path": "samples\\Modules\\ModulesFramework\\ModulesFramework.csproj",
"Action": "Start"
},
{
"Path": "samples\\Modules\\ModulesCore\\ModulesCore.csproj",
"Action": "Start"
}
]
},
{
"Name": "Sample: Adapters",
"Projects": [
{
"Path": "samples\\CoreApp\\CoreApp.csproj",
"Action": "Start"
}
]
}
]