mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-11-01 09:20:17 +00:00
41 lines
1002 B
JSON
41 lines
1002 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "Build UWPOverlayEnablerDLL (Debug)",
|
|
"command": "msbuild.exe",
|
|
"args": [
|
|
"GlosSI.sln",
|
|
"/target:UWPOverlayEnablerDLL",
|
|
"/p:Configuration=Debug",
|
|
"/p:Platform=x64"
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/..",
|
|
},
|
|
"problemMatcher": ["$msCompile"],
|
|
"group": {
|
|
"kind": "build",
|
|
},
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"label": "Re-Build UWPOverlayEnablerDLL (Debug)",
|
|
"command": "msbuild.exe",
|
|
"args": [
|
|
"GlosSI.sln",
|
|
"/target:UWPOverlayEnablerDLL:Rebuild",
|
|
"/p:Configuration=Debug",
|
|
"/p:Platform=x64"
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/..",
|
|
},
|
|
"problemMatcher": ["$msCompile"],
|
|
"group": {
|
|
"kind": "build",
|
|
},
|
|
}
|
|
]
|
|
} |