summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.CustomAttributes
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-02-17 03:43:26 -0700
committerRui Marinho <me@ruimarinho.net>2017-02-17 10:43:26 +0000
commitcaa8882ff2007d93d08e2c1de307117f5c706730 (patch)
tree9ce7ed5606ca4e8c32133783997dcbf95d93c2b7 /Xamarin.Forms.CustomAttributes
parentde3fdf57c7ee0af98e5d958a1a62595636b885f0 (diff)
downloadxamarin-forms-caa8882ff2007d93d08e2c1de307117f5c706730.tar.gz
xamarin-forms-caa8882ff2007d93d08e2c1de307117f5c706730.tar.bz2
xamarin-forms-caa8882ff2007d93d08e2c1de307117f5c706730.zip
Split Windows RuntimePlatform into UWP and WinRT (#748)
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
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
}