Files
speckle.xunit.runner.wpf/xunit.runner.wpf/MainWindow.xaml
T
Kevin Pilch-Bisson 4f28b008d3 Add default wpf project
2015-08-08 15:36:01 -07:00

13 lines
507 B
XML

<Window x:Class="xunit.runner.wpf.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:xunit.runner.wpf"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
</Grid>
</Window>