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