blob: 7a144f91f11b7fc9b7825c33743da484c3743c81 (
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.14.1633")]
[assembly: ComVisible(false)]
|