diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
| commit | c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d (patch) | |
| tree | dced3401ffd5ee33acb7e54febec4f390ab2a4b8 /Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs | |
| parent | b0000c813d6dfac11cf041fca7de1928596f42ae (diff) | |
| download | Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.tar.gz Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.zip | |
Protobuf Compiler API first draft.
Added compiled protobuf & protobuf-c repositories.
Diffstat (limited to 'Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs b/Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..37ad6afb4 --- /dev/null +++ b/Software/Tango.NET/Tango.Protobuf/Properties/AssemblyInfo.cs @@ -0,0 +1,6 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("Twine - Protobuf Components")] +[assembly: ComVisible(false)]
\ No newline at end of file |
