Add hello world csharp example

This commit is contained in:
bao-qian
2016-05-09 05:04:29 +01:00
parent c2f07d14f3
commit 6d02617422
6 changed files with 171 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.2" />
</startup>
</configuration>