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