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