2010-04-12 19:01:30 +04:00
|
|
|
|
// AssemblyInfo.cs created with MonoDevelop
|
|
|
|
|
// User: miguel at 10:22 PM 9/27/2008
|
|
|
|
|
//
|
|
|
|
|
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
|
|
|
|
|
//
|
|
|
|
|
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("gsharp")]
|
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("")]
|
|
|
|
|
[assembly: AssemblyProduct("")]
|
|
|
|
|
[assembly: AssemblyCopyright("")]
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
|
|
|
|
// If the build and revision are set to '*' they will be updated automatically.
|
|
|
|
|
|
2011-03-21 02:36:34 +03:00
|
|
|
|
[assembly: AssemblyVersion("1.0.*")]
|
2010-04-12 19:01:30 +04:00
|
|
|
|
|
|
|
|
|
// 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("")]
|