From f68bb1864b40c69d12b44db5aa33125aef39e150 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Sat, 17 Mar 2018 15:33:00 +0100 Subject: Restructuring --- DistributedPasswordCracker.Client/.vscode/tasks.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 DistributedPasswordCracker.Client/.vscode/tasks.json (limited to 'DistributedPasswordCracker.Client/.vscode/tasks.json') diff --git a/DistributedPasswordCracker.Client/.vscode/tasks.json b/DistributedPasswordCracker.Client/.vscode/tasks.json new file mode 100644 index 0000000..ab28b8c --- /dev/null +++ b/DistributedPasswordCracker.Client/.vscode/tasks.json @@ -0,0 +1,15 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/DistributedPasswordCracker.Client.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file -- cgit v1.2.3