blob: b4129f32051913f8ecb316af6815cf465cba4453 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - DAL Observables Generator")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: ComVisible(false)]
|