narsil/Tanshu.Accounts.PointOfSale/App.config

10 lines
261 B
Plaintext
Raw Normal View History

2018-08-24 10:41:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2010-03-02 17:56:21 +00:00
<configuration>
<appSettings>
2018-08-24 10:41:33 +00:00
<add key ="server" value ="http://localhost:6543/"/>
2010-03-02 17:56:21 +00:00
</appSettings>
2018-08-24 10:41:33 +00:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
</configuration>