National-Instruments-DAQ-MX
This commit is contained in:
35
National-Instruments-DAQ-MX/core/.vscode/tasks.json
vendored
Normal file
35
National-Instruments-DAQ-MX/core/.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Build",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"--configuration",
|
||||
"Release",
|
||||
"--runtime",
|
||||
"win-x64"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "Run",
|
||||
"command": "bin/Release/net48/win-x64/National-Instruments-DAQ-MX.exe",
|
||||
"dependsOn": "Build",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"ai0",
|
||||
"ai1",
|
||||
"ai2",
|
||||
"ai3",
|
||||
"ai4",
|
||||
"ai5",
|
||||
"ai6",
|
||||
"ai7"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user