summaryrefslogtreecommitdiff
path: root/sources/AssemblyInfo.cs.in
blob: 49f7662c244d01d1427e189b9ed895d96ee28b2b (plain)
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")]