Moved TestConfiguration.cs to Npgsql.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ImportedFromTypeLibAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index dbd523b..f2cff63
@@ -33,6 +33,9 @@ using System;
 
 namespace System.Runtime.InteropServices {
        
+#if NET_2_0
+       [ComVisible(true)]
+#endif 
        [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
        public sealed class ImportedFromTypeLibAttribute : Attribute
        {