blob: bd5616b87e89093286b19601566eb23d9df263d1 (
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.37.1608")]
[assembly: ComVisible(false)]
|