blob: 6f8b4b0bd14372034d33dab5cfb293c92d283603 (
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.27.1737")]
[assembly: ComVisible(false)]
|