SharpCAT/SharpCATConsole/App.config
Erick Kinnee b3c5c52965 Add console based test app.
Changeup on namespaces.
Experimenting with events.
2019-03-07 07:25:09 -06:00

6 lines
184 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>