allow profiles to build System.dll with the profile compiler rather than the bootstra...
[mono.git] / mcs / class / System / System.ComponentModel.Design.Serialization / DesignerLoader.cs
index 863af39dfe516d043dc6481e6fb05fa32541b874..8cae096c82bfdf56a4c6148738dbf9a769e517e7 100644 (file)
@@ -33,6 +33,9 @@
 namespace System.ComponentModel.Design.Serialization
 {
        // This class is merely an interface with no implementation needed
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public abstract class DesignerLoader
        {