blob: 159a803f0deecf0a8864b1f7d74702bfaf2a4f2a (
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.1.1407")]
[assembly: ComVisible(false)]
|