Files
speckle.xunit.runner.wpf/xunit.runner.wpf/App.xaml
T
Kevin Pilch-Bisson 9248c97ee8 Add MvvmLight
2015-08-08 17:49:09 -07:00

14 lines
738 B
XML

<Application x:Class="xunit.runner.wpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:xunit.runner.wpf"
StartupUri="MainWindow.xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
d1p1:Ignorable="d"
xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006">
<Application.Resources>
<vm:ViewModelLocator x:Key="Locator"
d:IsDataSource="True"
xmlns:vm="clr-namespace:xunit.runner.wpf.ViewModel" />
</Application.Resources>
</Application>