blob: 39713351d1c94f4c133b8cb7c71df6fce8f2f452 (
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.22.1657")]
[assembly: ComVisible(false)]
|