Skip to content

Commit b8c5a10

Browse files
Add Func + Web startup option
1 parent f5e8b38 commit b8c5a10

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CodeConverter.slnLaunch

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
{
3+
"Name": "Func \u002B Web",
4+
"Projects": [
5+
{
6+
"Name": "Web\\Web.csproj",
7+
"Action": "Start"
8+
},
9+
{
10+
"Name": "Func\\Func.csproj",
11+
"Action": "Start"
12+
}
13+
]
14+
}
15+
]

0 commit comments

Comments
 (0)