summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs b/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs
index 7891d63..713f526 100644
--- a/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs
+++ b/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -60,3 +61,4 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyKeyName("")]
+[assembly: ComVisibleAttribute(true)]