blob: 0555f98d1738e7194623a159b1679d1e8dc8adb1 (
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.16.1355")]
[assembly: ComVisible(false)]
|