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/PresentationFramework')
-rw-r--r--mcs/class/PresentationFramework/Assembly/AssemblyInfo.cs8
-rw-r--r--mcs/class/PresentationFramework/PresentationFramework.dll.sources1
2 files changed, 2 insertions, 7 deletions
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