From 431f1b348535b3b3acc527a8457875b6c2f34254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korn=C3=A9l=20P=C3=A1l?= Date: Thu, 18 Aug 2005 19:36:17 +0000 Subject: Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. svn path=/trunk/mcs/; revision=48519 --- mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs | 8 +------- mcs/class/PresentationFramework/PresentationFramework.dll.sources | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'mcs/class/PresentationFramework') diff --git a/mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs b/mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs index 9feda362032..3c5e64d9133 100644 --- a/mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs +++ b/mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs @@ -14,13 +14,7 @@ using System; using System.Reflection; using System.Runtime.InteropServices; -#if (NET_1_0) - [assembly: AssemblyVersion ("1.0.3300.0")] -#elif (NET_2_0) - [assembly: AssemblyVersion ("2.0.3600.0")] -#elif (NET_1_1) - [assembly: AssemblyVersion ("1.0.5000.0")] -#endif +[assembly: AssemblyVersion (Consts.FxVersion)] /* TODO COMPLETE INFORMATION diff --git a/mcs/class/PresentationFramework/PresentationFramework.dll.sources b/mcs/class/PresentationFramework/PresentationFramework.dll.sources index d3db2b1a460..aa60831d94a 100644 --- a/mcs/class/PresentationFramework/PresentationFramework.dll.sources +++ b/mcs/class/PresentationFramework/PresentationFramework.dll.sources @@ -7,3 +7,4 @@ Mono.Windows.Serialization/Exceptions.cs Mono.Windows.Serialization/XamlParser.cs Mono.Windows.Serialization/IXamlWriter.cs Assembly/AssemblyInfo.cs +../../build/common/Consts.cs -- cgit v1.2.3