mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:15:30 +00:00
01ef68965d
* configure.in : lookup gacutil and error out if not found. * */Makefile.am : add install-data-local and uninstall-local targets for GAC installation. Add gtk-sharp.pub target to cp the key in for distcheck. * */AssemblyInfo.cs.in : remove ../ from key path for VPATH build. svn path=/trunk/gtk-sharp/; revision=26485
7 lines
188 B
C#
7 lines
188 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(true)]
|
|
[assembly:AssemblyKeyFile("gtk-sharp.pub")]
|