blob: fc2ae8b1d87a9beae0e38dcd32e0aed18514c49b (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - PMR Generator")]
[assembly: AssemblyVersion("2.0.1.1645")]
[assembly: ComVisible(false)]
|