mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:35:38 +00:00
e4c7f28e66
* configure.in : expand the AssemblyInfo.cs files. * */AssemblyInfo.cs.in : new assembly info files. * */Makefile.am : dist, make, and clean assmbly info files. svn path=/trunk/gtk-sharp/; revision=26356
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")]
|