mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:45:28 +00:00
7cdaf34aa2
* AssemblyInfo.cs.in: remove the ignore attr from the assemblies. * glib/ClassInitializerAttribute.cs: remove obsolete method target attr. * glib/IgnoreClassInitializersAttribute.cs: remove. * glib/Makefile.am: update sources and stop copying AssemblyInfo.cs around. * glib/Object.cs: remove the obsolete ClassInitializer fallback mechanism.
6 lines
145 B
C#
6 lines
145 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(false)]
|