blob: 3971473729f6039ec52bcf11e576b06d53274680 (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - DataBase Synchronization Utility")]
[assembly: ComVisible(false)]
|