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

18 lines
332 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace xunit.runner.wpf
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}