blob: cc507873f11a24c3af96422c8bb89cec7b67b82e (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Serialization Components")]
[assembly: AssemblyVersion("2.0.15.1411")]
[assembly: ComVisible(false)]
|