(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

@@ -29,7 +29,9 @@ using System.Windows.Media;
namespace GameRes.Formats.Nabe
{
#if DEBUG
[Export(typeof(ImageFormat))]
#endif
public class YpfFormat : ImageFormat
{
public override string Tag { get { return "YPF/NABE"; } }