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