mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Removing security attributes conflicting with dynamic compilation.
BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which will get compiled with the project, but create a conflict as two SecurityRules attributes can't be defined at the same time. For VS 11 Beta compatibility. --HG-- branch : 1.x
This commit is contained in:
16
.hgsubstate
16
.hgsubstate
@@ -1,8 +1,8 @@
|
||||
44f230efa46f774c59881718ed8ee7e44641ae15 src/Orchard.Web/Modules/Orchard.Autoroute
|
||||
9565e6af918d5bb7be71cbbfa46fcc4494442d67 src/Orchard.Web/Modules/Orchard.Forms
|
||||
abfb103a4f86804f006ac411fe8f023588107e2e src/Orchard.Web/Modules/Orchard.Rules
|
||||
6f30f54fdf5620a9478eec9ba1babedac5e8b61a src/Orchard.Web/Modules/Orchard.TaskLease
|
||||
6d2893b6fd51427610342a554db926f0d833b451 src/Orchard.Web/Modules/Orchard.Tokens
|
||||
baf304a1c36cec8f1b01a092ff7c9e527006c452 src/orchard.web/Modules/Orchard.Alias
|
||||
a8f1ae170deff7160d485493113236b224acf666 src/orchard.web/Modules/Orchard.Projections
|
||||
4626639b355ec343cade66c9535a915284de8b52 src/orchard.web/modules/Orchard.Fields
|
||||
68e639da9c5c78a3bd89cef4bba177ee1a0c4aa9 src/Orchard.Web/Modules/Orchard.Autoroute
|
||||
3ac4633527ad504aab9d0dcb5f7815105a368751 src/Orchard.Web/Modules/Orchard.Forms
|
||||
205d4503d65d58e29be78ebfce2dbcdb69b1e1f3 src/Orchard.Web/Modules/Orchard.Rules
|
||||
c549fb967b45b1353bf50f0ba1dc9e52ecc7ffc9 src/Orchard.Web/Modules/Orchard.TaskLease
|
||||
c0265a0ed1f6ce8ca733062bb562222e12720270 src/Orchard.Web/Modules/Orchard.Tokens
|
||||
dbaf5cd5482c513dd095d66ed39e73a8e168d1b7 src/orchard.web/Modules/Orchard.Alias
|
||||
372a56ef39cad104696b22b94ac9c0bb24636392 src/orchard.web/Modules/Orchard.Projections
|
||||
9ebb8a1676fba9a965fed74d578c2eb917646318 src/orchard.web/modules/Orchard.Fields
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -29,4 +29,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,3 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -32,4 +32,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -33,4 +33,4 @@ using System.Security;
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -36,4 +36,4 @@ using System.Security;
|
||||
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -36,4 +36,4 @@ using System.Security;
|
||||
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
@@ -37,4 +37,4 @@ using System.Security;
|
||||
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|
||||
|
||||
|
Reference in New Issue
Block a user