Removed backup file. Thanks Juli!
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 28 Jun 2002 16:27:23 +0000 (16:27 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 28 Jun 2002 16:27:23 +0000 (16:27 -0000)
svn path=/trunk/mcs/; revision=5487

mcs/nant/src/AssemblyInfo.cs~ [deleted file]

diff --git a/mcs/nant/src/AssemblyInfo.cs~ b/mcs/nant/src/AssemblyInfo.cs~
deleted file mode 100755 (executable)
index a59c887..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-// NAnt - A .NET build tool\r
-// Copyright (C) 2001 Gerry Shaw\r
-//\r
-// This program is free software; you can redistribute it and/or modify\r
-// it under the terms of the GNU General Public License as published by\r
-// the Free Software Foundation; either version 2 of the License, or\r
-// (at your option) any later version.\r
-//\r
-// This program is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-// GNU General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU General Public License\r
-// along with this program; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
-//\r
-// Gerry Shaw (gerry_shaw@yahoo.com)\r
-\r
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
-\r
-[assembly: AssemblyTitle("NAnt")]\r
-[assembly: AssemblyDescription("A .NET Build Tool")]\r
-[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("http://nant.sourceforge.net/")]\r
-[assembly: AssemblyProduct("NAnt")]\r
-[assembly: AssemblyCopyright("Copyright (C) 2001 Gerry Shaw")]\r
-[assembly: AssemblyTrademark("")]\r
-[assembly: AssemblyCulture("")]\r
-[assembly: AssemblyVersion("0.6.0.*")]\r
-\r
-// This will not compile with Visual Studio.  If you want to build a signed\r
-// executable use the NAnt build file.  To build under Visual Studio just\r
-// exclude this file from the build.\r
-[assembly: AssemblyDelaySign(false)]\r
-[assembly: AssemblyKeyFile(@"..\NAnt.key")]\r
-[assembly: AssemblyKeyName("")]\r