From 8bc62a2864e5e5897cc961bd1055b35e3c8d0b94 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Sat, 15 May 2004 19:31:12 +0000 Subject: Various mono related changes to facilitate GAC support. --- mono/AssemblyInfo.cs.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mono/AssemblyInfo.cs.in (limited to 'mono/AssemblyInfo.cs.in') diff --git a/mono/AssemblyInfo.cs.in b/mono/AssemblyInfo.cs.in new file mode 100644 index 00000000..6241b8c7 --- /dev/null +++ b/mono/AssemblyInfo.cs.in @@ -0,0 +1,6 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +[assembly:AssemblyVersion("@VERSION@")] +[assembly:AssemblyDelaySign(false)] +[assembly:AssemblyKeyFile("dbus-sharp.snk")] -- cgit