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:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2011-12-16 13:16:32 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2011-12-16 13:16:32 +0400
commitea3ad42ad2c32d158a3f325c0101779bdbbac69b (patch)
tree203f509aad8624c92fb125f4fca54ee31afbe62b /Xwt.WPF/AssemblyInfo.cs
parent033231d8bda4e5d5826c809ad3ebaf004994bf4d (diff)
Initial WPF backend.
Diffstat (limited to 'Xwt.WPF/AssemblyInfo.cs')
-rw-r--r--Xwt.WPF/AssemblyInfo.cs27
1 files changed, 27 insertions, 0 deletions
diff --git a/Xwt.WPF/AssemblyInfo.cs b/Xwt.WPF/AssemblyInfo.cs
new file mode 100644
index 00000000..537a7973
--- /dev/null
+++ b/Xwt.WPF/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.WPF")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Carlos Alberto Cortez 2011")]
+[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("")]
+