Skip to content

Commit dc75d89

Browse files
committed
Include launchSettings.json files
1 parent 563c1a0 commit dc75d89

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,9 @@ TesterMetadata.xml
310310
# npm files dependencies
311311
package-lock.json
312312

313-
.angular/
313+
.angular/
314+
315+
# Include appsettings.json files
316+
317+
!DxGrid.BindToDataUsingXPO/Properties/launchSettings.json
318+
!DxGrid.BindToDataUsingXPO.WebAPI/Properties/launchSettings.json
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"profiles": {
3+
"DxGrid.BindToDataUsingXPO.WebAPI": {
4+
"commandName": "Project",
5+
"launchBrowser": false,
6+
"environmentVariables": {
7+
"ASPNETCORE_ENVIRONMENT": "Development"
8+
},
9+
"applicationUrl": "https://localhost:51315"
10+
}
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"profiles": {
3+
"DxGrid.BindToDataUsingXPO": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"environmentVariables": {
7+
"ASPNETCORE_ENVIRONMENT": "Development"
8+
},
9+
"applicationUrl": "https://localhost:51314"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)