1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Initial commit.

Basic UI structure. Nothing functional.
This commit is contained in:
Jordan Wages 2018-06-22 22:10:37 -04:00
commit 89b138e37b
165 changed files with 1117 additions and 0 deletions

6
butterflow-ui/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.7.1" />
</startup>
</configuration>