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.snk")]
|