2110dad6d1
* cairo/Makefile.am: use mono.snk to sign the Mono.Cairo assembly so that it's compatible with mono built versions. Initial patch from Christian Hoff with a few tweaks. svn path=/trunk/gtk-sharp/; revision=122821
6 lines
178 B
C#
6 lines
178 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("2.0.0.0")]
|
|
[assembly:AssemblyDelaySign(false)]
|
|
[assembly:AssemblyKeyFile("mono.snk")]
|