Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-12-19 18:26:04 +0300
committerJb Evain <jbevain@gmail.com>2008-12-19 18:26:04 +0300
commit3da45601500a724fff5f6d57f647c8f1aad561de (patch)
tree1f1e58f3dc17d0117d1ea98f2d2a21fa3f1b827c /gui-compare
parent93c9bdf26ed3558bee7d2aecc6c2210c8c8baa0e (diff)
2008-12-19 Jb Evain <jbevain@novell.com>
* InfoManager.cs: add SL2SDK assemblies: System.Xml.Linq, System.Windows.Controls and System.Windows.Controls.Data. svn path=/trunk/mono-tools/; revision=121855
Diffstat (limited to 'gui-compare')
-rw-r--r--gui-compare/ChangeLog5
-rw-r--r--gui-compare/InfoManager.cs5
2 files changed, 10 insertions, 0 deletions
diff --git a/gui-compare/ChangeLog b/gui-compare/ChangeLog
index 35e867d4..d61afc75 100644
--- a/gui-compare/ChangeLog
+++ b/gui-compare/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-19 Jb Evain <jbevain@novell.com>
+
+ * InfoManager.cs: add SL2SDK assemblies: System.Xml.Linq,
+ System.Windows.Controls and System.Windows.Controls.Data.
+
2008-12-17 Jb Evain <jbevain@novell.com>
* CecilMetadata.cs: in the process of fixing our interface story.
diff --git a/gui-compare/InfoManager.cs b/gui-compare/InfoManager.cs
index ef4a2830..20f0547a 100644
--- a/gui-compare/InfoManager.cs
+++ b/gui-compare/InfoManager.cs
@@ -149,6 +149,11 @@ namespace GuiCompare
"System.ServiceModel",
"System.Windows.Browser",
"System.Xml",
+ "",
+ // sdk assemblies:
+ "System.Xml.Linq",
+ "System.Windows.Controls",
+ "System.Windows.Controls.Data",
};
string [] api_3_5 = {