mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 13:55:30 +00:00
687219d656
* */AssemblyInfo.cs.in : s/@VERSION@.0.0/@VERSION@/ svn path=/trunk/gtk-sharp/; revision=26431
7 lines
187 B
C#
7 lines
187 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@VERSION@")]
|
|
[assembly:AssemblyDelaySign(true)]
|
|
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]
|