[ALL] Update way output formats are handled

This commit is contained in:
Matt Nadareski
2016-09-09 15:25:37 -07:00
parent 5053ee6a42
commit 02c7853361
13 changed files with 253 additions and 286 deletions

View File

@@ -304,7 +304,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = netNew,
};
@@ -317,7 +317,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = unneeded,
};
@@ -330,7 +330,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = newMissing,
};
@@ -343,7 +343,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = have,
};
@@ -417,7 +417,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = have,
};
@@ -487,7 +487,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormat = OutputFormat.Xml,
OutputFormatFlag = OutputFormatFlag.Xml,
MergeRoms = true,
Files = have,
};