summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/GlobalSuppressions.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-05-23 17:55:34 -0700
committerGravatar wuestholz <unknown>2013-05-23 17:55:34 -0700
commit59cfcbb7ac83a23e7df3cb1e85c58167fc07af65 (patch)
treeb52592274f0d2615f26fc79feaff1d97aa0139c6 /Source/DafnyMenu/GlobalSuppressions.cs
parentce5332305ddebb41e6235bcf1c5a501c7b93ddd8 (diff)
DafnyExtension: Added menu for invoking specific Dafny functionality (e.g., compilation).
Diffstat (limited to 'Source/DafnyMenu/GlobalSuppressions.cs')
-rw-r--r--Source/DafnyMenu/GlobalSuppressions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyMenu/GlobalSuppressions.cs b/Source/DafnyMenu/GlobalSuppressions.cs
new file mode 100644
index 00000000..3689ed23
--- /dev/null
+++ b/Source/DafnyMenu/GlobalSuppressions.cs
@@ -0,0 +1 @@
+[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1017:MarkAssembliesWithComVisible")]