diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-03-25 22:12:23 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-03-25 22:12:23 +0000 |
commit | 39a55c3b475f83508d67012b8dbbb0676fdd70d3 (patch) | |
tree | 35a4918214da7f8d127086667e6aab22bdd547d4 /WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties | |
parent | f69afb0f5c39a6bdb732cc20c4ad3ab5ec7c2c67 (diff) |
Added Z80 Disassembler to WIndows Phone
Diffstat (limited to 'WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties')
-rw-r--r-- | WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties/AssemblyInfo.cs | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties/AssemblyInfo.cs b/WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..4436cc8 --- /dev/null +++ b/WindowsPhone/Noddybox.Emulation.EightBit.Z80.Disassembler/Properties/AssemblyInfo.cs @@ -0,0 +1,37 @@ +using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Resources;
+
+// 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("Noddybox.Emulation.EightBit.Z80.Disassembler")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Noddybox.Emulation.EightBit.Z80.Disassembler")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
+[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("48dad73d-77f7-422d-adf9-327ec3ce3891")]
+
+// 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 Revision and Build Numbers
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: NeutralResourcesLanguageAttribute("en-US")]
|