7 lines
194 B
C#
7 lines
194 B
C#
|
using System.Reflection;
|
||
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly:AssemblyVersion("@VERSION@.0.0")]
|
||
|
[assembly:AssemblyDelaySign(true)]
|
||
|
[assembly:AssemblyKeyFile("../../gtk-sharp.pub")]
|