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
commit 6040574d8d
14 changed files with 633 additions and 0 deletions

8
windows/WinUI/App.xaml Normal file
View file

@ -0,0 +1,8 @@
<Application x:Class="WinUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>