blob: a30b3b6c09266c8db6956175533c37e9aa1d2c4b (
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.22.1537")]
[assembly: ComVisible(false)]
|