blob: 760545573edc4fe6701bce801c02a4d6415f0e40 (
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.4.1608")]
[assembly: ComVisible(false)]
|