From aba364d190fca77d86412f25968a597edf3d725f Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Mon, 26 Nov 2018 08:01:48 -0800 Subject: VS: Fix CSharp support for win32res: and win32icon: flags Original header commit v3.13.0-rc2~6^2 Add a missing `:` to these entries in the flag table. The user value is always required and must come after the `:`. --- Templates/MSBuild/FlagTables/v10_CSharp.json | 4 ++-- Templates/MSBuild/FlagTables/v11_CSharp.json | 4 ++-- Templates/MSBuild/FlagTables/v12_CSharp.json | 4 ++-- Templates/MSBuild/FlagTables/v140_CSharp.json | 4 ++-- Templates/MSBuild/FlagTables/v141_CSharp.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v10_CSharp.json b/Templates/MSBuild/FlagTables/v10_CSharp.json index 7d1815d..a0780a4 100644 --- a/Templates/MSBuild/FlagTables/v10_CSharp.json +++ b/Templates/MSBuild/FlagTables/v10_CSharp.json @@ -114,7 +114,7 @@ }, { "name": "Win32Resource", - "switch": "win32res", + "switch": "win32res:", "comment": "", "value": "", "flags": [ @@ -124,7 +124,7 @@ }, { "name": "ApplicationIcon", - "switch": "win32icon", + "switch": "win32icon:", "comment": "", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v11_CSharp.json b/Templates/MSBuild/FlagTables/v11_CSharp.json index 7d1815d..a0780a4 100644 --- a/Templates/MSBuild/FlagTables/v11_CSharp.json +++ b/Templates/MSBuild/FlagTables/v11_CSharp.json @@ -114,7 +114,7 @@ }, { "name": "Win32Resource", - "switch": "win32res", + "switch": "win32res:", "comment": "", "value": "", "flags": [ @@ -124,7 +124,7 @@ }, { "name": "ApplicationIcon", - "switch": "win32icon", + "switch": "win32icon:", "comment": "", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v12_CSharp.json b/Templates/MSBuild/FlagTables/v12_CSharp.json index 7d1815d..a0780a4 100644 --- a/Templates/MSBuild/FlagTables/v12_CSharp.json +++ b/Templates/MSBuild/FlagTables/v12_CSharp.json @@ -114,7 +114,7 @@ }, { "name": "Win32Resource", - "switch": "win32res", + "switch": "win32res:", "comment": "", "value": "", "flags": [ @@ -124,7 +124,7 @@ }, { "name": "ApplicationIcon", - "switch": "win32icon", + "switch": "win32icon:", "comment": "", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v140_CSharp.json b/Templates/MSBuild/FlagTables/v140_CSharp.json index 7d1815d..a0780a4 100644 --- a/Templates/MSBuild/FlagTables/v140_CSharp.json +++ b/Templates/MSBuild/FlagTables/v140_CSharp.json @@ -114,7 +114,7 @@ }, { "name": "Win32Resource", - "switch": "win32res", + "switch": "win32res:", "comment": "", "value": "", "flags": [ @@ -124,7 +124,7 @@ }, { "name": "ApplicationIcon", - "switch": "win32icon", + "switch": "win32icon:", "comment": "", "value": "", "flags": [ diff --git a/Templates/MSBuild/FlagTables/v141_CSharp.json b/Templates/MSBuild/FlagTables/v141_CSharp.json index 7d1815d..a0780a4 100644 --- a/Templates/MSBuild/FlagTables/v141_CSharp.json +++ b/Templates/MSBuild/FlagTables/v141_CSharp.json @@ -114,7 +114,7 @@ }, { "name": "Win32Resource", - "switch": "win32res", + "switch": "win32res:", "comment": "", "value": "", "flags": [ @@ -124,7 +124,7 @@ }, { "name": "ApplicationIcon", - "switch": "win32icon", + "switch": "win32icon:", "comment": "", "value": "", "flags": [ -- cgit v0.12