mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
changed tag properties to more convenient format.
This commit is contained in:
parent
230ba532f0
commit
cb2ce6b96c
@ -34,7 +34,7 @@ namespace GameRes.Formats.Circus
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class DatOpener : ArchiveFormat
|
public class DatOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "CIRCUS/DAT"; } }
|
public override string Tag { get { return "DAT/CIRCUS"; } }
|
||||||
public override string Description { get { return "Circus resource archive"; } }
|
public override string Description { get { return "Circus resource archive"; } }
|
||||||
public override uint Signature { get { return 0; } }
|
public override uint Signature { get { return 0; } }
|
||||||
public override bool IsHierarchic { get { return true; } }
|
public override bool IsHierarchic { get { return true; } }
|
||||||
|
@ -69,7 +69,7 @@ namespace GameRes.Formats.BlackRainbow
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class DatOpener : ArchiveFormat
|
public class DatOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "BR/DAT"; } }
|
public override string Tag { get { return "DAT/BR"; } }
|
||||||
public override string Description { get { return "BlackRainbow resource archive"; } }
|
public override string Description { get { return "BlackRainbow resource archive"; } }
|
||||||
public override uint Signature { get { return 0; } }
|
public override uint Signature { get { return 0; } }
|
||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
|
@ -41,7 +41,7 @@ namespace GameRes.Formats.NitroPlus
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class PakOpener : ArchiveFormat
|
public class PakOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "NITRO+/PAK"; } }
|
public override string Tag { get { return "PAK/NITRO+"; } }
|
||||||
public override string Description { get { return "Nitro+ resource archive"; } }
|
public override string Description { get { return "Nitro+ resource archive"; } }
|
||||||
public override uint Signature { get { return 0x03; } }
|
public override uint Signature { get { return 0x03; } }
|
||||||
public override bool IsHierarchic { get { return false; } }
|
public override bool IsHierarchic { get { return false; } }
|
||||||
|
@ -42,7 +42,7 @@ namespace GameRes.Formats.Qlie
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class PackOpener : ArchiveFormat
|
public class PackOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "QLIE/PACK"; } }
|
public override string Tag { get { return "PACK/QLIE"; } }
|
||||||
public override string Description { get { return "QLIE engine resource archive"; } }
|
public override string Description { get { return "QLIE engine resource archive"; } }
|
||||||
public override uint Signature { get { return 0; } }
|
public override uint Signature { get { return 0; } }
|
||||||
public override bool IsHierarchic { get { return true; } }
|
public override bool IsHierarchic { get { return true; } }
|
||||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.8.85")]
|
[assembly: AssemblyVersion ("1.0.8.86")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.8.85")]
|
[assembly: AssemblyFileVersion ("1.0.8.86")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user