blob: 009d624019f2138adc88ad6308b2ca881210a913 (
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.6.1407")]
[assembly: ComVisible(false)]
|