|
|
@@ -58,22 +58,11 @@ static class Consts
|
|
|
public const string VsVersion = "0.0.0.0"; // Useless ?
|
|
|
public const string VsFileVersion = "10.0.0.0"; // TODO:
|
|
|
#elif NET_3_5
|
|
|
- // Versions of .NET Framework 3.5 RTM
|
|
|
- public const string FxVersion = "3.5.0.0";
|
|
|
- public const string FxFileVersion = "3.5.21022.8";
|
|
|
-
|
|
|
- public const string VsVersion = "0.0.0.0"; // Useless ?
|
|
|
+ #error Profile NET_3_5 is not supported.
|
|
|
#elif NET_3_0
|
|
|
- public const string FxVersion = "3.0.0.0";
|
|
|
- public const string VsVersion = "8.0.0.0";
|
|
|
- public const string FxFileVersion = "3.0.4506.648";
|
|
|
- public const string VsFileVersion = "6.0.6001.17014";
|
|
|
+ #error Profile NET_3_0 is not supported.
|
|
|
#elif NET_2_0
|
|
|
- // Versions of .NET Framework 2.0 RTM
|
|
|
- public const string FxVersion = "2.0.0.0";
|
|
|
- public const string VsVersion = "8.0.0.0";
|
|
|
- public const string FxFileVersion = "2.0.50727.1433";
|
|
|
- public const string VsFileVersion = "8.0.50727.1433";
|
|
|
+ #error Profile NET_2_0 is not supported.
|
|
|
#elif NET_1_1
|
|
|
#error Profile NET_1_1 is not supported.
|
|
|
#elif NET_1_0
|
|
|
@@ -124,7 +113,5 @@ static class Consts
|
|
|
public const string AssemblySystemServiceModel_3_0 = "System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
|
|
#elif NET_2_1
|
|
|
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
|
|
-#elif NET_2_0
|
|
|
- public const string AssemblySystem_Core = "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
|
|
|
#endif
|
|
|
}
|