blob: 9d679e9f16ec52db9b7519f363a804640df7d54f (
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.29.1737")]
[assembly: ComVisible(false)]
|