GUI Project and a small change to ASF (Console.Clear goes boom, when output is redirected).

Frontend docu: http://tscherub.de/ASFGUI.html
This commit is contained in:
tscherub
2016-04-13 15:36:10 +02:00
parent 4a36345635
commit 17b2bc2259
19 changed files with 1924 additions and 2 deletions

6
WcfClientGui/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>