blob: 7663cf1294d13458ab0992a5b529f343ba2f5212 (
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.27.1159")]
[assembly: ComVisible(false)]
|