ShutMod-Calculator/ShuntCalculator/App.config

7 lines
178 B
Plaintext
Raw Permalink Normal View History

2020-10-17 04:21:25 -07:00
<?xml version="1.0" encoding="utf-8"?>
2020-10-05 05:44:48 -07:00
<configuration>
<startup>
2020-10-17 04:21:25 -07:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
2020-10-05 05:44:48 -07:00
</startup>
2020-10-17 04:21:25 -07:00
</configuration>