[svn] r7516: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs

pbludov svnadmin at nemerle.org
Mon Mar 5 08:26:55 CET 2007


Log:
reverted bug fix (fixed in feb 2007 VSSDK)

Author: pbludov
Date: Mon Mar  5 08:26:53 2007
New Revision: 7516

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/NemerleProjectNode.cs	Mon Mar  5 08:26:53 2007
@@ -418,16 +418,6 @@
 			return newNode;
 		}
 
-		// Copypasted from VisualStudioIntegration\Common\Source\CSharp\Project\ProjectNode.cs
-		// due to bug with outputtype case
-		//
-		public override string GetAssemblyName(string config)
-		{
-			base.GetAssemblyName(config);
-
-			return OutputFileName;
-		}
-
 		/// <summary>
 		/// Creates the format list for the open file dialog
 		/// </summary>



More information about the svn mailing list