ILRepack.IntegrationTests/Scenarios/ClassLibrary/BogusStyles.xaml (7 lines of code) (raw):
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="UnusedStyle" TargetType="{x:Type Button}">
<Setter Property="Foreground" Value="Red" />
</Style>
</ResourceDictionary>