|
|
@ -1,21 +1,9 @@ |
|
|
|
#region license
|
|
|
|
// <file>
|
|
|
|
// Copyright (c) 2005, Daniel Grunwald (daniel@danielgrunwald.de)
|
|
|
|
// <copyright see="prj:///doc/copyright.txt">2002-2005 AlphaSierraPapa</copyright>
|
|
|
|
// All rights reserved.
|
|
|
|
// <license see="prj:///doc/license.txt">GNU General Public License</license>
|
|
|
|
//
|
|
|
|
// <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/>
|
|
|
|
// NRefactoryToBoo is free software; you can redistribute it and/or modify
|
|
|
|
// <version>$Revision$</version>
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// </file>
|
|
|
|
// the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
|
|
|
// (at your option) any later version.
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// NRefactoryToBoo 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 NRefactoryToBoo; if not, write to the Free Software
|
|
|
|
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using System.Reflection; |
|
|
|
using System.Reflection; |
|
|
|
using System.Runtime.CompilerServices; |
|
|
|
using System.Runtime.CompilerServices; |
|
|
@ -43,4 +31,3 @@ using System.Runtime.CompilerServices; |
|
|
|
// numbers with the '*' character (the default):
|
|
|
|
// numbers with the '*' character (the default):
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyVersion("2.0.0.1")] |
|
|
|
[assembly: AssemblyVersion("2.0.0.1")] |
|
|
|
|
|
|
|
|
|
|
|