You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
3.8 KiB
XML

This file contains ambiguous Unicode characters!

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>
<configSections>
<section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
</configSections>
<appSettings>
<!--控件属性列表文件-->
<!-- 豪森条码枪串口 -->
<add key="Com" value="Com1" />
<!-- 卓樱条码枪串口 -->
<!--<add key="Com" value="Com1" />-->
<!--<add key="SqlString" value="Persist Security Info=True;Password=haiwei@123;User ID=sa;Initial Catalog=ATJ_581_DB;Data Source=119.45.202.115;Connection Timeout=5" />-->
<add key="SqlString" value="Persist Security Info=True;Password=123456;User ID=sa;Initial Catalog=ATJ_581_DB;Data Source=192.168.1.120;Connection Timeout=5" />
<!-- <add key="SqlString" value="Persist Security Info=True;Password=123456;User ID=sa;Initial Catalog=JYD_shengjie;Data Source=127.0.0.1;Connection Timeout=5" /> -->
<!-- <add key="SqlString" value="Persist Security Info=True;Password=123456;User ID=sa;Initial Catalog=ATJ_HS_DB;Data Source=192.168.0.254;Connection Timeout=5" /> -->
<!-- <add key="SqlString" value="Persist Security Info=True;Password=123456;User ID=sa;Initial Catalog=JYD_shengjie;Data Source=192.168.3.109;Connection Timeout=5" /> -->
<!--权限注销时间S-->
<add key="LogOutTime" value="60" />
<add key="Bigprint" value="D:\\22\\printBig.btw" />
<add key="Big2print" value="D:\\22\\printBigNew.btw" />
<add key="Big3print" value="D:\\22\\printBignNormarl.btw" />
<add key="Big4print" value="D:\\22\\printBigNew1.btw" />
<add key="Smallprint" value="D:\\22\\"/>
<add key="printBasePath" value="D:\\22\\" />
<!--纸箱标签打印目录-->
<add key="boxPath" value="printBignNormarl.btw" />
</appSettings>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku = ".NETFramework,Version=v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<log4net>
<appender name="ColoredConsoleAppender" type="log4net.Appender.ColoredConsoleAppender">
<mapping>
<level value="FATAL" />
<foreColor value="Red, HighIntensity" />
</mapping>
<mapping>
<level value="ERROR" />
<foreColor value="Red" />
</mapping>
<mapping>
<level value="WARN" />
<foreColor value="Yellow" />
</mapping>
<mapping>
<level value="INFO" />
<foreColor value="White" />
</mapping>
<mapping>
<level value="DEBUG" />
<foreColor value="Green" />
</mapping>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level- %message%newline" />
</layout>
</appender>
<appender name="FileAppender" type="log4net.Appender.RollingFileAppender">
<file value="log\"/>
<appendToFile value="true" />
<rollingStyle value="Date" />
<datePattern value="yyyyMMdd&quot;.txt&quot;" />
<StaticLogFileName value="false"/>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level- %message%newline"/>
</layout>
<!--多线程写入支持-->
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
</appender>
<root>
<level value="DEBUG" />
<appender-ref ref="ColoredConsoleAppender" />
<appender-ref ref="FileAppender"/>
</root>
</log4net>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="WebServiceSoap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost:830/WebService.asmx" binding="basicHttpBinding"
bindingConfiguration="WebServiceSoap" contract="ServiceReference1.WebServiceSoap"
name="WebServiceSoap" />
</client>
</system.serviceModel>
</configuration>