mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
5f80b97227
* configure.in : AC_SUBST an API_VERSION=1.0.0.0 for the AssemblyVersionAttributes. * */AssemblyInfo.cs.in : s/@VERSION@/@API_VERSION@/ svn path=/trunk/gtk-sharp/; revision=26435
7 lines
191 B
C#
7 lines
191 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(true)]
|
|
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]
|