Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Assembly/AssemblyInfo.cs')
-rw-r--r--mcs/class/System/Assembly/AssemblyInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/System/Assembly/AssemblyInfo.cs b/mcs/class/System/Assembly/AssemblyInfo.cs
index 0405a1d6115..edc766acfa9 100644
--- a/mcs/class/System/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System/Assembly/AssemblyInfo.cs
@@ -12,6 +12,7 @@ using System.Reflection;
using System.Resources;
using System.Security;
using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
// General Information about the system assembly
@@ -22,6 +23,8 @@ using System.Runtime.CompilerServices;
#if (NET_1_1)
[assembly: AssemblyVersion("1.0.5000.0")]
[assembly: SatelliteContractVersion("1.0.5000.0")]
+ [assembly: ComCompatibleVersion(1, 0, 3300, 0)]
+ [assembly: TypeLibVersion(1, 10)]
#endif
[assembly: AssemblyTitle("System.dll")]