blob: 503358e522fd4ebfab242bf74340ae4228ccdb3e (
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.15.1159")]
[assembly: ComVisible(false)]
|