diff --git a/ICD.Common.Utils/Xml/XmlConverterAttribute.cs b/ICD.Common.Utils/Xml/XmlConverterAttribute.cs index afb97de..c1745c3 100644 --- a/ICD.Common.Utils/Xml/XmlConverterAttribute.cs +++ b/ICD.Common.Utils/Xml/XmlConverterAttribute.cs @@ -1,9 +1,11 @@ using System; using System.Collections.Generic; +using ICD.Common.Properties; using ICD.Common.Utils.Attributes; namespace ICD.Common.Utils.Xml { + [MeansImplicitUse] [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)] public sealed class XmlConverterAttribute : AbstractIcdAttribute {