mattercontrol/PrinterEmulator/App.config

7 lines
180 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2017-01-10 08:21:11 -08:00
<configuration>
<startup>
2017-03-15 09:46:54 -07:00
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
2017-01-10 08:21:11 -08:00
</startup>
</configuration>