Windows WebControl based wrapper for web UI.

This commit is contained in:
Adam Ierymenko 2015-05-08 11:55:09 -07:00
commit a913f00670
15 changed files with 7002 additions and 0 deletions

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>