Vs: remove /nowin32manifest from C# flags to enable default VS behavior

Original header commit v3.10.0-rc1~494^2

if /nowin32manifest is specified, it will be preferred over any
occurring /win32manifest:<file> parameter
This commit is contained in:
Stephan Szabo 2018-11-26 07:55:48 -08:00
parent 6c6c13297c
commit b9fe2785f2
5 changed files with 30 additions and 15 deletions

View File

@ -133,11 +133,14 @@
]
},
{
"name": "Win32Manifest",
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "true",
"flags": []
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",

View File

@ -133,11 +133,14 @@
]
},
{
"name": "Win32Manifest",
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "true",
"flags": []
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",

View File

@ -133,11 +133,14 @@
]
},
{
"name": "Win32Manifest",
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "true",
"flags": []
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",

View File

@ -133,11 +133,14 @@
]
},
{
"name": "Win32Manifest",
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "true",
"flags": []
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",

View File

@ -133,11 +133,14 @@
]
},
{
"name": "Win32Manifest",
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "true",
"flags": []
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",