From 049410c0b61aa1894cab8b3885c78d59fdcbcd9e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 24 Jan 2019 12:52:49 -0500 Subject: VS: Populate `/JMC-` flag table entry for v142 Add the negative form of the option. --- Templates/MSBuild/FlagTables/v142_CL.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index d3d7f72..479df03 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -597,6 +597,13 @@ }, { "name": "SupportJustMyCode", + "switch": "JMC-", + "comment": "Support Just My Code Debugging", + "value": "false", + "flags": [] + }, + { + "name": "SupportJustMyCode", "switch": "JMC", "comment": "Support Just My Code Debugging", "value": "true", -- cgit v0.12