blob: c59e45461f99c7b1292cb5ff3a425af357634fb9 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Data Store Entity Framework Implementation")]
[assembly: AssemblyVersion("2.0.4.1608")]
[assembly: ComVisible(false)]
|