blob: 26b665bb0c86918d3dafd5f114063ff0325b2d9a (
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.*")]
[assembly: ComVisible(false)]
|