Setup standard src, test folder structure. Add unit test project.

This commit is contained in:
Karl Burtram
2016-07-17 11:31:31 -07:00
parent 921b2f5b04
commit 68999917b2
76 changed files with 6837 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="xunit.methodDisplay" value="method"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
</configuration>