diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-10-01 20:59:12 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-10-01 20:59:12 +0000 |
commit | e078a2887cf2dc61da49ce302324ff1485f95af9 (patch) | |
tree | 800c783a47576f7950497e5c8b7194ea439ae57a /Noddybox.WindowsPhone.FTP/Properties | |
parent | b228a31e12d8f30ed1f4bf03136cad3c41b1de45 (diff) |
Diffstat (limited to 'Noddybox.WindowsPhone.FTP/Properties')
-rw-r--r-- | Noddybox.WindowsPhone.FTP/Properties/AssemblyInfo.cs | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Noddybox.WindowsPhone.FTP/Properties/AssemblyInfo.cs b/Noddybox.WindowsPhone.FTP/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..158de02 --- /dev/null +++ b/Noddybox.WindowsPhone.FTP/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.WindowsPhone.FTP")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Noddybox.WindowsPhone.FTP")]
+[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("3e489c9b-66bf-41c9-bfe5-54cdf00d2afe")]
+
+// 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")]
|