Initial commit
This commit is contained in:
parent
866f326c12
commit
eace122946
19 changed files with 952 additions and 1 deletions
6
EnvyUpdate/App.config
Normal file
6
EnvyUpdate/App.config
Normal 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>
|
Reference in a new issue