mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
Add CICM sidecar models
This commit is contained in:
37
SabreTools.Data.Models/CICM/RequiredOperatingSystem.cs
Normal file
37
SabreTools.Data.Models/CICM/RequiredOperatingSystem.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
//
|
||||
//This source code was auto-generated by MonoXSD
|
||||
//
|
||||
|
||||
// Originally sourced from https://github.com/aaru-dps/Aaru/blob/v5.4/CICMMetadata/dotnet/cicm.cs
|
||||
// The above header is from the original generated code
|
||||
// Some formatting cleanup has been done to fit project standards
|
||||
|
||||
using System;
|
||||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace SabreTools.Data.Models.CICM
|
||||
{
|
||||
[GeneratedCode("xsd", "0.0.0.0")]
|
||||
[Serializable]
|
||||
[DesignerCategory("code")]
|
||||
public class RequiredOperatingSystem
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
[XmlElement("Version")]
|
||||
public string[] Version { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user