blob: 0e7d5102152eb49de06b0cafdb3f21b0cb7bb75b (
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.34.1737")]
[assembly: ComVisible(false)]
|