wasCSharpSQLite – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Application
2 x:Class="MetroSQLiteClientTest2.App"
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xmlns:local="using:MetroSQLiteClientTest2">
6  
7 <Application.Resources>
8 <ResourceDictionary>
9 <ResourceDictionary.MergedDictionaries>
10  
11 <!--
12 Styles that define common aspects of the platform look and feel
13 Required by Visual Studio project and item templates
14 -->
15 <ResourceDictionary Source="Common/StandardStyles.xaml"/>
16 </ResourceDictionary.MergedDictionaries>
17  
18 </ResourceDictionary>
19 </Application.Resources>
20 </Application>