添加项目文件。
This commit is contained in:
8
App.config
Normal file
8
App.config
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!--<add key="PLC_IP" value="192.168.1.170" />-->
|
||||
<add key="PLC_IP" value="127.0.0.1" />
|
||||
<add key="PLC_PORT" value="502" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user