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