File: AssemblyInfo.cs.in

package info (click to toggle)
webkitgtk-sharp3 2.0.0%2Bgit20151221-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 900 kB
  • ctags: 4
  • sloc: makefile: 106; sh: 3
file content (11 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("@ASSEMBLY_TITLE@")]
[assembly: AssemblyDescription("@ASSEMBLY_DESCRIPTION@")]
[assembly: AssemblyCompany("@ASSEMBLY_COMPANY@")]
[assembly: AssemblyCopyright("@ASSEMBLY_COPYRIGHT@")]
[assembly: AssemblyVersion("@ASSEMBLY_VERSION@")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("@ASSEMBLY_NAME@.snk")]