Clean up assembly attributes
authorMarek Safar <marek.safar@gmail.com>
Thu, 7 Jun 2012 14:17:52 +0000 (15:17 +0100)
committerMarek Safar <marek.safar@gmail.com>
Thu, 7 Jun 2012 14:17:52 +0000 (15:17 +0100)
28 files changed:
mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
mcs/class/Microsoft.Build/Assembly/AssemblyInfo.cs
mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs
mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs
mcs/class/Mono.Messaging/Assembly/AssemblyInfo.cs
mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs
mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
mcs/class/System.DirectoryServices.Protocols/Assembly/AssemblyInfo.cs
mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs
mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs
mcs/class/System.Management/Assembly/AssemblyInfo.cs
mcs/class/System.Messaging/Assembly/AssemblyInfo.cs
mcs/class/System.Net/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Serialization.Json/Assembly/AssemblyInfo.cs
mcs/class/System.ServiceModel.Syndication/Assembly/AssemblyInfo.cs
mcs/class/System.ServiceModel.Web.Extensions/Assembly/AssemblyInfo.cs
mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs
mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs
mcs/class/System.XML/Assembly/AssemblyInfo.cs
mcs/class/System.Xml.Linq/Assembly/AssemblyInfo.cs
mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs
mcs/class/corlib/Assembly/AssemblyInfo.cs

index b94b43c2514d6ad3f86b0e86ef0de87515fa61c7..454b5aee2b456d2e086547d126da83f664e850aa 100644 (file)
@@ -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)]
index 7a2cbb4cf512c8b6d54845bf26263293c6eb488a..39fc0acfe0ac65491d0877109ad6122dbd7c8f1e 100644 (file)
@@ -38,7 +38,6 @@ using System.Diagnostics;
 [assembly: AssemblyKeyFile("../ecma.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
 [assembly: Dependency ("System.Drawing,", LoadHint.Always)]
 [assembly: Dependency ("System,", LoadHint.Always)]
index 6ac9a83a5cb7a49b285c0ec4835ecec8da853fa4..edc155a8afb5714439caf8ee26d57bda3abbab0b 100644 (file)
@@ -59,6 +59,4 @@ using System.Runtime.Versioning;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 
index 792e465c6c3fe986dd928a2e772ec74ea902e79a..498cf09f8086d398d8eb22bf07deaa45e47261d5 100644 (file)
@@ -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")]
index fbe483cbb2572d5d97fb486642d7eb55a06084e8..f167ef96de735d6b81f231d775922cfda0253592 100644 (file)
@@ -59,5 +59,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 891fbfafc56a3e70eec79e2e667dce28c758eb66..0f202bfc01126a76442c90f4c1f062b295f26f3c 100644 (file)
@@ -59,5 +59,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 6135015bf2b807d2243bbc41aac75487a003dfbe..0f367dd986f2fdf8afd918bead91f340c3ef7d06 100644 (file)
@@ -65,9 +65,6 @@ using System.Runtime.InteropServices;
 [assembly: AllowPartiallyTrustedCallers]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
 
 [assembly: SecurityCritical]
 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
index 93914e9b475847324e792a653488c7adaae4330a..be6cfea5b22d2ff49e4390adb93b07cdfb4d857c 100644 (file)
@@ -59,7 +59,6 @@ using System.Runtime.Versioning;
 [assembly: AssemblyInformationalVersion(Consts.FxFileVersion)]
 [assembly: AssemblyFileVersion(Consts.FxFileVersion)]
 
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: NeutralResourcesLanguage ("en-US")]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
 [assembly: SecurityRules (SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
index 896c001af77b34cac6fc7942628481052d85fe76..dc61855ee01bc81667d007549871fbcbeb1bd5fe 100644 (file)
@@ -49,6 +49,4 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: AllowPartiallyTrustedCallers]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
index 2f10c8eb86b24834c9b9088e92835bbd1695ba49..adfcac1097ba0158145f29ae235fc955ca6a3bd0 100644 (file)
@@ -57,5 +57,4 @@ using System.Diagnostics;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
index 602136ba6011785c77f86e0339e87311b8781cdb..8cddd927e9f88eb1d9d115b3226c6ed3b7441878 100644 (file)
@@ -63,4 +63,3 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
 [assembly: Dependency ("System,", LoadHint.Always)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
index 8fa86a1045eac6751d832ff830a18dd845f0627a..b871444b21a677ef7c08c18949ad895d11790350 100644 (file)
@@ -65,5 +65,4 @@ using System.EnterpriseServices;
 [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: ComVisible (true)]
index 7b3a6b0a9d4fcaf2aeb0ca0ad2b98d8b3cb13a3b..7f5675a5b1e2447f3c57e115a28221ebc1423f97 100644 (file)
@@ -37,23 +37,18 @@ using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about the System.Management assembly
-// This one is very different for version < 2.0
 
-#if NET_2_0
-       [assembly: AssemblyTitle ("System.Management.dll")]
-       [assembly: AssemblyDescription ("System.Management.dll")]
-       [assembly: AssemblyDefaultAlias ("System.Management.dll")]
-#endif
+[assembly: AssemblyTitle ("System.Management.dll")]
+[assembly: AssemblyDescription ("System.Management.dll")]
+[assembly: AssemblyDefaultAlias ("System.Management.dll")]
 [assembly: AssemblyCompany (Consts.MonoCompany)]
 [assembly: AssemblyProduct (Consts.MonoProduct)]
 [assembly: AssemblyCopyright (Consts.MonoCopyright)]
 [assembly: AssemblyVersion (Consts.FxVersion)]
-#if NET_2_0
-       [assembly: SatelliteContractVersion (Consts.FxVersion)]
-       [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
+[assembly: SatelliteContractVersion (Consts.FxVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 
-       [assembly: NeutralResourcesLanguage ("en-US")]
-#endif
+[assembly: NeutralResourcesLanguage ("en-US")]
 [assembly: ComVisible (false)]
 
 [assembly: CLSCompliant (true)]
@@ -62,5 +57,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 7acff868a0fd222803c83ac12a522fa3b3b4de0d..7c1947b99507573e1a9d8d47be973c37922cec69 100644 (file)
@@ -59,5 +59,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 4ce53b392962dc6b5de493c0d09d17ba727a15fb..1aeda8cd3f8b1169396cd0ac2bb3a33de7834add 100644 (file)
@@ -59,16 +59,10 @@ using System.Runtime.InteropServices;
        [assembly: InternalsVisibleTo ("System.Windows, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
        [assembly: InternalsVisibleTo ("System.Windows.Browser, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
        [assembly: InternalsVisibleTo ("System.Xml, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
-#if MOONLIGHT
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-#endif
 #else
        [assembly: AssemblyKeyFile ("../ecma.pub")]
        [assembly: AllowPartiallyTrustedCallers]
        [assembly: SecurityCritical]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.DisableOptimizations | 
-                              DebuggableAttribute.DebuggingModes.EnableEditAndContinue | 
-                              DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 #endif
 
 [assembly: ComVisible (false)]
index b61844f8f3342009ceb25a816f26eb10a30faee6..bd93a4debbba02461fe4734cb1733d83edb0a8c2 100644 (file)
@@ -65,6 +65,4 @@ using System.Runtime.InteropServices;
 [assembly: CLSCompliant (false)]
 [assembly: ComVisible (false)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 [assembly: TypeLibVersion (2, 0)]
index 5d22045fd537d2f4470aeb50d3d956cde4062eb9..cf07f16e8c557b3f3489a287741448321df4be29 100644 (file)
@@ -38,17 +38,15 @@ using System.Runtime.InteropServices;
 
 // General Information about the System.Runtime.Serialization.Formatters.Soap assembly
 
-#if NET_2_0
-       [assembly: AssemblyTitle ("System.Runtime.Serialization.Formatters.Soap.dll")]
-       [assembly: AssemblyDescription ("System.Runtime.Serialization.Formatters.Soap.dll")]
-       [assembly: AssemblyDefaultAlias ("System.Runtime.Serialization.Formatters.Soap.dll")]
+[assembly: AssemblyTitle ("System.Runtime.Serialization.Formatters.Soap.dll")]
+[assembly: AssemblyDescription ("System.Runtime.Serialization.Formatters.Soap.dll")]
+[assembly: AssemblyDefaultAlias ("System.Runtime.Serialization.Formatters.Soap.dll")]
 
-       [assembly: AssemblyCompany (Consts.MonoCompany)]
-       [assembly: AssemblyProduct (Consts.MonoProduct)]
-       [assembly: AssemblyCopyright (Consts.MonoCopyright)]
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
 
-       [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
-#endif
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 [assembly: AssemblyVersion (Consts.FxVersion)]
 [assembly: SatelliteContractVersion (Consts.FxVersion)]
 [assembly: NeutralResourcesLanguage ("en-US")]
@@ -64,5 +62,3 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: ComVisible (true)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index f09201401048b21855de47c3b09e903b0d39b281..9ef66efc6d889da4ecc09161088dc4c4e09ce9d1 100644 (file)
@@ -64,6 +64,3 @@ using System.Runtime.InteropServices;
 [assembly: AllowPartiallyTrustedCallers]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
index ab065ca76e8fee38336216ff63cf6194d449fd1d..c7c676fb7bf0b8905edd3e77e394f70968a71d55 100644 (file)
@@ -64,6 +64,3 @@ using System.Runtime.InteropServices;
 [assembly: AllowPartiallyTrustedCallers]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
index ee63d16b1935ba22587ffcfc3fa2d54d31eb7c2e..0bd1bd0e04faacdd2557954259abd096179a98e1 100644 (file)
@@ -64,6 +64,3 @@ using System.Runtime.InteropServices;
 [assembly: AllowPartiallyTrustedCallers]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
index 332713273ce60dc16bb2569480afd6ce4d4ec321..a974b19de94aceb0878e5db698031a2121f5914f 100644 (file)
@@ -69,5 +69,4 @@ using System.Runtime.InteropServices;
 [assembly: InternalsVisibleTo ("dummy-System.Json, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
 #endif
 
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
index 2d311a07aaf1880c9fd3c8e343cf1ffd0ea7b7bd..2e5c2d833e87857c397e03643fe9206c071090f3 100644 (file)
@@ -58,4 +58,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
index 48f15b24e5549464eb205a345c23a95fc27f2f76..b412d40fef0321b48bc868a5b3c2ba85b89ba157 100644 (file)
@@ -66,7 +66,3 @@ using System.Security;
 [assembly: ComVisible (false)]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-
-//[assembly: WebResource ("System.Web.Resources.Design.Background.gif", "image/gif")]
index aaeb69ebc5f43e705f86c39cfa4802edd099dce7..b9b695d0229b2c1853665c3975dd8fad98d94bc9 100644 (file)
@@ -62,4 +62,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
index fbaffc9c41ddb01e91dd68acee0c467ad34a27b1..c81f18b5b234fd3ff24a15daeb434ba3a0c9e48f 100644 (file)
@@ -74,5 +74,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 40a2cd53aa7626bbbe7188b4d8649c5aacead4e0..169f6d172715e457bc3f6a70965a988e439ab012 100644 (file)
@@ -64,6 +64,3 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible (false)]
 
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
index cb21ac91649491447838388cb46119f3bb9c4dcd..57a517db63053b2aba7a0c1a228149076fa7d433 100644 (file)
@@ -58,5 +58,3 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile ("../winfx.pub")]
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
index 3ee537e0c48978b221b6720cec7718c97c3d5693..30028682c1afe865a3d88ee2beb86605533d2381 100644 (file)
@@ -70,7 +70,6 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: ComVisible (false)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: TypeLibVersion (2, 0)]
 [assembly: DefaultDependency (LoadHint.Always)]
 [assembly: StringFreezing]