Files
Il2CppInspectorRedux/Il2CppInspector.Redux.GUI/Properties/launchSettings.json
2025-01-25 15:37:43 +01:00

16 lines
368 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "todos",
"applicationUrl": "http://localhost:5154",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}