Merge pull request #1385 from BrzVlad/fin-hash
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibVersionAttribute.cs
index 6a412e25800d5b7dd8baf77d97d41ca22545c2e0..e4a16bf295e53d842b146d49f652e3e75cd8d1ec 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if (NET_1_1||NET_2_0)
-
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [ComVisible(true)]
-#endif
-       [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, 
-                       Inherited = false)]
+       [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
        public sealed class TypeLibVersionAttribute : Attribute
        {
                private int major;
@@ -60,5 +55,4 @@ namespace System.Runtime.InteropServices
        }
 }
 
-#endif