aboutsummaryrefslogtreecommitdiff
path: root/Microbit/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-11 16:17:38 -0500
committerAlee <Alee14498@gmail.com>2019-02-11 16:17:38 -0500
commitbd284418387617e3ac2c3c4bb8c26470266015ea (patch)
tree9648b24ad1c54cea7f43551585a4abf2e172597e /Microbit/Properties/AssemblyInfo.cs
parent6edebc7dfd025de2e688809a0712fb09fb58c9ae (diff)
downloadMicrobit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.gz
Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.bz2
Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.zip
Add project files.
Diffstat (limited to 'Microbit/Properties/AssemblyInfo.cs')
-rw-r--r--Microbit/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Microbit/Properties/AssemblyInfo.cs b/Microbit/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..f2f6c1d
--- /dev/null
+++ b/Microbit/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("Microbit")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Microbit")]
+[assembly: AssemblyCopyright("Copyright © 2019")]
+[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("b026c69c-f934-4c71-a666-5a30cd8e1be2")]
+
+// 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")]