From 2b06c75c1f91f7a0bbda4c61a7a732dfcedf347e Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 16 Aug 2021 14:49:16 +0200 Subject: [PATCH] Move file --- .../Microsoft.PowerToys.Settings.UI.csproj | 18 +----------------- .../SettingExpanderStyles.xaml | 0 2 files changed, 1 insertion(+), 17 deletions(-) rename src/settings-ui/Microsoft.PowerToys.Settings.UI/{Controls/SettingExpander => Styles}/SettingExpanderStyles.xaml (100%) diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj index f098f4c22..54508c059 100644 --- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj +++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj @@ -389,26 +389,10 @@ Designer MSBuild:Compile - - Designer - MSBuild:Compile - MSBuild:Compile Designer - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - Designer MSBuild:Compile @@ -417,7 +401,7 @@ Designer MSBuild:Compile - + Designer MSBuild:Compile diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpanderStyles.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/SettingExpanderStyles.xaml similarity index 100% rename from src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpanderStyles.xaml rename to src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/SettingExpanderStyles.xaml