blob: c675c1cc53fe457f7e27ae0bcd6e7008b69d92c5 (
plain)
1
2
3
4
5
6
7
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Roslyn Scripting Components")]
[assembly: AssemblyVersion("2.0.11.1536")]
[assembly: ComVisible(false)]
|