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
+6
View File
@@ -0,0 +1,6 @@
Set-Location $PSScriptRoot
cosmos build
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
cosmos run