App.xaml 747 B

1234567891011121314151617181920
  1. <Application
  2. x:Class="WindowsStoreApp8_NuGet.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:WindowsStoreApp8_NuGet">
  6. <Application.Resources>
  7. <ResourceDictionary>
  8. <ResourceDictionary.MergedDictionaries>
  9. <!--
  10. Styles that define common aspects of the platform look and feel
  11. Required by Visual Studio project and item templates
  12. -->
  13. <ResourceDictionary Source="Common/StandardStyles.xaml"/>
  14. </ResourceDictionary.MergedDictionaries>
  15. </ResourceDictionary>
  16. </Application.Resources>
  17. </Application>