We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274c16 commit 76bea17Copy full SHA for 76bea17
Tvl.VisualStudio.MouseFastScroll/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
1
-using System.Reflection;
+using System;
2
+using System.Reflection;
3
using System.Runtime.InteropServices;
4
5
// General Information about an assembly is controlled through the following
@@ -12,6 +13,7 @@
12
13
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2013")]
14
[assembly: AssemblyTrademark("")]
15
[assembly: AssemblyCulture("")]
16
+[assembly: CLSCompliant(false)]
17
18
// Setting ComVisible to false makes the types in this assembly not visible
19
// to COM components. If you need to access a type in this assembly from
0 commit comments