<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    
    
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  </configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
  </startup>
  <appSettings>  
      <add key="server.url" value="http://wlms-server.j-net.cn/"/>
      <!--<add key="server.url" value="http://192.168.10.72:8051"/>--> 
      <!--文件服务器地址-->
    <add key="server.file.url" value="http://fs.j-net.cn" /> 
    <!-- 更新服务 -->
    <add key="Update.Server" value="http://update.j-net.cn/wlms/"/> 
    <add key="Update.Check" value="True"/>

    <!--W.Core日志记录地址-->
    
    <add key="Start" value="\Views\IndexPage.xaml"/>
    <add key="W.Core.LogPath" value="D:\LogFile\CWMLog.txt"/>
  </appSettings>
   
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Windows.Interactivity" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="4.5.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>
