You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.1 KiB
39 lines
2.1 KiB
2 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<configSections>
|
||
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||
|
<section name="FacOneZPStation.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||
|
</sectionGroup>
|
||
|
</configSections>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||
|
</startup>
|
||
|
<connectionStrings>
|
||
|
|
||
|
<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT1;Data Source=10.60.101.60;User ID=sa;Password=a1+"/>
|
||
|
<add name="BBMPTEntities" connectionString="metadata=res://*/EFModel.BBMPT.csdl|res://*/EFModel.BBMPT.ssdl|res://*/EFModel.BBMPT.msl;provider=System.Data.SqlClient;provider connection string="data source=10.60.101.60;initial catalog=BBMPT1;user id=sa;password=a1+;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" />
|
||
|
</connectionStrings>
|
||
|
<appSettings>
|
||
|
<add key="StationNo" value="ZP14-3"/>
|
||
|
<add key="IsPunch" value="0"/>
|
||
|
<add key="password" value="12345"/>
|
||
|
<add key="printName" value="Microsoft XPS Document Writer"/>
|
||
|
<add key="printName1" value="Microsoft XPS Document Writer"/>
|
||
|
<add key="PicturePath" value="\\10.60.101.59\PDF\"/>
|
||
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
||
|
<add key="InterVal" value="3000"/>
|
||
|
<add key="WMSWebServiceURL" value="http://10.60.101.10:8013/WMSWebService.asmx" />
|
||
|
</appSettings>
|
||
|
<system.serviceModel>
|
||
|
<bindings />
|
||
|
<client />
|
||
|
</system.serviceModel>
|
||
|
<applicationSettings>
|
||
|
<FacOneZPStation.Properties.Settings>
|
||
|
<setting name="FacOneZPStation_WebReference_WMSWebService" serializeAs="String">
|
||
|
<value>http://localhost:8005/WMSWebService.asmx</value>
|
||
|
</setting>
|
||
|
</FacOneZPStation.Properties.Settings>
|
||
|
</applicationSettings>
|
||
|
</configuration>
|