Files
SlaveMatrix-SDL/SlaveMatrix/Properties/launchSettings.json
lewd-alt b36d7c82a2 added run.sh
lets you compile and run this mess with the 'dotnet' command on linux
2025-09-18 09:22:04 -07:00

12 lines
216 B
JSON

{
"profiles": {
"SlaveMatrix": {
"commandName": "Project",
"workingDirectory": "$(SolutionDir)\\game_folder"
},
"WSL": {
"commandName": "WSL2",
"distributionName": ""
}
}
}