mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:15:33 +00:00
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
7 lines
178 B
C#
7 lines
178 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("2.0.0.0")]
|
|
[assembly:AssemblyDelaySign(false)]
|
|
[assembly:AssemblyKeyFile("mono.snk")]
|