From eedf18dd31c0815c757ccd934219cf455ae65a67 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Thu, 29 Mar 2012 15:15:00 +0100 Subject: Remove unwanted assembly attributes --- .../System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs | 9 --------- mcs/class/System.Web.WebPages.Deployment/Makefile | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'mcs/class/System.Web.WebPages.Deployment') diff --git a/mcs/class/System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs index 125b7653994..c401565bfdc 100644 --- a/mcs/class/System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs +++ b/mcs/class/System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs @@ -35,15 +35,6 @@ using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about the System.Json assembly - -//[assembly: AssemblyTitle ("System.Json.dll")] -//[assembly: AssemblyDescription ("System.Json.dll")] [assembly: AssemblyDefaultAlias ("System.Web.WebPages.Deployment.dll")] -[assembly: SatelliteContractVersion (Consts.FxVersion)] [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)] - -[assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("../winfx.pub")] - diff --git a/mcs/class/System.Web.WebPages.Deployment/Makefile b/mcs/class/System.Web.WebPages.Deployment/Makefile index 6150b2df386..f280b4b75cf 100644 --- a/mcs/class/System.Web.WebPages.Deployment/Makefile +++ b/mcs/class/System.Web.WebPages.Deployment/Makefile @@ -15,7 +15,7 @@ RESOURCES = $(subst $(UPSTREAM_DIR),$(build_libdir),$(RESX_DIST:.resx=.resources LIB_MCS_FLAGS = \ /warn:1 \ /noconfig \ - /keyfile:../winfx.pub \ + /keyfile:../winfx.pub -delaysign \ /r:System.dll \ /r:System.Core.dll \ /r:System.Configuration.dll \ -- cgit v1.2.3