diff options
author | fcolin | 2007-02-01 09:52:25 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:25 +0000 |
commit | cdaa1a7d95471a7f72998c7672f43277b8e185b8 (patch) | |
tree | 98e626422a1ef682f970cd7e862b3f18fda881c0 | |
parent | 5da1d0df974d6f9a2e9b16a87e8369fe0e92b91e (diff) | |
download | ivy-csharp-cdaa1a7d95471a7f72998c7672f43277b8e185b8.zip ivy-csharp-cdaa1a7d95471a7f72998c7672f43277b8e185b8.tar.gz ivy-csharp-cdaa1a7d95471a7f72998c7672f43277b8e185b8.tar.bz2 ivy-csharp-cdaa1a7d95471a7f72998c7672f43277b8e185b8.tar.xz |
Utilisateur : Fcolin Date : 19/12/05 Heure : 16:54 Archivé dans $/CSharp/Ivy/Properties Commentaire: (vss 5)
-rw-r--r-- | CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs | 2 |
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)]
|