Add project files.

This commit is contained in:
Michel Fedde 2020-09-14 12:26:50 +02:00
parent f9aafdf6dc
commit f491325224
16 changed files with 601 additions and 0 deletions

6
SM_TEST/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.2" />
</startup>
</configuration>