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