Initial commit

This commit is contained in:
Jakob 2019-11-08 19:30:32 +01:00
parent 866f326c12
commit eace122946
19 changed files with 952 additions and 1 deletions

6
EnvyUpdate/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.7.2" />
</startup>
</configuration>