Files
SlaveMatrix-SDL/SlaveMatrix/Properties/launchSettings.json
2026-06-13 11:34:36 -05:00

15 lines
300 B
JSON

{
"profiles": {
"SlaveMatrix": {
"commandName": "Project",
"workingDirectory": "../game_folder",
"environmentVariables": {
"DOTNET_SYSTEM_GLOBALIZATION_INVARIANT": "true"
}
},
"WSL": {
"commandName": "WSL2",
"distributionName": ""
}
}
}