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 Habersack <grendel@twistedcode.net>2012-03-29 18:23:37 +0400
committerMarek Habersack <grendel@twistedcode.net>2012-03-29 18:23:37 +0400
commitd071482b4572be2586c83f6c35921e713ad46b22 (patch)
treef3db367ac25a220a9488103627e294ff3d324c3a /mcs/class/System.Web.WebPages
parent829858b9dd7c15d04cafe2306b29b8d7d2c0c7f4 (diff)
Remove unnecessary assembly attributes
Diffstat (limited to 'mcs/class/System.Web.WebPages')
-rw-r--r--mcs/class/System.Web.WebPages/Assembly/AssemblyInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Web.WebPages/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.WebPages/Assembly/AssemblyInfo.cs
index 1ca0a7da258..c9f1293b7f1 100644
--- a/mcs/class/System.Web.WebPages/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web.WebPages/Assembly/AssemblyInfo.cs
@@ -35,14 +35,8 @@ 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.dll")]
[assembly: SatelliteContractVersion (Consts.FxVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-[assembly: AssemblyDelaySign (true)]
-