blob: 07a31ed8047009d8218ddb01efb320605f3c44c6 (
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.2.1119")]
[assembly: ComVisible(false)]
|