summaryrefslogtreecommitdiffstats
path: root/mono/AssemblyInfo.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'mono/AssemblyInfo.cs.in')
-rw-r--r--mono/AssemblyInfo.cs.in6
1 files changed, 6 insertions, 0 deletions
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")]