blob: 6d98f948c976c83d16cc32a887dbeba3af3bfb71 (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Documents Library")]
[assembly: ComVisible(false)]
|