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

6
windows/WinUI/App.config Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>