rimworld-mod-template/.vscode/tasks.json
2020-06-22 12:28:26 +03:00

14 lines
No EOL
304 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build dll",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
"command": "dotnet build Source \n del Source/obj -r",
},
]
}