26
|
1 <Application x:Class="Client.App"
|
|
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
30
|
4 StartupUri="UI\MainWindow.xaml">
|
26
|
5 <Application.Resources>
|
30
|
6 <ResourceDictionary>
|
|
7 <ResourceDictionary.MergedDictionaries>
|
|
8 <ResourceDictionary Source="/Elysium.Theme;component/Themes/Generic.xaml" />
|
|
9 </ResourceDictionary.MergedDictionaries>
|
|
10 <!-- Bug in .Net 4: http://connect.microsoft.com/VisualStudio/feedback/details/555322/global-wpf-styles-are-not-shown-when-using-2-levels-of-references -->
|
|
11 <Style TargetType="{x:Type Window}" />
|
|
12 </ResourceDictionary>
|
26
|
13 </Application.Resources>
|
|
14 </Application>
|