blob: 7adfd582f29ec287a01e704edacba1c461750bc9 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Global Settings")]
[assembly: AssemblyVersion("2.0.26.1647")]
[assembly: ComVisible(false)]
|