1*e5dd7070Spatrick // This file is used by Code Analysis to maintain SuppressMessage 2*e5dd7070Spatrick // attributes that are applied to this project. Project-level 3*e5dd7070Spatrick // suppressions either have no target or are given a specific target 4*e5dd7070Spatrick // and scoped to a namespace, type, member, etc. 5*e5dd7070Spatrick // 6*e5dd7070Spatrick // To add a suppression to this file, right-click the message in the 7*e5dd7070Spatrick // Error List, point to "Suppress Message(s)", and click "In Project 8*e5dd7070Spatrick // Suppression File". You do not need to add suppressions to this 9*e5dd7070Spatrick // file manually. 10*e5dd7070Spatrick 11*e5dd7070Spatrick [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1017:MarkAssembliesWithComVisible")] 12