Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2014-08-29 03:17:43 +0400
committerZoltan Varga <vargaz@gmail.com>2014-08-29 03:17:43 +0400
commit03aee949f13b7908f6fb797046c7b29f02196a17 (patch)
tree4253aed66aa7e547ad3310197fe6db10ba7c6c14 /mcs/class/System.Transactions
parent903c5e3aa658950e2da77addbee68c186e339cc1 (diff)
parent48e112d652335da23dd1b4d5f3227e54b74d0814 (diff)
Merge pull request #1200 from akoeplinger/remove-jvm
[Cleanup] Remove TARGET_JVM
Diffstat (limited to 'mcs/class/System.Transactions')
-rw-r--r--mcs/class/System.Transactions/Assembly/AssemblyInfo.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Transactions/Assembly/AssemblyInfo.cs b/mcs/class/System.Transactions/Assembly/AssemblyInfo.cs
index 6f48fbc3926..dc036a32be8 100644
--- a/mcs/class/System.Transactions/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Transactions/Assembly/AssemblyInfo.cs
@@ -55,11 +55,9 @@ using System.Security.Permissions;
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
[assembly: AllowPartiallyTrustedCallers]
-#if !TARGET_JVM
[assembly: CLSCompliant (true)]
[assembly: AssemblyDelaySign (true)]
[assembly: AssemblyKeyFile("../ecma.pub")]
-#endif
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
[assembly: BestFitMapping (false)]