aboutsummaryrefslogtreecommitdiff
path: root/Main/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to 'Main/.vscode/tasks.json')
-rw-r--r--Main/.vscode/tasks.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/Main/.vscode/tasks.json b/Main/.vscode/tasks.json
new file mode 100644
index 0000000..9f2ef21
--- /dev/null
+++ b/Main/.vscode/tasks.json
@@ -0,0 +1,15 @@
+{
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "build",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "build",
+ "${workspaceFolder}/Main.csproj"
+ ],
+ "problemMatcher": "$msCompile"
+ }
+ ]
+} \ No newline at end of file