[longomatch] Add AssemblyInfo.cs to help with Monodevelop builds



commit 206cadddb1b6616b92a8fe390cec7b431fb3dc49
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 9 08:38:43 2014 +0200

    Add AssemblyInfo.cs to help with Monodevelop builds
    
    This files only changes after a new release

 .gitignore                 |    1 -
 LongoMatch/AssemblyInfo.cs |   51 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe7d30b..1965b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,6 @@ CesarPlayer/bin/
 CesarPlayer/cesarplayer.pc
 CesarPlayer/AssemblyInfo.cs
 LongoMatch/longomatch.desktop.in
-LongoMatch/AssemblyInfo.cs
 LongoMatch/Makefile.in
 LongoMatch/longomatch
 LongoMatch/longomatch.desktop
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
new file mode 100644
index 0000000..a53d252
--- /dev/null
+++ b/LongoMatch/AssemblyInfo.cs
@@ -0,0 +1,51 @@
+//
+//  Copyright (C) 2007-2009 Andoni Morales Alastruey
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+//
+//
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("LongoMatch")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Andoni Morales Alastruey")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build and revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("0.20.7")]
+
+// The following attributes specify the key for the sign of your assembly. See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes like they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]