summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2017-02-03 11:13:53 -0700
committerSamantha Houts <samantha@teamredwall.com>2017-02-03 10:13:53 -0800
commit5af224a1e7679a618149ecac2aa0d8b7eb6cb629 (patch)
tree9ff345804719d5a513fc6b6b2e92b68f48119fe0 /Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
parenta67b176051196dfee3a7c1a6b88e257f84136fff (diff)
downloadxamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.tar.gz
xamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.tar.bz2
xamarin-forms-5af224a1e7679a618149ecac2aa0d8b7eb6cb629.zip
Fix disappearing ListView text when changing color settings on Windows (#731)
* repro * Checkpoint * Checkpoint * Remove now-unnecessary hacks for Time- and DatePicker
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj')
-rw-r--r--Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
index 766fd728..339e1924 100644
--- a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
+++ b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
@@ -80,9 +80,6 @@
<Compile Include="LayoutExtensions.cs" />
<Compile Include="PlatformEffect.cs" />
<Compile Include="FormsComboBox.cs" />
- <Compile Include="IWrapperAware.cs" />
- <Compile Include="FormsDatePicker.cs" />
- <Compile Include="FormsTimePicker.cs" />
<Compile Include="FormsTextBox.cs" />
<Compile Include="ITitleProvider.cs" />
<Compile Include="IToolbarProvider.cs" />