blob: 9260e25802c0b18c6460cfdefe289c7d8471a634 (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Machine Designer")]
[assembly: ComVisible(false)]
|