blob: 834fd5419d82280433408cd052cea96fbac0687a (
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.19.1411")]
[assembly: ComVisible(false)]
|