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/class/System.Configuration.Install/Assembly/AssemblyInfo.cs')
-rw-r--r--mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs17
1 files changed, 6 insertions, 11 deletions
diff --git a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
index fbfd16692af..b916c5516f0 100644
--- a/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs
@@ -37,17 +37,12 @@ using System.Runtime.InteropServices;
// General Information about the System.Configuration.Install assembly
-#if (NET_1_0)
- [assembly: AssemblyVersion ("1.0.3300.0")]
- [assembly: SatelliteContractVersion ("1.0.3300.0")]
-#elif (NET_2_0)
- [assembly: AssemblyVersion("2.0.3600.0")]
- [assembly: SatelliteContractVersion("2.0.3600.0")]
-#elif (NET_1_1)
- [assembly: AssemblyVersion ("1.0.5000.0")]
- [assembly: SatelliteContractVersion ("1.0.5000.0")]
- [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
- [assembly: TypeLibVersion (1, 10)]
+[assembly: AssemblyVersion (Consts.FxVersion)]
+[assembly: SatelliteContractVersion (Consts.FxVersion)]
+
+#if (ONLY_1_1)
+[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+[assembly: TypeLibVersion (1, 10)]
#endif
[assembly: AssemblyTitle ("System.Configuration.Install.dll")]