Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-03-29 18:15:00 +0400
committerMarek Safar <marek.safar@gmail.com>2012-03-29 18:15:00 +0400
commiteedf18dd31c0815c757ccd934219cf455ae65a67 (patch)
tree2204c7f29117520aea216bf21a41dc94b785d47b /mcs/class/System.Web.WebPages.Deployment
parent2b0185bfea5db87af8a624ecfe3c9f82c3c38007 (diff)
Remove unwanted assembly attributes
Diffstat (limited to 'mcs/class/System.Web.WebPages.Deployment')
-rw-r--r--mcs/class/System.Web.WebPages.Deployment/Assembly/AssemblyInfo.cs9
-rw-r--r--mcs/class/System.Web.WebPages.Deployment/Makefile2
2 files changed, 1 insertions, 10 deletions
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 \