add Automation Test Project

This commit is contained in:
Jonathan Jenne
2019-09-18 12:09:32 +02:00
parent 74527690cd
commit 4c9b9de8a3
13 changed files with 941 additions and 0 deletions

6
Automation/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.6.1" />
</startup>
</configuration>