blob: 919378f3cbb0d9b95eea9b3e6d1ac45d93d50a07 (
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.*")]
[assembly: ComVisible(false)]
|