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