set up project and base UI for a native windows UI for ZeroTier

This commit is contained in:
Grant Limberg 2015-10-19 20:20:42 -07:00
parent 5e6eae620b
commit 6040574d8d
14 changed files with 633 additions and 0 deletions

17
windows/WinUI/App.xaml.cs Normal file
View file

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace WinUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}