mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Added initial MarkupDataMapping codegen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user