Mercurial > silverbladetech
view Messaging/Server/App.xaml @ 100:9b6855dc165e
Updated System.Windows into Libs
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 23:04:16 +0100 |
parents | 83c1f62d9370 |
children |
line wrap: on
line source
<Application x:Class="Server.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Server" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" StartupUri="UI\MainWindow.xaml" mc:Ignorable="d"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="/Elysium.Theme;component/Themes/Generic.xaml" /> <ResourceDictionary Source="/Common;component/Themes/MetroColours.xaml" /> <ResourceDictionary Source="/Common;component/Themes/Generic.xaml" /> </ResourceDictionary.MergedDictionaries> <!-- Bug in .Net 4: http://connect.microsoft.com/VisualStudio/feedback/details/555322/global-wpf-styles-are-not-shown-when-using-2-levels-of-references --> <Style TargetType="{x:Type Window}" /> <local:Locator x:Key="Locator" d:IsDataSource="True" /> <Image x:Key="Mail" Source="pack://application:,,,/Common;component/Icons/mail.png" /> </ResourceDictionary> </Application.Resources> </Application>