Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ITypeLibExporterNotifySink.cs
index 49ea9a41b25a1f4d586a5060fbe8c8e97e54e6f8..b8ee0fedf174edc299bf20b9a5b75cf65680c698 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 using System.Reflection;
 
 namespace System.Runtime.InteropServices {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [Guid("f1c3bf77-c3e4-11d3-88e7-00902754c43a")]
        [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
        public interface ITypeLibExporterNotifySink {
@@ -44,3 +43,4 @@ namespace System.Runtime.InteropServices {
                object ResolveRef (Assembly assembly);
        }
 }
+#endif