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/Cscompmgd
parentd24f2bf83f7e4a1fcc4d32432b7bfd105a6bbd38 (diff)
Clean up assembly attributes
Diffstat (limited to 'mcs/class/Cscompmgd')
-rw-r--r--mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
index b94b43c2514..454b5aee2b4 100644
--- a/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
@@ -58,6 +58,5 @@ using System.Runtime.InteropServices;
[assembly: SatelliteContractVersion (Consts.VsVersion)]
[assembly: AssemblyInformationalVersion (Consts.VsFileVersion)]
[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: NeutralResourcesLanguage ("en-US")]
[assembly: ReliabilityContract (Consistency.MayCorruptProcess, Cer.None)]