X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FTypeLibVersionAttribute.cs;h=e4a16bf295e53d842b146d49f652e3e75cd8d1ec;hb=730d0ccd6fcf8d2a0ca9612fde07ecb42a4fadf4;hp=6a412e25800d5b7dd8baf77d97d41ca22545c2e0;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/TypeLibVersionAttribute.cs b/mcs/class/corlib/System.Runtime.InteropServices/TypeLibVersionAttribute.cs index 6a412e25800..e4a16bf295e 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/TypeLibVersionAttribute.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/TypeLibVersionAttribute.cs @@ -30,15 +30,10 @@ // 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