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