blob: 7ea5cd2125cac47f5b4be6362771a31db5cae9b2 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Transport Components")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: ComVisible(false)]
|