Modified selective sync to propagate the creation of new local directories and their...
[pithos-ms-client] / trunk / Pithos.Client.WPF / App.xaml
1 <Application x:Class="Pithos.Client.WPF.App"
2              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"             
4              xmlns:local="clr-namespace:Pithos.Client.WPF"
5              xmlns:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification"
6              >
7     <Application.Resources>
8         <ResourceDictionary>
9             <ResourceDictionary.MergedDictionaries>
10                 <ResourceDictionary>
11                     <local:AppBootstrapper x:Key="bootstrapper" />
12
13                 </ResourceDictionary>
14             </ResourceDictionary.MergedDictionaries>
15         </ResourceDictionary>
16     </Application.Resources>
17
18 </Application>