[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.Data.Sqlite / Assembly / AssemblyInfo.cs
index 19b444ebd39e40afb797f44f270c32cec75089b0..30f1b233209dcd16bde4919d880dd584bf04528a 100644 (file)
@@ -35,11 +35,7 @@ using System.Runtime.ConstrainedExecution;
 #if !PLATFORM_COMPACTFRAMEWORK
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
-  #if NET_4_0
     [assembly: SecurityRules(SecurityRuleSet.Level1)]
-  #else
-    [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
-  #endif
 #endif
 
 // Version information for an assembly consists of the following four values:
@@ -52,11 +48,7 @@ using System.Runtime.ConstrainedExecution;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 #if !MOBILE
-  #if NET_4_0
     [assembly: AssemblyVersion("4.0.0.0")]
-  #else // NET_4_0
-    [assembly: AssemblyVersion("2.0.0.0")]
-  #endif // NET_4_0
 #else
 [assembly: AssemblyVersion(Consts.FxVersion)]
 #endif
@@ -65,4 +57,3 @@ using System.Runtime.ConstrainedExecution;
 #endif
 
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../mono.pub")]