Преглед на файлове

Remove unwanted assembly attributes

Marek Safar преди 13 години
родител
ревизия
eedf18dd31

+ 0 - 8
mcs/class/System.Json/Assembly/AssemblyInfo.cs

@@ -37,14 +37,6 @@ using System.Runtime.InteropServices;
 
 // General Information about the System.Json assembly
 
-//[assembly: AssemblyTitle ("System.Json.dll")]
-//[assembly: AssemblyDescription ("System.Json.dll")]
 [assembly: AssemblyDefaultAlias ("System.Json.dll")]
 
-[assembly: SatelliteContractVersion (Consts.FxVersion)]
 [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../winfx.pub")]
-
-[assembly: SecurityCritical]

+ 1 - 10
mcs/class/System.Json/Makefile

@@ -8,7 +8,7 @@ RESOURCES = $(subst $(UPSTREAM_DIR),$(build_libdir),$(RESX_RESOURCES:.resx=.reso
 
 LIBRARY = System.Json.dll
 LIB_MCS_FLAGS = \
-		/d:ASPNETMVC \
+		/d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
 	        /r:System.dll \
 	        /r:System.Xml.dll \
 	        /r:System.Core.dll \
@@ -24,15 +24,6 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = $(RESX_RESOURCES)
 
-VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
-
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.Json.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
 include ../../build/library.make
 
 $(the_lib): $(RESOURCES)

+ 0 - 8
mcs/class/System.Web.Razor/Assembly/AssemblyInfo.cs

@@ -35,15 +35,7 @@ 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.Razor.dll")]
 
-[assembly: SatelliteContractVersion (Consts.FxVersion)]
 [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../winfx.pub")]
-

+ 1 - 1
mcs/class/System.Web.Razor/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 \
 	        /d:ASPNETWEBPAGES \

+ 0 - 9
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")]
-

+ 1 - 1
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 \