ensure GenerateTargetFrameworkAttribute gets set

This commit is contained in:
prime31 2020-10-21 11:52:00 -07:00 committed by GitHub
parent 9eb8197796
commit e31409e707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.vscode/tasks.json vendored
View File

@ -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",
},
]
}
}