blob: 29c9baee9216af209459e47e1621007d44a19b75 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Protobuf Compilation Utility")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: ComVisible(false)]
|