Various mono related changes to facilitate GAC support.
[platform/upstream/dbus.git] / mono / AssemblyInfo.cs.in
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3  
4 [assembly:AssemblyVersion("@VERSION@")]
5 [assembly:AssemblyDelaySign(false)]
6 [assembly:AssemblyKeyFile("dbus-sharp.snk")]