mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
ensure GenerateTargetFrameworkAttribute gets set
This commit is contained in:
parent
9eb8197796
commit
e31409e707
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -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",
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user