blob: db56a1e950a2bf67cda5141a8e91fcc2cfba5f5c (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Local Data Access Layer")]
[assembly: AssemblyVersion("2.0.16.1737")]
[assembly: ComVisible(false)]
|