forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIncomingWebhook.slnLaunch.user
47 lines (47 loc) · 1.05 KB
/
IncomingWebhook.slnLaunch.user
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
[
{
"Name": "Microsoft Teams (Browser)",
"Projects": [
{
"Path": "IncomingWebhook\\IncomingWebhook.csproj",
"Action": "Start",
"DebugTarget": "Start project"
},
{
"Path": "TeamsApp\\TeamsApp.ttkproj",
"Action": "StartWithoutDebugging",
"DebugTarget": "Microsoft Teams (Browser)"
}
]
},
{
"Name": "Outlook (Browser)",
"Projects": [
{
"Path": "IncomingWebhook\\IncomingWebhook.csproj",
"Action": "Start",
"DebugTarget": "Start project"
},
{
"Path": "TeamsApp\\TeamsApp.ttkproj",
"Action": "StartWithoutDebugging",
"DebugTarget": "Outlook (browser)"
}
]
},
{
"Name": "M365 (Browser)",
"Projects": [
{
"Path": "IncomingWebhook\\IncomingWebhook.csproj",
"Action": "Start",
"DebugTarget": "Start project"
},
{
"Path": "TeamsApp\\TeamsApp.ttkproj",
"Action": "StartWithoutDebugging",
"DebugTarget": "M365 (browser)"
}
]
}
]