File tree Expand file tree Collapse file tree
DxGrid.BindToDataUsingXPO.WebAPI/Properties
DxGrid.BindToDataUsingXPO/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,4 +310,9 @@ TesterMetadata.xml
310310# npm files dependencies
311311package-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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments