mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
ensure GenerateTargetFrameworkAttribute gets set
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -43,6 +43,7 @@
|
|||||||
"command": "msbuild",
|
"command": "msbuild",
|
||||||
"args": [
|
"args": [
|
||||||
"project_name.sln",
|
"project_name.sln",
|
||||||
|
"/property:GenerateTargetFrameworkAttribute=false",
|
||||||
"/p:configuration=Debug",
|
"/p:configuration=Debug",
|
||||||
"/p:platform=Any CPU",
|
"/p:platform=Any CPU",
|
||||||
"/t:build"
|
"/t:build"
|
||||||
@@ -58,6 +59,7 @@
|
|||||||
"command": "msbuild",
|
"command": "msbuild",
|
||||||
"args": [
|
"args": [
|
||||||
"project_name.sln",
|
"project_name.sln",
|
||||||
|
"/property:GenerateTargetFrameworkAttribute=false",
|
||||||
"/p:configuration=Release",
|
"/p:configuration=Release",
|
||||||
"/p:platform=Any CPU",
|
"/p:platform=Any CPU",
|
||||||
"/t:build"
|
"/t:build"
|
||||||
@@ -178,4 +180,4 @@
|
|||||||
"problemMatcher": "$msCompile",
|
"problemMatcher": "$msCompile",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user