添加项目文件。
This commit is contained in:
31
GroupLine.App/App.config
Normal file
31
GroupLine.App/App.config
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
<appSettings>
|
||||
<add key="connecting1" value="Data Source=192.0.1.99;user instance=false;Initial Catalog=SA1;User ID=sa;Password=DAIKIN@admin" />
|
||||
<add key="connecting1" value="Data Source=20.20.11.236;user instance=false;Initial Catalog=GroupLine;User ID=sa;Password=DAIKIN@123" />
|
||||
<add key="connecting" value="Data Source=CT-PC;user instance=false;Initial Catalog=GroupLine;User ID=sa;Password=12345678" />
|
||||
<add key="FilePath" value="E:\MyTest\" />
|
||||
<add key="StandardProductPacing" value="30" />
|
||||
<add key="Model" value="手动模式" />
|
||||
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||||
<add key="Location" value="0" />
|
||||
<add key="Carousel" value="5" />
|
||||
<add key="CycleTime" value="15" />
|
||||
<add key="ReportTime" value="-30" />
|
||||
<add key="ReportOutPutTime" value="00:01" />
|
||||
<add key="WorkingDayAM" value="00:59" />
|
||||
<add key="WorkingDayPM" value="20:00" />
|
||||
</appSettings>
|
||||
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="MaterialDesignColors" publicKeyToken="df2a72020bd7962a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-2.0.4.3" newVersion="2.0.4.3" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user