blob: 316919706f907d9a6c6584d0ca1b4df9715bb6da (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Protobuf Compilation CLI")]
[assembly: ComVisible(false)]
|