Add Visual Studio launch settings and build-and-run script for RemSox solution

This commit is contained in:
Stone_Red
2026-06-12 19:37:17 +02:00
parent 2f1563d374
commit c6a9bc1870
3 changed files with 23 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"RemSox": {
"commandName": "Executable",
"executablePath": "powershell",
"commandLineArgs": "./build-and-run.ps1",
"workingDirectory": "./"
}
}
}