blob: 9171a955dc6564ac9faa593a09efd31a94199ece (
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.*")]
[assembly: ComVisible(false)]
|