/SparkleLib/AssemblyInfo.cs.in
Autoconf | 11 lines | 9 code | 2 blank | 0 comment | 1 complexity | 5e15e048618a9643daa4332a39b6bdb8 MD5 | raw file
1/* 2 * AssemblyInfo.cs 3 * 4 * This is free software. See COPYING for details. 5 */ 6 7using System.Reflection; 8using System.Runtime.CompilerServices; 9 10[assembly: AssemblyVersion("@ASM_VERSION@")] 11[assembly: AssemblyTitle ("SparkleShare")]