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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ProjectInfo.cs')
-rw-r--r--ProjectInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ProjectInfo.cs b/ProjectInfo.cs
index 8d427a7..2ebd18d 100644
--- a/ProjectInfo.cs
+++ b/ProjectInfo.cs
@@ -13,9 +13,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyProduct ("Mono.Cecil")]
[assembly: AssemblyCopyright ("Copyright © 2008 - 2015 Jb Evain")]
+#if !PCL
[assembly: ComVisible (false)]
+#endif
[assembly: AssemblyVersion ("0.9.6.0")]
-#if !CF
[assembly: AssemblyFileVersion ("0.9.6.0")]
-#endif