blob: 9696745ee57593c91b77af0e65e53c9baff323d2 (
plain)
1
2
3
4
5
6
7
8
9
|
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: AssemblyTitle("Tango - CSV Library")]
[assembly: AssemblyVersion("2.0.17.1657")]
[assembly: ComVisible(false)]
|