mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
set up project and base UI for a native windows UI for ZeroTier
This commit is contained in:
parent
5e6eae620b
commit
6040574d8d
14 changed files with 633 additions and 0 deletions
8
windows/WinUI/App.xaml
Normal file
8
windows/WinUI/App.xaml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue