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.Razor
parent829858b9dd7c15d04cafe2306b29b8d7d2c0c7f4 (diff)
Remove unnecessary assembly attributes
Diffstat (limited to 'mcs/class/System.Web.WebPages.Razor')
-rw-r--r--mcs/class/System.Web.WebPages.Razor/Assembly/AssemblyInfo.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/class/System.Web.WebPages.Razor/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.WebPages.Razor/Assembly/AssemblyInfo.cs
index a581ff46223..be487468809 100644
--- a/mcs/class/System.Web.WebPages.Razor/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web.WebPages.Razor/Assembly/AssemblyInfo.cs
@@ -35,15 +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.Razor.dll")]
[assembly: SatelliteContractVersion (Consts.FxVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../winfx.pub")]
-