File: AssemblyInfo.cs.in

package info (click to toggle)
appindicator3-sharp 12.10.0%2Bgit20151221-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: makefile: 103; 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")]