blob: c4dbacc0a6ba10a0d56035a5671f1d185a631e71 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Logging Library")]
[assembly: AssemblyVersion("2.0.11.1721")]
[assembly: ComVisible(false)]
|