blob: d7c1871404bf7e3b33b30a82cf6a18a3afc8ac52 (
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.7.1355")]
[assembly: ComVisible(false)]
|