This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/UpTool2/App.config

6 lines
177 B
Plaintext
Raw Normal View History

2019-09-29 16:19:57 +02:00
<?xml version="1.0" encoding="utf-8"?>
2019-09-08 21:39:04 +02:00
<configuration>
2020-02-28 12:59:59 +01:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
2019-09-08 21:39:04 +02:00
</startup>
2020-02-28 12:59:59 +01:00
</configuration>