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-06-07 18:17:52 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-07 18:17:52 +0400
commitd9e4371f9e07befd8ee00c7a41b329bc1ffec000 (patch)
treebd8f28766404480e2b06894e70826ac7f039fa63 /mcs/class/Microsoft.Web.Infrastructure
parentd24f2bf83f7e4a1fcc4d32432b7bfd105a6bbd38 (diff)
Clean up assembly attributes
Diffstat (limited to 'mcs/class/Microsoft.Web.Infrastructure')
-rw-r--r--mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs b/mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs
index 792e465c6c3..498cf09f808 100644
--- a/mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs
@@ -37,10 +37,8 @@ using System.Security;
[assembly: AssemblyCompany ("Novell, Inc")]
[assembly: AssemblyCopyright ("© Novell, Inc. All rights reserved.")]
[assembly: AssemblyConfiguration ("")]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows=true)]
[assembly: AssemblyTrademark ("")]
[assembly: NeutralResourcesLanguage ("en-US")]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: CLSCompliant (true)]
[assembly: ComVisible (false)]
[assembly: AssemblyFileVersion ("1.0.20105.407")]