summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-04 22:13:54 +0100
committerGitHub <noreply@github.com>2016-12-04 22:13:54 +0100
commit4f4fae659cc195aac3279a11ecfc69c80a02e7e4 (patch)
tree6914bb24376212463ab93cfab1b9cf1648017447 /Xamarin.Forms.Build.Tasks
parent39f2deb5e04886374e720013782c751a4bb7675d (diff)
downloadxamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.tar.gz
xamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.tar.bz2
xamarin-forms-4f4fae659cc195aac3279a11ecfc69c80a02e7e4.zip
[Xaml] change namespace for [XmlnsDef] and make it internal (#557)
* [Xaml] change namespace for [XmlnsDef] and make internal * fix docs
Diffstat (limited to 'Xamarin.Forms.Build.Tasks')
-rw-r--r--Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs b/Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs
index 185c2722..e97784ba 100644
--- a/Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs
+++ b/Xamarin.Forms.Build.Tasks/XmlTypeExtensions.cs
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
+using System.Windows.Markup;
using System.Xml;
using Mono.Cecil;
using Mono.Cecil.Rocks;