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.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/mcs/build/common/Consts.cs.in b/mcs/build/common/Consts.cs.in
index b17eeabc703..467b4d156c6 100644
--- a/mcs/build/common/Consts.cs.in
+++ b/mcs/build/common/Consts.cs.in
@@ -52,11 +52,7 @@ static class Consts
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";
-
- public const string VsVersion = "0.0.0.0"; // Useless ?
- public const string VsFileVersion = "10.0.0.0"; // TODO:
+ #error Profile NET_4_0 is not supported.
#elif NET_3_5
#error Profile NET_3_5 is not supported.
#elif NET_3_0