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:
Diffstat (limited to 'mcs/build/common/Consts.cs.in')
-rw-r--r--mcs/build/common/Consts.cs.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/mcs/build/common/Consts.cs.in b/mcs/build/common/Consts.cs.in
index 5010a35a6f9..df8d30470da 100644
--- a/mcs/build/common/Consts.cs.in
+++ b/mcs/build/common/Consts.cs.in
@@ -39,7 +39,13 @@ static class Consts
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";
-#if NET_4_0
+#if NET_4_5
+ public const string FxVersion = "4.0.0.0";
+ public const string FxFileVersion = "4.0.30319.17020";
+
+ public const string VsVersion = "0.0.0.0"; // Useless ?
+ public const string VsFileVersion = "11.0.0.0"; // TODO:
+#elif NET_4_0
public const string FxVersion = "4.0.0.0";
public const string FxFileVersion = "4.0.30319.1";