Explorar el Código

Clean up assembly attributes

Marek Safar hace 13 años
padre
commit
d9e4371f9e
Se han modificado 28 ficheros con 13 adiciones y 77 borrados
  1. 0 1
      mcs/class/Cscompmgd/Assembly/AssemblyInfo.cs
  2. 0 1
      mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
  3. 0 2
      mcs/class/Microsoft.Build/Assembly/AssemblyInfo.cs
  4. 0 2
      mcs/class/Microsoft.Web.Infrastructure/Assembly/AssemblyInfo.cs
  5. 0 2
      mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs
  6. 0 2
      mcs/class/Mono.Messaging/Assembly/AssemblyInfo.cs
  7. 0 3
      mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs
  8. 0 1
      mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs
  9. 0 2
      mcs/class/System.DirectoryServices.Protocols/Assembly/AssemblyInfo.cs
  10. 0 1
      mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs
  11. 0 1
      mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
  12. 0 1
      mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs
  13. 6 13
      mcs/class/System.Management/Assembly/AssemblyInfo.cs
  14. 0 2
      mcs/class/System.Messaging/Assembly/AssemblyInfo.cs
  15. 0 6
      mcs/class/System.Net/Assembly/AssemblyInfo.cs
  16. 0 2
      mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs
  17. 7 11
      mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs
  18. 0 3
      mcs/class/System.Runtime.Serialization.Json/Assembly/AssemblyInfo.cs
  19. 0 3
      mcs/class/System.ServiceModel.Syndication/Assembly/AssemblyInfo.cs
  20. 0 3
      mcs/class/System.ServiceModel.Web.Extensions/Assembly/AssemblyInfo.cs
  21. 0 1
      mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs
  22. 0 1
      mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs
  23. 0 4
      mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs
  24. 0 1
      mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs
  25. 0 2
      mcs/class/System.XML/Assembly/AssemblyInfo.cs
  26. 0 3
      mcs/class/System.Xml.Linq/Assembly/AssemblyInfo.cs
  27. 0 2
      mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs
  28. 0 1
      mcs/class/corlib/Assembly/AssemblyInfo.cs

+ 0 - 1
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)]

+ 0 - 1
mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 2
mcs/class/Microsoft.Build/Assembly/AssemblyInfo.cs

@@ -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)]
 

+ 0 - 2
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")]

+ 0 - 2
mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 2
mcs/class/Mono.Messaging/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 3
mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 1
mcs/class/System.Data.Services.Client/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 2
mcs/class/System.DirectoryServices.Protocols/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 1
mcs/class/System.Drawing.Design/Assembly/AssemblyInfo.cs

@@ -57,5 +57,4 @@ using System.Diagnostics;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]

+ 0 - 1
mcs/class/System.Drawing/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 1
mcs/class/System.EnterpriseServices/Assembly/AssemblyInfo.cs

@@ -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)]

+ 6 - 13
mcs/class/System.Management/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 2
mcs/class/System.Messaging/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 6
mcs/class/System.Net/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 2
mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs

@@ -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)]

+ 7 - 11
mcs/class/System.Runtime.Serialization.Formatters.Soap/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 3
mcs/class/System.Runtime.Serialization.Json/Assembly/AssemblyInfo.cs

@@ -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

+ 0 - 3
mcs/class/System.ServiceModel.Syndication/Assembly/AssemblyInfo.cs

@@ -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

+ 0 - 3
mcs/class/System.ServiceModel.Web.Extensions/Assembly/AssemblyInfo.cs

@@ -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

+ 0 - 1
mcs/class/System.ServiceModel.Web/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 1
mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs

@@ -58,4 +58,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

+ 0 - 4
mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs

@@ -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")]

+ 0 - 1
mcs/class/System.Web.Services/Assembly/AssemblyInfo.cs

@@ -62,4 +62,3 @@ using System.Runtime.InteropServices;
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

+ 0 - 2
mcs/class/System.XML/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 3
mcs/class/System.Xml.Linq/Assembly/AssemblyInfo.cs

@@ -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

+ 0 - 2
mcs/class/System.Xml.Serialization/Assembly/AssemblyInfo.cs

@@ -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)]

+ 0 - 1
mcs/class/corlib/Assembly/AssemblyInfo.cs

@@ -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]