(Legacy): certain formats enabled in debug build only.

This commit is contained in:
morkt
2018-01-16 11:56:01 +04:00
parent aa93dabd2d
commit 9388afd54f
14 changed files with 368 additions and 0 deletions

View File

@@ -36,7 +36,9 @@ namespace GameRes.Formats.Uran
public byte Method;
}
#if DEBUG
[Export(typeof(ArchiveFormat))]
#endif
public class NclOpener : ArchiveFormat
{
public override string Tag { get { return "NCL"; } }