aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.WebRTC/Properties
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-07 13:40:48 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-07 13:40:48 +0200
commit9d18d9ec9658af3716814625b608d58ad3daa14c (patch)
treeb5b586e6eaf7c9d4df4cbac120e4c6b4c01b1265 /Software/Visual_Studio/Tango.WebRTC/Properties
parent574f075256fbadd2dadb769c5aff5ebfd6dedd56 (diff)
downloadTango-9d18d9ec9658af3716814625b608d58ad3daa14c.tar.gz
Tango-9d18d9ec9658af3716814625b608d58ad3daa14c.zip
Added Tango.WebRTC
Diffstat (limited to 'Software/Visual_Studio/Tango.WebRTC/Properties')
-rw-r--r--Software/Visual_Studio/Tango.WebRTC/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.WebRTC/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.WebRTC/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..b4b3f9476
--- /dev/null
+++ b/Software/Visual_Studio/Tango.WebRTC/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Tango.WebRTC")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Tango.WebRTC")]
+[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("09f81a12-0f77-4336-854d-9e0a74a17f9e")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]