diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-07 17:42:02 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-07 17:42:02 +0200 |
| commit | ab99fb80dfc78c31b1e6cf8d5e4a8458978f4ddc (patch) | |
| tree | f22a07c9ddac03ea1b070d33dc0b4fd84476704b /Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs | |
| parent | 4cf1e800a5743d1194281703a4bcd6df0a910e8f (diff) | |
| download | Tango-ab99fb80dfc78c31b1e6cf8d5e4a8458978f4ddc.tar.gz Tango-ab99fb80dfc78c31b1e6cf8d5e4a8458978f4ddc.zip | |
Added Tango.Scripting
Stubs.UI scripting works..
Implemented ScriptEditorControl.
Diffstat (limited to 'Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..ed04ceb0c --- /dev/null +++ b/Software/Visual_Studio/Tango.Scripting/Properties/AssemblyInfo.cs @@ -0,0 +1,6 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Tango - Roslyn Scripting Components")] +[assembly: ComVisible(false)]
\ No newline at end of file |
