This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--单机/网络:0为单机,1为网络-->
<add key="NetType" value="1" />
<!--工厂ID(朝阳-1,建德-2,清泉-3)-->
<add key="FactoryID" value="2" />
<!--本地数据库-->
<add key="DataSource.Local" value="DataSource1" />
<!--网络数据库-->
<add key="DataSource.Server" value="DataSource2" />
</configuration>