mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix ListXML write
This commit is contained in:
@@ -40,6 +40,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Represents one ListXML chip
|
||||
/// </summary>
|
||||
/// TODO: Promote this to the same level as Sample
|
||||
[JsonObject("chip")]
|
||||
public class ListXmlChip
|
||||
{
|
||||
@@ -203,6 +204,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Represents one ListXML deviceref
|
||||
/// </summary>
|
||||
/// TODO: Promote this to the same level as Sample
|
||||
[JsonObject("deviceref")]
|
||||
public class ListXmlDeviceReference
|
||||
{
|
||||
@@ -450,6 +452,7 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Represents one ListXML softwarelist
|
||||
/// </summary>
|
||||
/// TODO: Promote this to the same level as Sample?
|
||||
[JsonObject("softwarelist")]
|
||||
public class ListXmlSoftwareList
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user