From e38997d85a1a13c5a9061daad7a0ddab134f08e1 Mon Sep 17 00:00:00 2001 From: Francois Keith Date: Mon, 25 Jan 2021 11:53:01 +0100 Subject: CSharp: Add 'debug:portable' to v142 flag table for VS --- Templates/MSBuild/FlagTables/v142_CSharp.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Templates/MSBuild/FlagTables/v142_CSharp.json b/Templates/MSBuild/FlagTables/v142_CSharp.json index 5989aea1ec..9164849005 100644 --- a/Templates/MSBuild/FlagTables/v142_CSharp.json +++ b/Templates/MSBuild/FlagTables/v142_CSharp.json @@ -200,6 +200,13 @@ "value": "pdbonly", "flags": [] }, + { + "name": "DebugType", + "switch": "debug:portable", + "comment": "", + "value": "portable", + "flags": [] + }, { "name": "Optimize", "switch": "optimize", -- cgit v1.2.1