This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Description
+ Project
+ Style
+ Color
+ WindowColor.xaml
+ Window
+ WindowStyle.xaml
Inside WindowStyle.xaml:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="../color/WindowColor.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
After renaming process, ../color/WindowColor.xaml did not get replaced.