diff --git a/ICD.Common.Utils/Properties/ObfuscationAttributes.cs b/ICD.Common.Utils/Properties/ObfuscationAttributes.cs index d615303..1760dd9 100644 --- a/ICD.Common.Utils/Properties/ObfuscationAttributes.cs +++ b/ICD.Common.Utils/Properties/ObfuscationAttributes.cs @@ -1,4 +1,5 @@ -// ============================================================================= +#if SIMPLSHARP +// ============================================================================= // Definition of Custom Attributes for Declarative Obfuscation // ============================================================================= // @@ -17,7 +18,7 @@ using System; // ReSharper disable once CheckNamespace -namespace ICD.Common.Properties +namespace System.Reflection { /// /// Instructs obfuscation tools to use their standard obfuscation rules for the appropriate assembly type. @@ -141,3 +142,4 @@ namespace ICD.Common.Properties } } } +#endif