summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
blob: cc118060e4c1fca46444651843d9cad1edbac4f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "tasks": [
        {
            "type": "vs64",
            "action": "build",
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "label": "build project"
        }
    ]
}