blob: 4ce708b53bed969b70a7097f215e83485406b824 (
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.21.1933")]
[assembly: ComVisible(false)]
|