Add history tag support (fixes #34)

This commit is contained in:
Matt Nadareski
2020-12-28 10:22:40 -08:00
parent ebe3a41595
commit 2e674e23ca
8 changed files with 37 additions and 0 deletions

View File

@@ -1051,6 +1051,9 @@ namespace SabreTools.Core.Tools
#region ListXML
case "history":
return MachineField.History;
case "sourcefile":
case "source_file":
return MachineField.SourceFile;