OLD | NEW |
| (Empty) |
1 /* | |
2 * Copyright 2009 The Native Client Authors. All rights reserved. | |
3 * Use of this source code is governed by a BSD-style license that can | |
4 * be found in the LICENSE file. | |
5 */ | |
6 | |
7 // This file is used by Code Analysis to maintain SuppressMessage | |
8 // attributes that are applied to this project. Project-level | |
9 // suppressions either have no target or are given a specific target | |
10 // and scoped to a namespace, type, member, etc. | |
11 // | |
12 // To add a suppression to this file, right-click the message in the | |
13 // Error List, point to "Suppress Message(s)", and click "In Project | |
14 // Suppression File". You do not need to add suppressions to this | |
15 // file manually. | |
16 | |
17 using System.Diagnostics.CodeAnalysis; | |
18 | |
19 [assembly: | |
20 SuppressMessage("Microsoft.Design", "CA1017:MarkAssembliesWithComVisible")] | |
OLD | NEW |