blob: 46e2a7b3fdc82360700bb3355f6c49e3b101b460 (
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.17.1721")]
[assembly: ComVisible(false)]
|