diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.CSV/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.CSV/Properties/AssemblyInfo.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CSV/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.CSV/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..9696745ee --- /dev/null +++ b/Software/Visual_Studio/Tango.CSV/Properties/AssemblyInfo.cs @@ -0,0 +1,9 @@ +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +[assembly: AssemblyTitle("Tango - CSV Library")] +[assembly: AssemblyVersion("2.0.17.1657")] +[assembly: ComVisible(false)]
\ No newline at end of file |
