diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-05-13 20:52:23 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-05-13 20:52:23 -0700 |
| commit | 4a0280686c7a74b58a060375ffce385554d90040 (patch) | |
| tree | addbccc48f967f5e80ff31641f530c9d282766a2 /windows/WebUIWrapper/Properties/AssemblyInfo.cs | |
| parent | da45840e5ad87aa86f67fbe20d0cb003d982b0f0 (diff) | |
| parent | a8835cd8b33903440f372ed66f4e3b49745ea68f (diff) | |
| download | infinitytier-4a0280686c7a74b58a060375ffce385554d90040.tar.gz infinitytier-4a0280686c7a74b58a060375ffce385554d90040.zip | |
Merge branch 'adamierymenko-dev' into android-jni
Diffstat (limited to 'windows/WebUIWrapper/Properties/AssemblyInfo.cs')
| -rw-r--r-- | windows/WebUIWrapper/Properties/AssemblyInfo.cs | 36 |
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..5573fc09 --- /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("ZeroTier One")] +[assembly: AssemblyDescription("UI Wrapper")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("ZeroTier, Inc.")] +[assembly: AssemblyProduct("ZeroTier One")] +[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")] |
