mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
7 lines
191 B
C#
7 lines
191 B
C#
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly:AssemblyVersion("@VERSION@.0.0")]
|
||
|
[assembly:AssemblyDelaySign(true)]
|
||
|
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]
|