Files
ShrlAlgoToolkit/Wpf.Ui.Extend/Resources/DesignTime.xaml

7 lines
579 B
Plaintext
Raw Normal View History

2024-09-22 11:05:41 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Theme/Light.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui;component/Resources/Variables.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Extend;component/Resources/Variables.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>