#if !LOCALTEST namespace System { [AttributeUsage(AttributeTargets.Enum, Inherited=false)] public sealed class FlagsAttribute : Attribute { } } #endif