blob: e145737c2e12a3a93b361ea76c404b18488c7316 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Stubs execution command prompt utility")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: ComVisible(false)]
|