App.xaml 579 B

12345678910111213
  1. <Application
  2. x:Class="ProgressObserver.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. StartupUri="MainWindow.xaml"
  6. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7. d1p1:Ignorable="d"
  8. xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. xmlns:vm="clr-namespace:ProgressObserver.ViewModel">
  10. <Application.Resources>
  11. <vm:ViewModelLocator x:Key="Locator" d:IsDataSource="True" />
  12. </Application.Resources>
  13. </Application>