Cleanup some assembly attributes
authorMarek Safar <marek.safar@gmail.com>
Thu, 16 Feb 2012 16:29:18 +0000 (16:29 +0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 17 Feb 2012 12:37:25 +0000 (12:37 +0000)
29 files changed:
mcs/class/Microsoft.Build.Engine/Assembly/AssemblyInfo.cs
mcs/class/Microsoft.Build.Framework/Assembly/AssemblyInfo.cs
mcs/class/Microsoft.Build.Tasks/Assembly/AssemblyInfo.cs
mcs/class/Microsoft.Build.Utilities/Assembly/AssemblyInfo.cs
mcs/class/Mono.Data.Sqlite/Assembly/AssemblyInfo.cs
mcs/class/Mono.Security.Win32/Assembly/AssemblyInfo.cs
mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
mcs/class/System.Configuration/Assembly/AssemblyInfo.cs
mcs/class/System.Core/Assembly/AssemblyInfo.cs
mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs
mcs/class/System.Data/Assembly/AssemblyInfo.cs
mcs/class/System.Design/Assembly/AssemblyInfo.cs
mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs
mcs/class/System.IdentityModel/Assembly/AssemblyInfo.cs
mcs/class/System.Json/Assembly/AssemblyInfo.cs
mcs/class/System.Net/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Caching/Assembly/AssemblyInfo.cs
mcs/class/System.Runtime.Serialization/Assembly/AssemblyInfo.cs
mcs/class/System.Security/Assembly/AssemblyInfo.cs
mcs/class/System.ServiceModel/Assembly/AssemblyInfo.cs
mcs/class/System.Transactions/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs
mcs/class/System.Web.ApplicationServices/Assembly/AssemblyInfo.cs
mcs/class/System.Web.DynamicData/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Extensions/Assembly/AssemblyInfo.cs
mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs
mcs/class/System.Xaml/Assembly/AssemblyInfo.cs
mcs/class/System/Assembly/AssemblyInfo.cs
mcs/class/WindowsBase/Assembly/AssemblyInfo.cs

index 954cd4b019e30584ab4c8401541c846e2ebc0cc0..5ab649dd3f32fff273be0f89a8b21c4dfa7468d5 100644 (file)
@@ -58,9 +58,5 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.Execution)]
 
 #endif
index 687460f895ad3eccd996e50d68a5060844dc0cd9..1c7777bfa7997dbdbf715f66256db67decc9c74a 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Reflection;
 using System.Resources;
@@ -59,9 +57,4 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.Execution)]
 
-#endif
index b7c94e3f60b033c1115e5980d75714696e03f8e6..25dc0b7ec1615b020a4a3712451e5e58debead43 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Reflection;
 using System.Resources;
@@ -59,10 +57,3 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.Execution)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
-#endif
index 055cae74268984a3f585c6c3dfd44740fa01820a..90933c5a29fd49a00c7da1863852a5750009e2a3 100644 (file)
@@ -58,9 +58,5 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.Execution)]
 
 #endif
index 101e4b9d9369286d1d6731366a40bd8e3707c709..be60f050842586b7e7fd1bda9c21985994d11389 100644 (file)
@@ -35,7 +35,6 @@ using System.Runtime.ConstrainedExecution;
 #if !PLATFORM_COMPACTFRAMEWORK
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
-[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
 #endif
 
 // Version information for an assembly consists of the following four values:
index b0b5ead71c027738a4ab844a4570a65a0f998387..3e9e490967457f28caf9fe289ac4a51cd771899d 100644 (file)
@@ -31,8 +31,5 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage ("en-US")]
 
 
-[assembly:SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode=true)]
-
-
 [assembly: AssemblyDelaySign (true)]
 [assembly: AssemblyKeyFile ("../mono.pub")]
index e5ea1bf455cd41de4fbe43a50fa70b156cf7391f..c0b4d2807f1b93448cad8202addd2928d94168da 100644 (file)
@@ -55,22 +55,8 @@ using System.Runtime.InteropServices;
 
 [assembly: ComVisible (false)]
 
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
 [assembly: AssemblyDelaySign (true)]
 [assembly: AssemblyKeyFile ("../msfinal.pub")]
 
-#if NET_2_0
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-       [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-#elif NET_1_1
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: TypeLibVersion (1, 10)]
-#elif NET_1_0
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#endif
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
index de97cae8a55070a164c6bd451da4b0b9f52e3633..c1ac154b05ab603423c74e4d05b8f4282a41f22d 100644 (file)
@@ -61,11 +61,6 @@ using System.Runtime.InteropServices;
        [assembly: AssemblyKeyFile ("../msfinal.pub")]
 #endif
 
-#if NET_2_0
-       [assembly: InternalsVisibleTo ("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-#endif
+[assembly: InternalsVisibleTo ("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
index dbbfcb05b617e6c53c5c21ce6132e6f6e9ab7d11..f39055b5135658b0fd7e118d82702d47716c3c31 100644 (file)
@@ -67,13 +67,6 @@ 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
-
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
 #if NET_4_0 || MOONLIGHT || MOBILE
 [assembly: TypeForwardedTo (typeof (System.Security.Cryptography.Aes))]
 #endif
index 0c4ee85a4b880fb6f5f901b26fb68da0358039b1..a99d8338b1b17e427eaf2dee93a3e8577111720c 100644 (file)
@@ -34,22 +34,11 @@ using System.Runtime.InteropServices;
 
 #if !TARGET_JVM
        [assembly: CLSCompliant (true)]
-       [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
        [assembly: AssemblyDelaySign (true)]
        [assembly: AssemblyKeyFile ("../ecma.pub")]
 #endif
 
-#if NET_2_0
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: AllowPartiallyTrustedCallers]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: Dependency ("System.Data,", LoadHint.Always)]
-#elif NET_1_1
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: TypeLibVersion (1, 10)]
-#elif NET_1_0
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#endif
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: AllowPartiallyTrustedCallers]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+[assembly: Dependency ("System.Data,", LoadHint.Always)]
index e707cac7f4e26c9f57c1ad407d0c7c60652e9c2a..9f8a04e98aa12ae22ac67002ccd19bc6cad77c70 100644 (file)
@@ -59,27 +59,15 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible (false)]
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
 [assembly: AssemblyDelaySign (true)]
 #if !TARGET_JVM
        [assembly: AssemblyKeyFile("../ecma.pub")]
 #endif
 
-#if NET_2_0
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: InternalsVisibleTo ("System.Design, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-       [assembly: InternalsVisibleTo ("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
-
-#elif NET_1_1
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: TypeLibVersion (1, 10)]
-#elif NET_1_0
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#endif
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+[assembly: InternalsVisibleTo ("System.Design, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
+[assembly: InternalsVisibleTo ("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
 
 #if NET_3_5
 //     [assembly: InternalsVisibleTo ("System.Data.Entity, PublicKey=00000000000000000400000000000000")]
index 788e4c2e85375e481ebf3bd8eccdec30df2e2f8c..90084e720068a915aa4b30f375efb57423574411 100644 (file)
@@ -55,24 +55,11 @@ using System.Runtime.InteropServices;
 
 [assembly: ComVisible (false)]
 
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
 [assembly: AssemblyDelaySign (true)]
 [assembly: AssemblyKeyFile("../msfinal.pub")]
 
-#if NET_2_0
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-#elif NET_1_1
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-       [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-       [assembly: TypeLibVersion (1, 10)]
-#elif NET_1_0
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#endif
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
 
 #if NET_3_5
        [assembly: InternalsVisibleTo ("System.Web.Extensions.Design, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
index b0fcaf4ace11dd92145f0c6086fdc0b855f3a3f5..f221823bdf763ca3134fe3928f080c55d7c92041 100644 (file)
@@ -59,8 +59,3 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile ("../ecma.pub")]
 
 [assembly: ComVisible (false)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index c402e7e981bfc6b6474ac9de993137895638c5b4..dd2571f2b1976c2bf09efe77f6e1d51a32c071f0 100644 (file)
@@ -61,8 +61,4 @@ using System.Runtime.InteropServices;
 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 [assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index 6ea79b915cf31b3a2c3947716e3f930958f12e43..b8c49cd952bd53eac4e7967132dddbb9b7d678c5 100755 (executable)
@@ -36,7 +36,6 @@ using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about the System.Json assembly
-// v3.5 Assembly
 
 [assembly: AssemblyTitle ("System.Json.dll")]
 [assembly: AssemblyDescription ("System.Json.dll")]
@@ -56,14 +55,4 @@ 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
-
-/*
-[assembly: StringFreezing]
-[assembly: DefaultDependency (LoadHint.Always)]
-*/
 [assembly: SecurityCritical]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index ca3d7443b00823f32cec59e8a656a0a3dd02409d..4ce53b392962dc6b5de493c0d09d17ba727a15fb 100644 (file)
@@ -38,7 +38,6 @@ using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about the System.Net assembly
-// v3.5 Assembly
 
 [assembly: AssemblyTitle ("System.Net.dll")]
 [assembly: AssemblyDescription ("System.Net.dll")]
@@ -73,8 +72,3 @@ using System.Runtime.InteropServices;
 #endif
 
 [assembly: ComVisible (false)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Execution = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index b5d614faa89ea066834d2c8ed316a76f0d51e353..9583a2495b5f5a6a749f15631176b83725460a8f 100644 (file)
@@ -58,13 +58,7 @@ using System.Runtime.Versioning;
 
 [assembly: ComVisible (false)]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
 [assembly: AssemblyKeyFile ("../msfinal.pub")]
 
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
index 3776ee1dcf55fe963f19f1ef615179dbcffdcb74..856052858a337a268808ae65b7266e3d1f95afa0 100644 (file)
@@ -55,7 +55,6 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage ("en-US")]
 [assembly: CLSCompliant (true)]
 [assembly: AssemblyDelaySign (true)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 #if NET_2_1
 [assembly: AssemblyKeyFile ("../silverlight.pub")]
 [assembly: InternalsVisibleTo ("System.ServiceModel, PublicKey=0024000004800000940000000602000000240000525341310004000001000100B5FC90E7027F67871E773A8FDE8938C81DD402BA65B9201D60593E96C492651E889CC13F1415EBB53FAC1131AE0BD333C5EE6021672D9718EA31A8AEBD0DA0072F25D87DBA6FC90FFD598ED4DA35E44C398C454307E8E33B8426143DAEC9F596836F97C8F74750E5975C64E2189F45DEF46B2A2B1247ADC3652BF5C308055DA9")]
@@ -76,7 +75,3 @@ using System.Runtime.InteropServices;
 #endif
 
 [assembly: ComVisible (false)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index e38dc6e14a51251f860546bad72096395a618d7d..8e95096faaf7cd63344496f48b23210e81f4084d 100644 (file)
@@ -49,21 +49,15 @@ using System.Security.Permissions;
 [assembly: AssemblyDelaySign (true)]
 [assembly: AssemblyKeyFile ("../msfinal.pub")]
 
-#if NET_2_0
-       [assembly: AssemblyDefaultAlias ("System.Security.dll")]
-       [assembly: AssemblyDescription ("System.Security.dll")]
-       [assembly: AssemblyTitle ("System.Security.dll")]
+[assembly: AssemblyDefaultAlias ("System.Security.dll")]
+[assembly: AssemblyDescription ("System.Security.dll")]
+[assembly: AssemblyTitle ("System.Security.dll")]
 
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 
-       [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: AllowPartiallyTrustedCallers]
-       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-       [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-       [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-#endif
+[assembly: AllowPartiallyTrustedCallers]
index fb25930e54d450a4dfa7de09f5f1334a57eeb4e8..3acf5c3ff928f8d571f12c1f8e8cdbee992be787 100644 (file)
@@ -66,11 +66,6 @@ using System.Runtime.InteropServices;
 
 [assembly: ComVisible (false)]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-
 #if NET_2_1
 //[assembly: InternalsVisibleTo ("System.Xml.Serialization, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
 #endif
index 0cf622489a1ad0e29ec1da6d1392290cb86cadff..6f48fbc392673988ba48f8c090f2c8b474f77ccf 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Reflection;
 using System.Resources;
@@ -64,8 +62,4 @@ using System.Security.Permissions;
 #endif
 
 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 [assembly: BestFitMapping (false)]
-
-#endif
index d15b52a0996f9120399ee66ae8a6e000ae85bcc8..8055508ca60ac24d930891dfd04a5d5bdfb0f355 100644 (file)
@@ -41,7 +41,6 @@ using System.Runtime.Versioning;
 using System.Web;
 
 // General Information about the System.Web.Abstractions assembly
-// v3.5 Assembly
 
 [assembly: AssemblyTitle ("System.Web.Abstractions.dll")]
 [assembly: AssemblyDescription ("System.Web.Abstractions.dll")]
@@ -66,19 +65,10 @@ using System.Web;
 #endif
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
 // FIXME: We get collisions with this internalsVisibleTo because of Consts.cs and MonoTodo
 //[assembly: InternalsVisibleTo ("System.ServiceModel.Web, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
 
 #if NET_4_0
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
-[assembly: Dependency ("System.Web,", LoadHint.Always)]
-[assembly: TargetFramework (".NETFramework,Version=v4.0")]
 [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
 [assembly: TypeForwardedTo (typeof (System.Web.HttpStaticObjectsCollectionBase))]
 [assembly: TypeForwardedTo (typeof (System.Web.HttpStaticObjectsCollectionWrapper))]
index 8d7c348866065f4405a395b0d2b1a010774d3e50..bb2e6ea07847a211144d002ff9f5532e45e40a03 100644 (file)
@@ -58,17 +58,9 @@ using System.Runtime.Versioning;
 
 [assembly: ComVisible (false)]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
 [assembly: AssemblyKeyFile ("../winfx.pub")]
 [assembly: InternalsVisibleTo ("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
 
-#if NET_4_0
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
-#endif
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: AllowPartiallyTrustedCallers]
 #if NET_4_0
 [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
index 4657e4880f6b1719cc1f24e7b65d4bc959293c00..203951ce3504c65a5e5461bd28cb072510f36e02 100644 (file)
@@ -61,11 +61,7 @@ using System.Runtime.InteropServices;
 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
 [assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
 
 // FIXME: We get collisions with this internalsVisibleTo because of Consts.cs and MonoTodo
 //[assembly: InternalsVisibleTo ("System.ServiceModel.Web, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
index 38ff0e1ac9b23a95637ba0d9541712f3036b2eae..53bce36c63ad18133e3a045b04d852ae4f2461ad 100644 (file)
@@ -73,13 +73,6 @@ using System.Security.Permissions;
 [assembly: TagPrefix ("System.Web.UI.WebControls", "asp")]
 [assembly: Dependency ("System,", LoadHint.Always)]
 
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, Execution = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-
 [assembly: WebResource ("MicrosoftAjax.js", "application/x-javascript")]
 [assembly: WebResource ("MicrosoftAjax.debug.js", "application/x-javascript")]
 [assembly: WebResource ("MicrosoftAjaxWebForms.js", "application/x-javascript")]
index d11ae830b2d3706b1516143fbc20b452beb8ee11..12d38152640fe6860065256d749532b014e8c6f0 100644 (file)
@@ -41,7 +41,6 @@ using System.Runtime.Versioning;
 using System.Web.Routing;
 
 // General Information about the System.Web.Routing assembly
-// v3.5 Assembly
 
 [assembly: AssemblyTitle ("System.Web.Routing.dll")]
 [assembly: AssemblyDescription ("System.Web.Routing.dll")]
@@ -66,19 +65,10 @@ using System.Web.Routing;
 #endif
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
 // FIXME: We get collisions with this internalsVisibleTo because of Consts.cs and MonoTodo
 //[assembly: InternalsVisibleTo ("System.ServiceModel.Web, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
 
 #if NET_4_0
-[assembly: AssemblyTargetedPatchBandAttribute ("1.0.21-0")]
-[assembly: Dependency ("System.Web,", LoadHint.Always)]
-[assembly: TargetFramework (".NETFramework,Version=v4.0")]
 [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
 [assembly: SecurityTransparent]
 [assembly: TypeForwardedToAttribute (typeof (System.Web.Routing.RouteBase))]
index 5f375c5ba5189900eb37fcf295765e2298bae5a5..10367320015607cdb8452069ec55294616e27512 100644 (file)
@@ -38,7 +38,6 @@ using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about the System.Xaml assembly
-// v3.0 Assembly
 
 [assembly: AssemblyTitle ("System.Xaml.dll")]
 [assembly: AssemblyDescription ("System.Xaml.dll")]
@@ -61,12 +60,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyKeyFile ("../ecma.pub")]
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
 #endif
 
 [assembly: ComVisible (false)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
index ecb4185da9772f71bbcaafcf5d04ce96018ad5a5..32fbe1906ec03a65c1dff864776af6076c849a0c 100644 (file)
@@ -61,7 +61,6 @@ using System.Runtime.InteropServices;
 #endif
 
 #if !BOOTSTRAP_WITH_OLDLIB
-       [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
        [assembly: AssemblyDelaySign (true)]
 #if NET_2_1
        [assembly: AssemblyKeyFile ("../silverlight.pub")]
@@ -77,9 +76,3 @@ using System.Runtime.InteropServices;
        [assembly: StringFreezing]
        [assembly: DefaultDependency (LoadHint.Always)]
 #endif
-
-#if NET_2_1 || NET_4_0
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-#endif
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
index 9f0fe67172d6cd9ad75aa4ad915d78279a0a1da3..35f3685cc0aa52c0fb7d8fd87f81ef70b0550ffd 100644 (file)
@@ -55,14 +55,7 @@ using System.Windows.Markup;
 [assembly: ComVisible (false)]
 [assembly: AllowPartiallyTrustedCallers]
 
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints |
-                       DebuggableAttribute.DebuggingModes.Default)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: Dependency ("System,", LoadHint.Always)]
 [assembly: SecurityCritical]
-[assembly: PermissionSet (SecurityAction.RequestMinimum, Name = "FullTrust")]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
 
 [assembly: XmlnsPrefixAttribute ("http://schemas.microsoft.com/xps/2005/06", "metro")]
 [assembly: XmlnsPrefixAttribute ("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "wpf")]