Ryujinx-GtkSharp/art/AssemblyInfo.cs.in

7 lines
191 B
C#
Raw Normal View History

using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]