blob: 2a4178cfd6ab5508c9a29ca376b819c102a84958 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Machine Emulator")]
[assembly: AssemblyVersion("2.0.1.1119")]
[assembly: ComVisible(false)]
|