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
2
.vscode/tasks.json
vendored
2
.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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user