Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2011-10-26 15:56:14 +0400
committerLluis Sanchez <lluis@xamarin.com>2011-10-26 15:56:14 +0400
commite0add32f9ad7dad54b480a1c80b02f19df81707f (patch)
treefc1ca147e8d94e71f1ab4282701f320d0237d455 /Xwt.Gtk/AssemblyInfo.cs
Initial commit
Diffstat (limited to 'Xwt.Gtk/AssemblyInfo.cs')
-rwxr-xr-xXwt.Gtk/AssemblyInfo.cs27
1 files changed, 27 insertions, 0 deletions
diff --git a/Xwt.Gtk/AssemblyInfo.cs b/Xwt.Gtk/AssemblyInfo.cs
new file mode 100755
index 00000000..bb9df1d1
--- /dev/null
+++ b/Xwt.Gtk/AssemblyInfo.cs
@@ -0,0 +1,27 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following attributes.
+// Change them to the values specific to your project.
+
+[assembly: AssemblyTitle("Xwt.Gtk")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Xamarin, Inc (http://www.xamarin.com)")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
+// The form "{Major}.{Minor}.*" will automatically update the build and revision,
+// and "{Major}.{Minor}.{Build}.*" will update just the revision.
+
+[assembly: AssemblyVersion("1.0.0.0")]
+
+// The following attributes are used to specify the signing key for the assembly,
+// if desired. See the Mono documentation for more information about signing.
+
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]
+