File: AssemblyInfo.cs.in

package info (click to toggle)
gnome-desktop-sharp2 2.26.0-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,768 kB
  • ctags: 73
  • sloc: sh: 9,300; makefile: 397; xml: 196; cs: 143; perl: 32; ansic: 24
file content (7 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly:AssemblyVersion("@API_VERSION@")]
[assembly:AssemblyDelaySign(false)]
[assembly:AssemblyKeyFile("gtk-sharp.snk")]
[assembly:GLib.IgnoreClassInitializers]