Working on a rough demo client/server app.

This commit is contained in:
antiduh
2014-06-25 21:28:03 +00:00
parent 6dfaa54b63
commit 2e6b847434
37 changed files with 2186 additions and 3 deletions

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