rimworld-mod-template/.vscode/tasks.json
2020-09-11 17:06:16 +03:00

14 lines
No EOL
281 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build dll",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
"command": ".vscode/build.bat",
},
]
}