Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
CLR Compliant Assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Apr 14, 2013
1 parent a1f29c4 commit 99d1405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions InterLinq/Properties/AssemblyInfo.cs
@@ -1,4 +1,5 @@
using System.Reflection;
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -17,7 +18,8 @@
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible( false )]
[assembly: ComVisible( false )]
[assembly: CLSCompliant(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid( "c4467f80-a0aa-49f9-a921-509174f08451" )]
Expand Down

0 comments on commit 99d1405

Please sign in to comment.