summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:52:25 +0000
committerfcolin2007-02-01 09:52:25 +0000
commitcdaa1a7d95471a7f72998c7672f43277b8e185b8 (patch)
tree98e626422a1ef682f970cd7e862b3f18fda881c0 /CSharp
parent5da1d0df974d6f9a2e9b16a87e8369fe0e92b91e (diff)
downloadivy-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)
Diffstat (limited to 'CSharp')
-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)]