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