Added initial MarkupDataMapping codegen

This commit is contained in:
Yoshi Askharoun
2022-06-12 21:21:29 -05:00
parent 5741116340
commit 9461773d02
5 changed files with 97 additions and 2 deletions
@@ -9,6 +9,11 @@ namespace Microsoft.Iris.Debug
public List<System.Xml.XmlDocument> DecompileResults { get; } = new List<System.Xml.XmlDocument>();
public TraceSettings TraceSettings { get; } = TraceSettings.Current;
#if OPENZUNE
public bool GenerateDataMappingModels { get; set; } = true;
public List<string> DataMappingModels { get; } = new List<string>();
#endif
public Bridge Bridge { get; } =
#if OPENZUNE
new(OwlCore.Remoting.RemotingMode.Host);