blob: 8f3cd2297f33f0283ada889df9190ff3b731416c (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - VSTS API Library")]
[assembly: AssemblyVersion("2.0.20.1737")]
[assembly: ComVisible(false)]
|