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