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