Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Side by Side Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/GlobalSuppressions.cs

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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")]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698