blob: a8dc804ce81829f0462a59fb63c1da67999b545d (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Business logic components")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.36.1608")]
|