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:
authorJb Evain <jbevain@gmail.com>2015-07-30 17:08:03 +0300
committerJb Evain <jbevain@gmail.com>2015-07-30 17:08:03 +0300
commit12f981e0b482d7dce21c2efa935c9f4d5cbed8b3 (patch)
treeb0be3b18d3329a6c8d1e96fc903f38ad655f6ce9 /ProjectInfo.cs
parent569e764367245064a2d4a168eb7178918f34830c (diff)
parent3b21b22e454faec782d1b21ad1e98b88fd297a2a (diff)
Merge branch 'pcl'
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