diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9b83033..2c2369f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -43,6 +43,7 @@ "command": "msbuild", "args": [ "project_name.sln", + "/property:GenerateTargetFrameworkAttribute=false", "/p:configuration=Debug", "/p:platform=Any CPU", "/t:build" @@ -58,6 +59,7 @@ "command": "msbuild", "args": [ "project_name.sln", + "/property:GenerateTargetFrameworkAttribute=false", "/p:configuration=Release", "/p:platform=Any CPU", "/t:build" @@ -178,4 +180,4 @@ "problemMatcher": "$msCompile", }, ] -} \ No newline at end of file +}