diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-02 15:05:44 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-02 15:05:44 +0300 |
| commit | 05fca4fe321600c4a9c0698b1e4c161e3ed79c9f (patch) | |
| tree | fda984b5a9ff3a3980bf9b6b5a560b3edaa4e668 /Software/Visual_Studio/Tango.CSV/Properties | |
| parent | 3499090dce4acc5b5d4bbb02f07f138950790b25 (diff) | |
| download | Tango-05fca4fe321600c4a9c0698b1e4c161e3ed79c9f.tar.gz Tango-05fca4fe321600c4a9c0698b1e4c161e3ed79c9f.zip | |
Added Tango.CSV project!
Implemented Single/Multi graph recording to CSV!
Diffstat (limited to 'Software/Visual_Studio/Tango.CSV/Properties')
| -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 |
