Files
Mapo-IOB-WIN/Scratch/IOB-WIN-MTC-CLI/Properties/launchSettings.json
T
Samuele Locatelli 11bb5b742e MTC - Net8
- move progetti core di MTC in net8 a scratch (da rivedere...)
2024-12-19 18:39:10 +01:00

20 lines
453 B
JSON

{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"RemoteDebug": {
"commandName": "Project",
"remoteDebugEnabled": true,
"remoteDebugMachine": "10.51.90.9:4026",
"authenticationMode": "Windows"
},
"Local": {
"commandName": "Project",
"remoteDebugEnabled": false,
"remoteDebugMachine": "10.51.90.9:4026",
"authenticationMode": "Windows"
}
}
}