blob: 92d941c181221a283abc45cdf8ac6656329b5031 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Core Components")]
[assembly: AssemblyVersion("2.0.33.1608")]
[assembly: ComVisible(false)]
|