summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
diff options
context:
space:
mode:
authorSamantha Houts <samantha@teamredwall.com>2016-11-15 11:43:34 -0800
committerJason Smith <jason.smith@xamarin.com>2016-11-15 11:43:34 -0800
commit0cc2fd2b6742a29fedc03de942801cc14ff6b499 (patch)
tree2ce0f4adc438bd611931f6b8693a4b24482da9f8 /Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
parent6bc6ee5c712b2d29402e895993e38b4666acc3f9 (diff)
downloadxamarin-forms-0cc2fd2b6742a29fedc03de942801cc14ff6b499.tar.gz
xamarin-forms-0cc2fd2b6742a29fedc03de942801cc14ff6b499.tar.bz2
xamarin-forms-0cc2fd2b6742a29fedc03de942801cc14ff6b499.zip
[UWP] Explicitly set mobile StatusBar colors to white Background/black Foreground on Light theme (#491)
* [UWP] Encapsulate MobileStatusBar * [UWP] Set StatusBar colors on Light theme * Add test code to override status bar color
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj')
-rw-r--r--Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
index 217fa0a1..7f0162f1 100644
--- a/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
+++ b/Xamarin.Forms.ControlGallery.WindowsUniversal/Xamarin.Forms.ControlGallery.WindowsUniversal.csproj
@@ -193,6 +193,11 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
+ <ItemGroup>
+ <SDKReference Include="WindowsMobile, Version=10.0.10586.0">
+ <Name>Windows Mobile Extensions for the UWP</Name>
+ </SDKReference>
+ </ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>