summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.CustomAttributes
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.CustomAttributes')
-rw-r--r--Xamarin.Forms.CustomAttributes/TestAttributes.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.CustomAttributes/TestAttributes.cs b/Xamarin.Forms.CustomAttributes/TestAttributes.cs
index 3ac2e6f2..bebd78ac 100644
--- a/Xamarin.Forms.CustomAttributes/TestAttributes.cs
+++ b/Xamarin.Forms.CustomAttributes/TestAttributes.cs
@@ -135,6 +135,7 @@ namespace Xamarin.Forms.CustomAttributes
Android = 1 << 1,
WinPhone = 1 << 2,
WinRT = 1 << 3,
+ UWP = 1 << 4,
All = ~0,
Default = 0
}