From 146262f34e4e381e9bc7ab350559dbba30e9df03 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 5 Oct 2010 18:59:28 +0000 Subject: [PATCH] Really delete GlobalAssemblyInfo.cs this time. --- Source/GlobalAssemblyInfo.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Source/GlobalAssemblyInfo.cs diff --git a/Source/GlobalAssemblyInfo.cs b/Source/GlobalAssemblyInfo.cs deleted file mode 100644 index 17934440..00000000 --- a/Source/GlobalAssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -// This file is auto-generated through Source.Build.Tasks/AssemblyInfo.cs. -// Do not edit by hand! - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyCompany("The Open Toolkit Library")] -[assembly: AssemblyProduct("The Open Toolkit Library")] -[assembly: AssemblyCopyright("Copyright © 2006 - 2010 the Open Toolkit Library")] -[assembly: AssemblyTrademark("OpenTK")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.")]