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.
CC-Clicker/CC-Clicker 2.0/App.config

7 lines
180 B
Plaintext
Raw Normal View History

2019-11-10 00:28:55 +01:00
<?xml version="1.0" encoding="utf-8"?>
2018-07-07 15:03:45 +02:00
<configuration>
<startup>
2019-11-10 00:28:55 +01:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
2018-07-07 15:03:45 +02:00
</startup>
2019-11-10 00:28:55 +01:00
</configuration>