mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:15:33 +00:00
ec77219ad5
* AssemblyInfo.cs.in: kill keyfile attr * Makefile.am: moved mono.snk to cairo dir * Makefile.include: no need to copy snk into builddir any longer. * cairo/AssemblyInfo.cs: kill keyfile attr * cairo/Makefile.am: snk relocated into here. use it directly. * glib/Makefile.am: no need to copy snk into builddir any longer. * gtkdotnet/Makefile.am: no need to copy snk into builddir any longer.
7 lines
185 B
C#
7 lines
185 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(false)]
|
|
[assembly:GLib.IgnoreClassInitializers]
|