ILRepack.IntegrationTests/Scenarios/WPFSampleApplication/SampleResources.xaml (6 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="WindowStyle" TargetType="{x:Type Window}"> <Setter Property="Title" Value="Sample Title" /> </Style> </ResourceDictionary>