summaryrefslogtreecommitdiff
path: root/windows/WebUIWrapper/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2015-05-08 11:55:09 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2015-05-08 11:55:09 -0700
commita913f006708312fa844d304641b207e9ff730b30 (patch)
tree87ab7921d00bfe5680ad71664b608d3e3e985cd9 /windows/WebUIWrapper/Properties/AssemblyInfo.cs
parentb1164ed181b0ffde3c664cffc3513b203429d2f7 (diff)
downloadinfinitytier-a913f006708312fa844d304641b207e9ff730b30.tar.gz
infinitytier-a913f006708312fa844d304641b207e9ff730b30.zip
Windows WebControl based wrapper for web UI.
Diffstat (limited to 'windows/WebUIWrapper/Properties/AssemblyInfo.cs')
-rw-r--r--windows/WebUIWrapper/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/windows/WebUIWrapper/Properties/AssemblyInfo.cs b/windows/WebUIWrapper/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..b097a358
--- /dev/null
+++ b/windows/WebUIWrapper/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("WebUIWrapper")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WebUIWrapper")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
+[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("98eb6dae-d218-4a8c-9935-a0ccdca3e936")]
+
+// 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")]