From f4740441dc2ba6a189a8cc1c31f3ab6b29d0a44c Mon Sep 17 00:00:00 2001 From: Erik Schlegel Date: Wed, 20 Jan 2016 19:57:13 -0500 Subject: [PATCH] Revert "Layout improvements" --- ReactWindows/Playground/App.xaml | 1 + .../ReactNative.Tests.csproj | 26 -- ReactWindows/ReactNative.sln | 10 +- ReactWindows/ReactNative/ReactNative.csproj | 7 - ReactWindows/ReactNative/ReactRootView.cs | 4 + ReactWindows/ReactNative/Themes/Generic.xaml | 43 --- ...eredContentControl.DependencyProperties.cs | 201 ---------- .../UIManager/BorderedContentControl.cs | 358 +++++++++--------- .../ReactNative/UIManager/UIManagerModule.cs | 2 + .../ReactNative/Views/View/ReactPanel.cs | 2 +- .../Views/View/ReactViewManager.cs | 2 +- 11 files changed, 194 insertions(+), 462 deletions(-) delete mode 100644 ReactWindows/ReactNative/Themes/Generic.xaml delete mode 100644 ReactWindows/ReactNative/UIManager/BorderedContentControl.DependencyProperties.cs diff --git a/ReactWindows/Playground/App.xaml b/ReactWindows/Playground/App.xaml index 1db0328c427..33929dda240 100644 --- a/ReactWindows/Playground/App.xaml +++ b/ReactWindows/Playground/App.xaml @@ -4,4 +4,5 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:Playground" RequestedTheme="Light"> + diff --git a/ReactWindows/ReactNative.Tests/ReactNative.Tests.csproj b/ReactWindows/ReactNative.Tests/ReactNative.Tests.csproj index 867e3d2a92a..2de50f43ac3 100644 --- a/ReactWindows/ReactNative.Tests/ReactNative.Tests.csproj +++ b/ReactWindows/ReactNative.Tests/ReactNative.Tests.csproj @@ -181,32 +181,6 @@ 14.0 - - true - bin\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - ;2008 - true - full - AnyCPU - false - prompt - MinimumRecommendedRules.ruleset - true - - - bin\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS - true - ;2008 - true - pdbonly - AnyCPU - false - prompt - MinimumRecommendedRules.ruleset - true -