blob: ae8f63ca0549459b4410628b0e2277b2ac85ac85 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Executable shortcut generator utility")]
[assembly: AssemblyVersion("2.0.1.1645")]
[assembly: ComVisible(false)]
|