Added generating XML metadata for file systems.

This commit is contained in:
2015-12-05 17:10:27 +00:00
parent c6cfcbcd15
commit 96048617e1
28 changed files with 313 additions and 4 deletions

View File

@@ -49,6 +49,15 @@ namespace DiscImageChef.Plugins
public string Name;
/// <summary>Plugin UUID.</summary>
public Guid PluginUUID;
internal Schemas.FileSystemType xmlFSType;
public Schemas.FileSystemType XmlFSType
{
get
{
return xmlFSType;
}
}
protected Plugin()
{