blob: 3ff01ac1cdd2ebf46f1cc80ff9743a572c78adc0 (
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.30.1633")]
[assembly: ComVisible(false)]
|